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 josh.r
Recipients Jon McMahon, josh.r
Date 2019-02-12.17:23:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1549992218.11.0.115355994417.issue35958@roundup.psfhosted.org>
In-reply-to
Content
This looks to be a general problem with built-in classes using ABCMeta, per #31127 (Abstract classes derived from built-in classes don't block instance creation).

Progress (or lack thereof) is being tracked on the more specifically named #5996 (abstract class instantiable when subclassing dict).
History
Date User Action Args
2019-02-12 17:23:38josh.rsetrecipients: + josh.r, Jon McMahon
2019-02-12 17:23:38josh.rsetmessageid: <1549992218.11.0.115355994417.issue35958@roundup.psfhosted.org>
2019-02-12 17:23:38josh.rlinkissue35958 messages
2019-02-12 17:23:37josh.rcreate