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 1ee8230 commit 084deacCopy full SHA for 084deac
Lib/sysconfig/__init__.py
@@ -409,7 +409,7 @@ def _init_non_posix(vars):
409
vars.update(_sysconfig.config_vars())
410
411
# Add an underscore to the `d` flag. E.g, `td` -> `t_d`, `d` -> `_d`.
412
- vars['Py_DEBUG'] = vars['Py_DEBUG'].replace('d', '_d')
+ vars['ABIFLAGS'] = vars['ABIFLAGS'].replace('d', '_d')
413
414
vars['LIBDIR'] = _safe_realpath(os.path.join(get_config_var('installed_base'), 'libs'))
415
if hasattr(sys, 'dllhandle'):
0 commit comments