Skip to content

Commit 823f0e8

Browse files
Remove Py_BUILD_CORE check in pyport.h
1 parent 81b7217 commit 823f0e8

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Include/pyport.h

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -509,10 +509,8 @@ extern "C" {
509509
#endif
510510

511511
#ifdef WITH_THREAD
512-
# ifdef Py_BUILD_CORE
513512
// HAVE_THREAD_LOCAL is just defined here for compatibility's sake
514-
# define HAVE_THREAD_LOCAL 1
515-
# endif
513+
# define HAVE_THREAD_LOCAL 1
516514
#endif
517515

518516
#if defined(__ANDROID__) || defined(__VXWORKS__)

0 commit comments

Comments
 (0)