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 serhiy.storchaka
Recipients a-j-buxton, ronaldoussoren, serhiy.storchaka, terry.reedy
Date 2018-06-25.12:15:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1529928900.82.0.56676864532.issue33930@psf.upfronthosting.co.za>
In-reply-to
Content
The trashcan mechanism is used for slot wrappers. The following code doesn't crash:

o = object()
for x in range(1000000):
    o = o.__hash__
History
Date User Action Args
2018-06-25 12:15:01serhiy.storchakasetrecipients: + serhiy.storchaka, terry.reedy, ronaldoussoren, a-j-buxton
2018-06-25 12:15:00serhiy.storchakasetmessageid: <1529928900.82.0.56676864532.issue33930@psf.upfronthosting.co.za>
2018-06-25 12:15:00serhiy.storchakalinkissue33930 messages
2018-06-25 12:15:00serhiy.storchakacreate