]> granicus.if.org Git - python/commit
Issue #4200: Changed the atexit module to store its state in its PyModuleDef atexitmo...
authorChristian Heimes <christian@cheimes.de>
Thu, 30 Oct 2008 21:34:02 +0000 (21:34 +0000)
committerChristian Heimes <christian@cheimes.de>
Thu, 30 Oct 2008 21:34:02 +0000 (21:34 +0000)
commit9c94ba4e7d679e7ba3cb80739275726656fd859b
tree69a90f5f6d160a72377fdec4e74ea7dfcb241ff7
parentdf32b3967c810fb54bb8fec966fec7ae009cf065
Issue #4200: Changed the atexit module to store its state in its PyModuleDef atexitmodule. This fixes a bug with multiple subinterpeters. The bug was found by Graham Dumpletom during his work on a 3.0 port of mod_wsgi. The patch has been reviewed by Benjamin.
Misc/NEWS
Modules/atexitmodule.c