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 methane
Recipients methane, serhiy.storchaka
Date 2019-10-29.06:20:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1572330001.19.0.181131545221.issue38613@roundup.psfhosted.org>
In-reply-to
Content
> How does it work with dict subclasses? PySet_New(iterable) uses fast path only when `PyDict_CheckExact(iterable)` is true. So there is no change for dict subclasses.
History
Date User Action Args
2019-10-29 06:20:01methanesetrecipients: + methane, serhiy.storchaka
2019-10-29 06:20:01methanesetmessageid: <1572330001.19.0.181131545221.issue38613@roundup.psfhosted.org>
2019-10-29 06:20:01methanelinkissue38613 messages
2019-10-29 06:20:01methanecreate