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 methane, serhiy.storchaka, vstinner
Date 2017-01-25.13:26:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1485350781.83.0.158975535857.issue29369@psf.upfronthosting.co.za>
In-reply-to
Content
LGTM. _Py_IDENTIFIER is private API, but is not new in Python-ast.c.

I expect insignificant speedup and reduce the memory usage from the patch.
History
Date User Action Args
2017-01-25 13:26:21serhiy.storchakasetrecipients: + serhiy.storchaka, vstinner, methane
2017-01-25 13:26:21serhiy.storchakasetmessageid: <1485350781.83.0.158975535857.issue29369@psf.upfronthosting.co.za>
2017-01-25 13:26:21serhiy.storchakalinkissue29369 messages
2017-01-25 13:26:21serhiy.storchakacreate