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 kj
Recipients Prometheus3375, kj
Date 2020-12-30.16:39:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1609346373.35.0.140990840662.issue42786@roundup.psfhosted.org>
In-reply-to
Content
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]'
History
Date User Action Args
2020-12-30 16:39:33kjsetrecipients: + kj, Prometheus3375
2020-12-30 16:39:33kjsetmessageid: <1609346373.35.0.140990840662.issue42786@roundup.psfhosted.org>
2020-12-30 16:39:33kjlinkissue42786 messages
2020-12-30 16:39:33kjcreate