Message75666
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 :-) ] ) |
|
Date |
User |
Action |
Args |
2008-11-09 21:51:20 | kirkshorts | set | recipients:
+ kirkshorts, loewis, LambertDW |
2008-11-09 21:51:20 | kirkshorts | set | messageid: <1226267480.15.0.0635233787568.issue4279@psf.upfronthosting.co.za> |
2008-11-09 21:51:19 | kirkshorts | link | issue4279 messages |
2008-11-09 21:51:18 | kirkshorts | create | |
|