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 berker.peksag
Recipients Janosch.Gräf, amaury.forgeotdarc, benjamin.peterson, berker.peksag, terry.reedy, vstinner
Date 2016-04-29.16:33:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1461947621.71.0.94027901318.issue13436@psf.upfronthosting.co.za>
In-reply-to
Content
level=None is now allowed: https://hg.python.org/cpython/file/default/Python/Python-ast.c#l5224 (see line 5224 to 5232) I converted the example in msg147972 to a Python script. test_bad_integer is still useful as it uses the required 'lineno' field. I will also commit issue13436.py as a test case.
History
Date User Action Args
2016-04-29 16:33:41berker.peksagsetrecipients: + berker.peksag, terry.reedy, amaury.forgeotdarc, vstinner, benjamin.peterson, Janosch.Gräf
2016-04-29 16:33:41berker.peksagsetmessageid: <1461947621.71.0.94027901318.issue13436@psf.upfronthosting.co.za>
2016-04-29 16:33:41berker.peksaglinkissue13436 messages
2016-04-29 16:33:41berker.peksagcreate