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 sbt
Recipients amaury.forgeotdarc, sbt, techtonik
Date 2012-12-20.20:00:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1356033625.73.0.153096874833.issue16718@psf.upfronthosting.co.za>
In-reply-to
Content
Perhaps the simplest thing would be to stop doing anything special when a module is garbage collected: the garbage collector can take care of any orphaned ref-cycles involving the module dict.  Then at shutdown the remaining modules in sys.modules could have their dicts "purged" in the old way.

This would be orthogonal to issue812369.  In fact Armin's original post says that this is a change worth investigating, though his patch does not do it.
History
Date User Action Args
2012-12-20 20:00:25sbtsetrecipients: + sbt, amaury.forgeotdarc, techtonik
2012-12-20 20:00:25sbtsetmessageid: <1356033625.73.0.153096874833.issue16718@psf.upfronthosting.co.za>
2012-12-20 20:00:25sbtlinkissue16718 messages
2012-12-20 20:00:25sbtcreate