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 A. Skrobov
Recipients A. Skrobov, benjamin.peterson, berker.peksag, brett.cannon, fdrake, gregory.p.smith, pablogsal, python-dev, serhiy.storchaka, xcombelle
Date 2019-03-26.15:33:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1553614408.8.0.416681237128.issue36440@roundup.psfhosted.org>
In-reply-to
Content
Seeing that the implicit resolution at #36256 was to keep the parser module in place, may I suggest that the diagnostics it produces be improved, so that instead of "Expected node type 305, got 11", it would raise "Expected namedexpr_test, got COLON"
History
Date User Action Args
2019-03-26 15:33:28A. Skrobovsetrecipients: + A. Skrobov, fdrake, brett.cannon, gregory.p.smith, benjamin.peterson, python-dev, berker.peksag, serhiy.storchaka, xcombelle, pablogsal
2019-03-26 15:33:28A. Skrobovsetmessageid: <1553614408.8.0.416681237128.issue36440@roundup.psfhosted.org>
2019-03-26 15:33:28A. Skrobovlinkissue36440 messages
2019-03-26 15:33:28A. Skrobovcreate