Message 154939 - Python tracker (original) (raw)
Message154939
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:43 | maker | set | recipients: + maker, brett.cannon, anthonybaxter, terry.reedy, kuran, ezio.melotti, eric.araujo |
2012-03-05 09:56:43 | maker | set | messageid: 1330941403.47.0.858783737013.issue1531415@psf.upfronthosting.co.za |
2012-03-05 09:56:42 | maker | link | issue1531415 messages |
2012-03-05 09:56:42 | maker | create |