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 maker
Recipients anthonybaxter, brett.cannon, eric.araujo, ezio.melotti, kuran, maker, terry.reedy
Date 2012-03-05.09:56:42
SpamBayes Score 0.0053012045
Marked as misclassified No
Message-id <1330941403.47.0.858783737013.issue1531415@psf.upfronthosting.co.za>
In-reply-to
Content
For what I saw these days, Parser/tokenizer.c should import warnings.h (in order to use PyErr_WarnEx()), but Python/_warnings.c imports Python.h, that requires pgen ready. This leads to a circular dependency.

Am I wrong / missing something?
History
Date User Action Args
2012-03-05 09:56:43makersetrecipients: + maker, brett.cannon, anthonybaxter, terry.reedy, kuran, ezio.melotti, eric.araujo
2012-03-05 09:56:43makersetmessageid: <1330941403.47.0.858783737013.issue1531415@psf.upfronthosting.co.za>
2012-03-05 09:56:42makerlinkissue1531415 messages
2012-03-05 09:56:42makercreate