Serhiy Storchaka <storchaka+cpyt...@gmail.com> added the comment:

The trashcan mechanism is used for slot wrappers. The following code doesn't 
crash:

o = object()
for x in range(1000000):
    o = o.__hash__

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue33930>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to