gh-125234: Make PyInitConfig_Free(NULL) a no-op (#125266)
This commit is contained in:
committed by
GitHub
parent
92af191a6a
commit
546dddca43
@@ -1896,6 +1896,7 @@ static int test_initconfig_api(void)
|
||||
goto error;
|
||||
}
|
||||
PyInitConfig_Free(config);
|
||||
PyInitConfig_Free(NULL);
|
||||
|
||||
dump_config();
|
||||
Py_Finalize();
|
||||
|
||||
Reference in New Issue
Block a user