commit | 52dee687af3671a31f63d6432de0d9ef370fd7b0 | [log] [tgz] |
---|---|---|
author | Benjamin Peterson <benjamin@python.org> | Tue Aug 07 21:51:12 2018 -0700 |
committer | GitHub <noreply@github.com> | Tue Aug 07 21:51:12 2018 -0700 |
tree | 4c67de721e32289e5488c36dd48147293097192b | |
parent | db8707c8ab57d9454c838586c08199c82a3d74d9 [diff] |
Assume the raw environ is always declared. (GH-8707) posixmodule.c always declares environ, so don't bother catching a NameError in os.py.