]> granicus.if.org Git - python/commit
Assume the raw environ is always declared. (GH-8707)
authorBenjamin Peterson <benjamin@python.org>
Wed, 8 Aug 2018 04:51:12 +0000 (21:51 -0700)
committerGitHub <noreply@github.com>
Wed, 8 Aug 2018 04:51:12 +0000 (21:51 -0700)
commit52dee687af3671a31f63d6432de0d9ef370fd7b0
tree4c67de721e32289e5488c36dd48147293097192b
parentdb8707c8ab57d9454c838586c08199c82a3d74d9
Assume the raw environ is always declared. (GH-8707)

posixmodule.c always declares environ, so don't bother catching a NameError in os.py.
Lib/os.py