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 serhiy.storchaka
Recipients benjamin.peterson, serhiy.storchaka
Date 2012-10-31.15:25:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1351697142.55.0.339745885879.issue16375@psf.upfronthosting.co.za>
In-reply-to
Content
The changeset 7e0e15d9957f causes annoying GCC warning in Parser/grammar1.c.

Possible solutions:

1. Revert this changes back.
2. Prohibit this type of warnings by the compiler flags.
3. Explicitly cast _PyParser_TokenNames to "char *" in PyGrammar_LabelRepr().
4. Make PyGrammar_LabelRepr() returns "const char *".
History
Date User Action Args
2012-10-31 15:25:42serhiy.storchakasetrecipients: + serhiy.storchaka, benjamin.peterson
2012-10-31 15:25:42serhiy.storchakasetmessageid: <1351697142.55.0.339745885879.issue16375@psf.upfronthosting.co.za>
2012-10-31 15:25:42serhiy.storchakalinkissue16375 messages
2012-10-31 15:25:42serhiy.storchakacreate