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 b98419b commit 4729f76Copy full SHA for 4729f76
Modules/_sysconfig.c
@@ -71,7 +71,7 @@ _sysconfig_config_vars_impl(PyObject *module)
71
72
// Emulate `sys.abiflags` value on Unix for Windows. ABIFLAGS here is only
73
// an emulated value. It is not present during build on Windows.
74
- if (add_string_value(config, "ABIFLAGS", SYSCONFIG_ABIFLAGS) < 0) {
+ if (add_string_value(config, "ABIFLAGS", _SYSCONFIG_ABIFLAGS) < 0) {
75
Py_DECREF(config);
76
return NULL;
77
}
0 commit comments