]> granicus.if.org Git - python/commit
Issue #1545463: At shutdown, defer finalization of codec modules so that stderr remai...
authorAntoine Pitrou <solipsis@pitrou.net>
Wed, 8 May 2013 11:23:25 +0000 (13:23 +0200)
committerAntoine Pitrou <solipsis@pitrou.net>
Wed, 8 May 2013 11:23:25 +0000 (13:23 +0200)
commit070cb3c9bed3fbdbda42c257e05d46adcbeb784e
tree747b3c3a8e2fd7ecdfb5123bcb425e47ba5913b2
parentd62a5143867096e1eeeca82b8db229dd27e94569
Issue #1545463: At shutdown, defer finalization of codec modules so that stderr remains usable.

(should fix Windows buildbot failures on test_gc)
Include/warnings.h
Misc/NEWS
Modules/gcmodule.c
Python/_warnings.c
Python/import.c