Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Prev Previous commit
Next Next commit
PEP 7
  • Loading branch information
ambv authored Oct 13, 2023
commit ebcc37335046e7be519da9a1707ca718e6e4a53e
2 changes: 1 addition & 1 deletion Python/initconfig.c
Original file line number Diff line number Diff line change
Expand Up @@ -1907,7 +1907,7 @@ config_read_complex_options(PyConfig *config)
}

#ifdef Py_DEBUG
if (config->run_presite== NULL) {
if (config->run_presite == NULL) {
status = config_init_run_presite(config);
if (_PyStatus_EXCEPTION(status)) {
return status;
Expand Down