Skip to content

Commit de1e624

Browse files
colesburyFFY00
authored andcommitted
Link to setuptools issue
1 parent 89627a7 commit de1e624

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

distutils/command/build_ext.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,8 @@ def run(self): # noqa: C901
335335

336336
# The official Windows free threaded Python installer doesn't set
337337
# Py_GIL_DISABLED because its pyconfig.h is shared with the
338-
# default build, so we need to define it here.
338+
# default build, so we need to define it here
339+
# (see pypa/setuptools#4662).
339340
if os.name == 'nt' and is_freethreaded():
340341
self.compiler.define_macro('Py_GIL_DISABLED', '1')
341342

0 commit comments

Comments
 (0)