Skip to content

Commit 52848a0

Browse files
committed
Trim the comment a bit.
1 parent de1e624 commit 52848a0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

distutils/command/build_ext.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -335,8 +335,7 @@ 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
339-
# (see pypa/setuptools#4662).
338+
# default build, so define it here (pypa/setuptools#4662).
340339
if os.name == 'nt' and is_freethreaded():
341340
self.compiler.define_macro('Py_GIL_DISABLED', '1')
342341

0 commit comments

Comments
 (0)