Ken Jin <kenjin4...@gmail.com> added the comment:

This was addressed in issue42195 and issue40494 as you pointed out :). It has 
been fixed in Python 3.10. Unfortunately the backport didn't make it in time 
for Python 3.9.1, and will come in Python 3.9.2 instead. Sadly there's not much 
to do about that.

On 3.10:

>>> import collections
>>> repr(collections.abc.Callable[[int], str])
'collections.abc.Callable[[int], str]'

----------
nosy: +kj

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

Reply via email to