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 emma_smith
Recipients BTaskaya, emma_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 <[email protected]>
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 <[email protected]>
wrote:

>
> Guido van Rossum <[email protected]> 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 <[email protected]>
> <https://bugs.python.org/issue39481>
> _______________________________________
>
History
Date User Action Args
2020-04-15 00:46:25emma_smithsetrecipients: + emma_smith, gvanrossum, lukasz.langa, serhiy.storchaka, yan12125, BTaskaya
2020-04-15 00:46:25emma_smithlinkissue39481 messages
2020-04-15 00:46:25emma_smithcreate