[issue39562] Asynchronous comprehensions don't work in asyncio REPL

Pablo Galindo Salgado report at bugs.python.org
Thu Apr 30 00:52:17 EDT 2020


Pablo Galindo Salgado <pablogsal at gmail.com> added the comment:

I think we should backport the fix 4454057269b995341b04d13f0bf97f96080f27d0 (change constants) to 3.8 given that the likelihood of users using the actual hardcoded value of the constants instead of the constants themselves is very low. Also, given the collision, it would be fixing a bug present still in 3.8. 

If we revert 9052f7a41b90f2d34011c8da68f9a4facebc8a97 we would have two bugs in 3.8: collision of constants and asyncio repr not working properly.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue39562>
_______________________________________


More information about the Python-bugs-list mailing list