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 petdance
Recipients petdance
Date 2019-12-29.01:45:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1577583921.53.0.126418549221.issue39150@roundup.psfhosted.org>
In-reply-to
Content
PyToken_OneChar in Parser/token.c is autogenerated.  I suspect it may be faster and smaller if it were a lookup into a static table of ops rather than a switch statement.  Check to see if it is.
History
Date User Action Args
2019-12-29 01:45:21petdancesetrecipients: + petdance
2019-12-29 01:45:21petdancesetmessageid: <1577583921.53.0.126418549221.issue39150@roundup.psfhosted.org>
2019-12-29 01:45:21petdancelinkissue39150 messages
2019-12-29 01:45:21petdancecreate