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 de1e624 commit 52848a0Copy full SHA for 52848a0
distutils/command/build_ext.py
@@ -335,8 +335,7 @@ 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
339
- # (see pypa/setuptools#4662).
+ # default build, so define it here (pypa/setuptools#4662).
340
if os.name == 'nt' and is_freethreaded():
341
self.compiler.define_macro('Py_GIL_DISABLED', '1')
342
0 commit comments