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 vstinner
Recipients Kevin Shweh, serhiy.storchaka, vstinner
Date 2019-03-07.11:45:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1551959106.35.0.820334280647.issue36220@roundup.psfhosted.org>
In-reply-to
Content
I wrote bpo-14385 when I was working on my PEP 410. The PEP has been rejected, I'm not sure anymore that it was a good idea to modify ceval.c :-( But I never tried to measure the overhead of the additional "if (PyDict_CheckExact(...))".
History
Date User Action Args
2019-03-07 11:45:06vstinnersetrecipients: + vstinner, serhiy.storchaka, Kevin Shweh
2019-03-07 11:45:06vstinnersetmessageid: <1551959106.35.0.820334280647.issue36220@roundup.psfhosted.org>
2019-03-07 11:45:06vstinnerlinkissue36220 messages
2019-03-07 11:45:06vstinnercreate