Message254203
| 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. |
|