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 jab, josh.r, methane, pgjones, rhettinger, serhiy.storchaka
Date 2021-02-19.02:54:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1613703258.45.0.568323610787.issue43246@roundup.psfhosted.org>
In-reply-to
Content
I am not sure this should be fixed.

If so, I think we should use PyDict_CheckExact() instead of PyDict_Check() && (tp_iter is overridden || keys() is overridden || sq_item is overridden).
History
Date User Action Args
2021-02-19 02:54:18methanesetrecipients: + methane, rhettinger, jab, serhiy.storchaka, josh.r, pgjones
2021-02-19 02:54:18methanesetmessageid: <1613703258.45.0.568323610787.issue43246@roundup.psfhosted.org>
2021-02-19 02:54:18methanelinkissue43246 messages
2021-02-19 02:54:18methanecreate