Skip to content

Commit 584e0b0

Browse files
committed
Update comments from code review
1 parent a6045ea commit 584e0b0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Lib/sysconfig/__init__.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -403,9 +403,9 @@ def _init_non_posix(vars):
403403

404404
# Add EXT_SUFFIX, SOABI, ABIFLAGS, Py_DEBUG, and Py_GIL_DISABLED
405405
# NOTE: ABIFLAGS is only an emulated value. It is not present during build
406-
# on Windows. sys.abiflags is absent on Windows and `vars['abiflags']
407-
# is already widely used to calculate paths. vars['abiflags'] should
408-
# remain empty string.
406+
# on Windows. sys.abiflags is absent on Windows and vars['abiflags']
407+
# is already widely used to calculate paths, so it should remain an
408+
# empty string.
409409
vars.update(_sysconfig.config_vars()) # defined in Modules/_sysconfig.c
410410

411411
vars['LIBDIR'] = _safe_realpath(os.path.join(get_config_var('installed_base'), 'libs'))

0 commit comments

Comments
 (0)