This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author nascheme
Recipients benjamin.peterson, loewis, nascheme
Date 2010-11-05.23:02:42
SpamBayes Score 0.0015107548
Marked as misclassified No
Message-id <[email protected]>
In-reply-to
Content
The attached patch seems better.  The copies of module dicts stored in the interpreter state are dereferenced when the interpreter shuts down.
History
Date User Action Args
2010-11-05 23:02:46naschemesetrecipients: + nascheme, loewis, benjamin.peterson
2010-11-05 23:02:46naschemesetmessageid: <[email protected]>
2010-11-05 23:02:44naschemelinkissue10241 messages
2010-11-05 23:02:43naschemecreate