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 eric.snow
Recipients eric.snow, jdemeyer, matrixise, pitrou, scoder
Date 2019-02-13.15:34:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1550072090.94.0.585843815654.issue35983@roundup.psfhosted.org>
In-reply-to
Content
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.
History
Date User Action Args
2019-02-13 15:34:50eric.snowsetrecipients: + eric.snow, pitrou, scoder, jdemeyer, matrixise
2019-02-13 15:34:50eric.snowsetmessageid: <1550072090.94.0.585843815654.issue35983@roundup.psfhosted.org>
2019-02-13 15:34:50eric.snowlinkissue35983 messages
2019-02-13 15:34:50eric.snowcreate