bpo-39406: Implement os.putenv() with setenv() if available (GH-18128)
If setenv() C function is available, os.putenv() is now implemented with setenv() instead of putenv(), so Python doesn't have to handle the environment variable memory.
V
Victor Stinner committed
b477d19a6b7751b0c933b239dae4fc96dbcde9c4
Parent: 0852c7d
Committed by GitHub <noreply@github.com>
on 1/22/2020, 9:48:16 PM