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 brett.cannon, christian.heimes, georg.brandl, pitrou, vstinner
Date 2013-12-13.13:50:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1386942606.55.0.148228661761.issue19230@psf.upfronthosting.co.za>
In-reply-to
Content
> Second, PEP 399 requires the pure Python version stick around, else you need to request an exception to drop keyword.py from python-dev.

I don't understand the purpose of providing a Python implementation of the keyword module. If you look at the current implementation, I don't know that anything other than CPython can use it. The code uses Python/graminit.c to regenerate the module.

But I don't want to fight if you don't care of minor speedup, so I'm closing the issue.
History
Date User Action Args
2013-12-13 13:50:06vstinnersetrecipients: + vstinner, brett.cannon, georg.brandl, pitrou, christian.heimes
2013-12-13 13:50:06vstinnersetmessageid: <1386942606.55.0.148228661761.issue19230@psf.upfronthosting.co.za>
2013-12-13 13:50:06vstinnerlinkissue19230 messages
2013-12-13 13:50:06vstinnercreate