[issue35983] tp_dealloc trashcan shouldn't be called for subclasses

Eric Snow report at bugs.python.org
Wed Feb 13 10:34:50 EST 2019


Eric Snow <ericsnowcurrently at gmail.com> added the comment:

FWIW, subclassing builtin types is a relatively new thing.  There are still a number of lingering (older) implementation details throughout CPython that were written assuming no subclassing.  I'd guess that this is one of them.

----------
nosy: +eric.snow
stage:  -> test needed
type:  -> behavior

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue35983>
_______________________________________


More information about the Python-bugs-list mailing list