[issue4288] parsermodule and grammar variable

2009-01-11 Thread Martin v. Löwis
Martin v. Löwis mar...@v.loewis.de added the comment: This is now fixed with the resolution to issue 4279. -- resolution: - fixed status: open - closed superseder: - Module 'parser' fails to build ___ Python tracker rep...@bugs.python.org

[issue4288] parsermodule and grammar variable

2009-01-10 Thread Mark Sapiro
Changes by Mark Sapiro m...@msapiro.net: -- nosy: +msapiro ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue4288 ___ ___ Python-bugs-list mailing

[issue4288] parsermodule and grammar variable

2008-11-09 Thread Roumen Petrov
New submission from Roumen Petrov [EMAIL PROTECTED]: After synchronization of my mingw32 cross-compilation environment with trunk some of tests fail. The reason is that parsermodule fail to link. Please check build on officially supported platform: MSVC and cygwin. The attached patch

[issue4288] parsermodule and grammar variable

2008-11-09 Thread Christian Heimes
Christian Heimes [EMAIL PROTECTED] added the comment: As far as I know neither cygwin nor MinGW32 are falling under the categoy of first class citizens. MinGW32 is only officially supported to build extension modules. The compilers aren't used by our build bots, too. In order to make both

[issue4288] parsermodule and grammar variable

2008-11-09 Thread Andy
Andy [EMAIL PROTECTED] added the comment: looks like it might be a similar root issue to the one I raised in #4279. Looks like this patch breaks the data hiding that I think has been attempted :-( though it doesn't mess with setup.py in the way mine does :-) Don't know how Christian's comment

[issue4288] parsermodule and grammar variable

2008-11-09 Thread Andy
Andy [EMAIL PROTECTED] added the comment: Christian: sorry my 'find' kung fu is weak :-( :-$ I see why. Will work on a better patch. ___ Python tracker [EMAIL PROTECTED] http://bugs.python.org/issue4288 ___

[issue4288] parsermodule and grammar variable

2008-11-09 Thread Christian Heimes
Christian Heimes [EMAIL PROTECTED] added the comment: Andy: Of course we like to support Cygwin and MinGW32. I wanted to make clear that the platforms aren't top priority. They aren't regularly tested by any of the core developers and build bots. Regarding data hiding, you are correct. I'm more

[issue4288] parsermodule and grammar variable

2008-11-09 Thread Andy
Andy [EMAIL PROTECTED] added the comment: Christian: Cool, thanks for the feedback d00d - it took longer than i though to get what I predicted :-) No worries on the whole core target platform thing - I understand it perfectly, had the same issue for work related things: too many platform and