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 0cb3cb8 commit 823eea1Copy full SHA for 823eea1
PC/pyconfig.h
@@ -104,7 +104,7 @@ WIN32 is still required for the locale module.
104
/* We undefine if it was set to zero because all later checks are #ifdef.
105
* Note that non-Windows builds do not do this, and so every effort should
106
* be made to avoid defining the variable at all when not desired. However,
107
- * sysconfig.get_config_val always returns a 1 or a 0, and so it seems likely
+ * sysconfig.get_config_var always returns a 1 or a 0, and so it seems likely
108
* that a build backend will define it with the value.
109
*/
110
#if Py_GIL_DISABLED == 0
0 commit comments