diff options
author | Victor Stinner <victor.stinner@gmail.com> | 2013-10-29 23:04:59 (GMT) |
---|---|---|
committer | Victor Stinner <victor.stinner@gmail.com> | 2013-10-29 23:04:59 (GMT) |
commit | 856f45f09c1fe69cab4cf11159f60f0f0cc5bb07 (patch) | |
tree | 62c27039e6ba63d7a2ff93cd96524b724a15ac22 /Python/ceval.c | |
parent | c0e07a3ea00ee94618fc51072aeda27f7d7c3d25 (diff) | |
download | cpython-856f45f09c1fe69cab4cf11159f60f0f0cc5bb07.zip cpython-856f45f09c1fe69cab4cf11159f60f0f0cc5bb07.tar.gz cpython-856f45f09c1fe69cab4cf11159f60f0f0cc5bb07.tar.bz2 |
Issue #19442: Fix warnings emitted during Python shutdown
Warnings may be emitted during Python shutdown, like "unclosed file XXX".
During shutdown, globals()['__main__'] may be None.
Diffstat (limited to 'Python/ceval.c')
0 files changed, 0 insertions, 0 deletions