STINNER Victor added the comment:

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

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue25555>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to