Kaydet (Commit) b3d3956e authored tarafından Guido van Rossum's avatar Guido van Rossum

The initialization of posix_putenv_garbage should only be done when it

is defined...
üst d1466b96
......@@ -4783,5 +4783,7 @@ INITFUNC()
PyDict_SetItemString(d, "error", PyExc_OSError);
#ifdef HAVE_PUTENV
posix_putenv_garbage = PyDict_New();
#endif
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment