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 kirkshorts
Recipients LambertDW, kirkshorts, loewis
Date 2008-11-09.21:51:14
SpamBayes Score 6.7579253e-10
Marked as misclassified No
Message-id <1226267480.15.0.0635233787568.issue4279@psf.upfronthosting.co.za>
In-reply-to
Content
a new patch that will use the grammar definition from Python/graminit.c
- it is as of yet untested for Cygwin (can't get to that machine right
now). It follows the same pattern as the previous, i.e. it makes us of
an accessor function to get the grammar definition.

This has expanded the patch somewhat to include changes to:

 - setup.py for Cygwin environment.
 - Parser/pgenmain.c to write out the function body
 - Python/pythonrun.c to use the new function
 - Include/grammar.h to declare the new function
 - Modules/parsermodule.c to use the new function


All of which makes me think that the change to make the symbol "public"
and use it directly without hiding it is a better way to go.

Will look at this under my Cygwin environment tomorrow. (I have run a
configre - make - test cycle on Ubuntu (hardy heron) and it is OK [but
then its not broken there anyway :-) ] )
History
Date User Action Args
2008-11-09 21:51:20kirkshortssetrecipients: + kirkshorts, loewis, LambertDW
2008-11-09 21:51:20kirkshortssetmessageid: <1226267480.15.0.0635233787568.issue4279@psf.upfronthosting.co.za>
2008-11-09 21:51:19kirkshortslinkissue4279 messages
2008-11-09 21:51:18kirkshortscreate