Files
cpython/Python
Victor Stinner 856f45f09c 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.
2013-10-30 00:04:59 +01:00
..
2013-07-22 22:08:17 -07:00
2013-07-27 02:41:03 +02:00
2013-10-06 18:48:30 +02:00
2013-09-26 22:21:41 -04:00