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 abacabadabacaba
Recipients abacabadabacaba
Date 2011-07-01.12:43:55
SpamBayes Score 0.00014432395
Marked as misclassified No
Message-id <1309524235.61.0.692133767187.issue12465@psf.upfronthosting.co.za>
In-reply-to
Content
This code crashes Python:

import gc
gc.get_referents(object.__dict__)[0].clear()
gc.get_referents(type.__dict__)[0].clear()
type("A", (), {})()
History
Date User Action Args
2011-07-01 12:43:55abacabadabacabasetrecipients: + abacabadabacaba
2011-07-01 12:43:55abacabadabacabasetmessageid: <1309524235.61.0.692133767187.issue12465@psf.upfronthosting.co.za>
2011-07-01 12:43:55abacabadabacabalinkissue12465 messages
2011-07-01 12:43:55abacabadabacabacreate