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 08d92db commit b667dd9Copy full SHA for b667dd9
Lib/sysconfig/__init__.py
@@ -406,7 +406,7 @@ def _init_non_posix(vars):
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.
409
- vars.update(_sysconfig.config_vars()) # defined in Modules/_sysconfig.c
+ vars.update(_sysconfig.config_vars())
410
411
vars['LIBDIR'] = _safe_realpath(os.path.join(get_config_var('installed_base'), 'libs'))
412
if hasattr(sys, 'dllhandle'):
0 commit comments