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 ronaldoussoren
Recipients amaury.forgeotdarc, loewis, mpalluat, ronaldoussoren
Date 2010-07-08.13:22:50
SpamBayes Score 0.0012925684
Marked as misclassified No
Message-id <1278595384.79.0.0433210724478.issue9197@psf.upfronthosting.co.za>
In-reply-to
Content
Removing the call to Py_DECREF is fishy. 

The cleanup of the interpreter state in Py_Finalize doesn't clean up all state when m_copy refers to a version from a previous instance of the interpreter.

Maybe the tp_dealloc of a module object clean up m_copy? I don't know enough of this code and its intended behavior to know if that would be a valid change.
History
Date User Action Args
2010-07-08 13:23:04ronaldoussorensetrecipients: + ronaldoussoren, loewis, amaury.forgeotdarc, mpalluat
2010-07-08 13:23:04ronaldoussorensetmessageid: <1278595384.79.0.0433210724478.issue9197@psf.upfronthosting.co.za>
2010-07-08 13:22:51ronaldoussorenlinkissue9197 messages
2010-07-08 13:22:50ronaldoussorencreate