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 brett.cannon
Recipients brett.cannon
Date 2015-09-01.20:49:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1441140555.75.0.593788380292.issue24981@psf.upfronthosting.co.za>
In-reply-to
Content
Issue #24975 shows that we can easily end up with holes in support from the ast module. We should probably make sure we have a test that goes through the entire stdlib, Does an ast.parse(), and then passes the result to compile() to verify no exceptions are raised. We should either avoid the test/ directory or blacklist specific files which will fail because they are designed to be syntactically incorrect. The test can also be behind a -u flag if it turns out to be an expensive test.
History
Date User Action Args
2015-09-01 20:49:15brett.cannonsetrecipients: + brett.cannon
2015-09-01 20:49:15brett.cannonsetmessageid: <1441140555.75.0.593788380292.issue24981@psf.upfronthosting.co.za>
2015-09-01 20:49:15brett.cannonlinkissue24981 messages
2015-09-01 20:49:15brett.cannoncreate