Thanks to visit codestin.com Credit goes to github.com
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 830a20e commit 6ba686dCopy full SHA for 6ba686d
1 file changed
Programs/_testembed.c
@@ -1581,7 +1581,7 @@ static int test_init_is_python_build(void)
1581
config._is_python_build = INT_MAX;
1582
env = getenv("NEGATIVE_ISPYTHONBUILD");
1583
if (env && strcmp(env, "0") != 0) {
1584
- config._is_python_build++;
+ config._is_python_build = INT_MIN;
1585
}
1586
init_from_config_clear(&config);
1587
Py_Finalize();
0 commit comments