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 vstinner
Recipients benjamin.peterson, matrixise, python-dev, vstinner, yselivanov
Date 2015-11-06.16:05:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1446825958.27.0.896140722512.issue25555@psf.upfronthosting.co.za>
In-reply-to
Content
> 3. How can I test it? currently, everything is fine.

Sorry, I don't know how to test it.

To write my fix, I had to modify the compile() builtin function to be able to compile Python to AST, and then AST to Python. But without this fix I don't know how to test.

I tried to revert the AST patch on my FAT Python to try to find which part of the code fails without the fix, but FAT Python doesn't compile anymore. I reverted the revert, and it still doesn't work!?

For this bug, sorry, you have to trust me :-(

I applied the fix to Python 3.6. I will wait a bit for buildbots before backporting to 3.5.
History
Date User Action Args
2015-11-06 16:05:58vstinnersetrecipients: + vstinner, benjamin.peterson, python-dev, yselivanov, matrixise
2015-11-06 16:05:58vstinnersetmessageid: <1446825958.27.0.896140722512.issue25555@psf.upfronthosting.co.za>
2015-11-06 16:05:58vstinnerlinkissue25555 messages
2015-11-06 16:05:58vstinnercreate