[issue4887] environment inspection and manipulation API is buggy, inconsistent with "Python philosophy" for wrapping native APIs

Amaury Forgeot d'Arc report at bugs.python.org
Wed Nov 26 14:41:51 CET 2014


Amaury Forgeot d'Arc added the comment:

Agreed. environ.pop() was fixed a long time ago with issue1287.
It seems that all mutable methods of the environ pseudo-dict are now correctly reflected to the platform environ.

The other direction (updates from C code should be reflected in os.environ) is tracked by issue1159.

----------
nosy: +amaury.forgeotdarc
resolution:  -> duplicate
status: open -> closed
superseder:  -> os.getenv() not updated after external module uses C putenv()

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue4887>
_______________________________________


More information about the Python-bugs-list mailing list