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 ethan smith
Recipients BTaskaya, ethan smith, gvanrossum, lukasz.langa, serhiy.storchaka, yan12125
Date 2020-04-15.00:46:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAMzjp8HeSLDVW39shouMntmNmX1ith=wK7CqNd-bMhtHFFSi4g@mail.gmail.com>
In-reply-to <1586906061.63.0.90542226197.issue39481@roundup.psfhosted.org>
Content
I went through the list I generated and it seems that the
ipaddress._BaseNetwork and mmap.mmap cases are the only one I saw that
shouldn't be generic. I will submit a PR to revert those. The only item
left after that which I know of is _lru_cache_wrapper.

On Tue, Apr 14, 2020 at 4:14 PM Guido van Rossum <report@bugs.python.org>
wrote:

>
> Guido van Rossum <guido@python.org> added the comment:
>
>
> New changeset d01628e411752ee6849f862cae66a1c69fe512b7 by Ethan Smith in
> branch 'master':
> bpo-39481: PEP 585 for dataclasses, mailbox, contextvars (GH-19425)
>
> https://github.com/python/cpython/commit/d01628e411752ee6849f862cae66a1c69fe512b7
>
>
> ----------
>
> _______________________________________
> Python tracker <report@bugs.python.org>
> <https://bugs.python.org/issue39481>
> _______________________________________
>
History
Date User Action Args
2020-04-15 00:46:25ethan smithsetrecipients: + ethan smith, gvanrossum, lukasz.langa, serhiy.storchaka, yan12125, BTaskaya
2020-04-15 00:46:25ethan smithlinkissue39481 messages
2020-04-15 00:46:25ethan smithcreate