Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Remove Py_BUILD_CORE check in pyport.h
  • Loading branch information
ZeroIntensity authored Oct 28, 2025
commit 823f0e89b78c864db8fdb6757f7ce1bfb22b6082
4 changes: 1 addition & 3 deletions Include/pyport.h
Original file line number Diff line number Diff line change
Expand Up @@ -509,10 +509,8 @@ extern "C" {
#endif

#ifdef WITH_THREAD
# ifdef Py_BUILD_CORE
// HAVE_THREAD_LOCAL is just defined here for compatibility's sake
# define HAVE_THREAD_LOCAL 1
# endif
# define HAVE_THREAD_LOCAL 1
#endif

#if defined(__ANDROID__) || defined(__VXWORKS__)
Expand Down
Loading