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 pablogsal
Recipients anthonybaxter, brett.cannon, eric.araujo, exarkun, ezio.melotti, jafo, kuran, maker, pablogsal, terry.reedy
Date 2020-01-12.20:35:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1578861339.09.0.424195816884.issue1531415@roundup.psfhosted.org>
In-reply-to
Content
The C version of pgen is gone so the circular dependency should not be a problem as as far as I can tell, Parser/parsetok.c does not emit warnings anymore (the functions are unused). Maybe we should just clean that code instead.
History
Date User Action Args
2020-01-12 20:35:39pablogsalsetrecipients: + pablogsal, brett.cannon, anthonybaxter, terry.reedy, jafo, exarkun, kuran, ezio.melotti, eric.araujo, maker
2020-01-12 20:35:39pablogsalsetmessageid: <1578861339.09.0.424195816884.issue1531415@roundup.psfhosted.org>
2020-01-12 20:35:39pablogsallinkissue1531415 messages
2020-01-12 20:35:38pablogsalcreate