We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89627a7 commit de1e624Copy full SHA for de1e624
distutils/command/build_ext.py
@@ -335,7 +335,8 @@ def run(self): # noqa: C901
335
336
# The official Windows free threaded Python installer doesn't set
337
# Py_GIL_DISABLED because its pyconfig.h is shared with the
338
- # default build, so we need to define it here.
+ # default build, so we need to define it here
339
+ # (see pypa/setuptools#4662).
340
if os.name == 'nt' and is_freethreaded():
341
self.compiler.define_macro('Py_GIL_DISABLED', '1')
342
0 commit comments