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 serhiy.storchaka
Recipients christian.heimes, methane, pitrou, rhettinger, scoder, serhiy.storchaka, vstinner
Date 2017-09-10.18:40:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1505068842.07.0.669548396511.issue31336@psf.upfronthosting.co.za>
In-reply-to
Content
My comment was addressed.

As for using the _Py_IDENTIFIER API, I don't think it is related. The speedup was caused by avoiding few simple checks and function calls. The _Py_IDENTIFIER API is great, but it has a small overhead which is comparable to the small difference caused by Stefan's patch.
History
Date User Action Args
2017-09-10 18:40:42serhiy.storchakasetrecipients: + serhiy.storchaka, rhettinger, pitrou, scoder, vstinner, christian.heimes, methane
2017-09-10 18:40:42serhiy.storchakasetmessageid: <1505068842.07.0.669548396511.issue31336@psf.upfronthosting.co.za>
2017-09-10 18:40:42serhiy.storchakalinkissue31336 messages
2017-09-10 18:40:41serhiy.storchakacreate