commit | 9c94ba4e7d679e7ba3cb80739275726656fd859b | [log] [tgz] |
---|---|---|
author | Christian Heimes <christian@cheimes.de> | Thu Oct 30 21:34:02 2008 +0000 |
committer | Christian Heimes <christian@cheimes.de> | Thu Oct 30 21:34:02 2008 +0000 |
tree | 69a90f5f6d160a72377fdec4e74ea7dfcb241ff7 | |
parent | df32b3967c810fb54bb8fec966fec7ae009cf065 [diff] |
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.