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 krichter
Recipients krichter, meador.inge
Date 2015-06-24.23:25:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1435188328.74.0.405294025996.issue24506@psf.upfronthosting.co.za>
In-reply-to
Content
It's a fatal warning of `gcc 4.9.2`, not an error (my bad) for `int i;` in `Parser/pgen.c` line 227. It might be ignored as well, but I think my approach is more elegant and deals with issues sooner than later.
History
Date User Action Args
2015-06-24 23:25:28krichtersetrecipients: + krichter, meador.inge
2015-06-24 23:25:28krichtersetmessageid: <1435188328.74.0.405294025996.issue24506@psf.upfronthosting.co.za>
2015-06-24 23:25:28krichterlinkissue24506 messages
2015-06-24 23:25:28krichtercreate