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 martin.panter
Recipients brett.cannon, martin.panter, thomaslee
Date 2016-11-05.02:57:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1478314631.12.0.0802386320824.issue4347@psf.upfronthosting.co.za>
In-reply-to
Content
Here is a patch for Python 3 implementing my idea. There is already code conditionally compiled out for the pgen build, so my patch just expands that to avoid the "graminit.h" include and derived functions.
History
Date User Action Args
2016-11-05 02:57:11martin.pantersetrecipients: + martin.panter, brett.cannon, thomaslee
2016-11-05 02:57:11martin.pantersetmessageid: <1478314631.12.0.0802386320824.issue4347@psf.upfronthosting.co.za>
2016-11-05 02:57:11martin.panterlinkissue4347 messages
2016-11-05 02:57:10martin.pantercreate