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 pablogsal
Recipients Andrew.C, Anthony Sottile, Jim Fasarakis-Hilliard, amaury.forgeotdarc, berker.peksag, djmitche, effbot, kirkshorts, meador.inge, pablogsal, serhiy.storchaka, superluser
Date 2021-01-27.18:22:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1611771731.67.0.532119614725.issue3353@roundup.psfhosted.org>
In-reply-to
Content
> It might also make sense to build new tokenize.py apis avoiding the `readline()` api -- I always found it painful to work with

Then we would need to maintain the old Python APIs + the new ones using the module? What you are proposing seems more than just speeding up tokenize.py re-using the existing c code
History
Date User Action Args
2021-01-27 18:22:11pablogsalsetrecipients: + pablogsal, effbot, amaury.forgeotdarc, djmitche, kirkshorts, meador.inge, berker.peksag, serhiy.storchaka, superluser, Andrew.C, Anthony Sottile, Jim Fasarakis-Hilliard
2021-01-27 18:22:11pablogsalsetmessageid: <1611771731.67.0.532119614725.issue3353@roundup.psfhosted.org>
2021-01-27 18:22:11pablogsallinkissue3353 messages
2021-01-27 18:22:11pablogsalcreate