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 JelleZijlstra
Recipients AlexWaygood, JelleZijlstra, cdce8p, gvanrossum, kj, lys.nikolaou, matthew.rahtz, mrahtz, pablogsal, serhiy.storchaka
Date 2022-03-25.22:34:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1648247664.51.0.924134429777.issue43224@roundup.psfhosted.org>
In-reply-to
Content
> 1. Finish writing docs (is updating library/typing.html sufficient? https://github.com/python/cpython/pull/32103)

We also need to add to the What's New for 3.11. I volunteered to do that for all the typing PEPs.

> 2. Implement support for pickling of unpacked native tuples

Linking your GH-32119

> 3. Implement support and add tests for copy() of TypeVarTuple and unpacked tuple

I believe this uses the same mechanism as pickling, so shouldn't need more work.
History
Date User Action Args
2022-03-25 22:34:24JelleZijlstrasetrecipients: + JelleZijlstra, gvanrossum, serhiy.storchaka, lys.nikolaou, pablogsal, kj, matthew.rahtz, mrahtz, AlexWaygood, cdce8p
2022-03-25 22:34:24JelleZijlstrasetmessageid: <1648247664.51.0.924134429777.issue43224@roundup.psfhosted.org>
2022-03-25 22:34:24JelleZijlstralinkissue43224 messages
2022-03-25 22:34:24JelleZijlstracreate