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 pitrou
Recipients Valery.Lesin, amaury.forgeotdarc, benjamin.peterson, pitrou
Date 2010-10-12.12:19:03
SpamBayes Score 0.0085251015
Marked as misclassified No
Message-id <1286885944.78.0.0292994255743.issue10068@psf.upfronthosting.co.za>
In-reply-to
Content
Probably issue7140, which will disable clearing of the module dict if it's caught in a reference cycle (which it is here, since A.__init__ and A.__del__ will reference it as their globals dict).
History
Date User Action Args
2010-10-12 12:19:04pitrousetrecipients: + pitrou, amaury.forgeotdarc, benjamin.peterson, Valery.Lesin
2010-10-12 12:19:04pitrousetmessageid: <1286885944.78.0.0292994255743.issue10068@psf.upfronthosting.co.za>
2010-10-12 12:19:03pitroulinkissue10068 messages
2010-10-12 12:19:03pitroucreate