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 amaury.forgeotdarc, benjamin.peterson, ezio.melotti, pitrou
Date 2011-05-22.18:22:20
SpamBayes Score 0.03567001
Marked as misclassified No
Message-id <1306088540.88.0.650767023481.issue12149@psf.upfronthosting.co.za>
In-reply-to
Content
Here is a quick script to reproduce. It seems that the type of the object has to be caught in a reference cycle for this to happen: apparently the descriptors start being deallocated but the method cache isn't updated yet (?).
History
Date User Action Args
2011-05-22 18:22:21pitrousetrecipients: + pitrou, amaury.forgeotdarc, benjamin.peterson, ezio.melotti
2011-05-22 18:22:20pitrousetmessageid: <1306088540.88.0.650767023481.issue12149@psf.upfronthosting.co.za>
2011-05-22 18:22:20pitroulinkissue12149 messages
2011-05-22 18:22:20pitroucreate