[issue43224] Add support for PEP 646

Jelle Zijlstra report at bugs.python.org
Fri Mar 25 18:34:24 EDT 2022


Jelle Zijlstra <jelle.zijlstra at gmail.com> added the comment:

> 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.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue43224>
_______________________________________


More information about the Python-bugs-list mailing list