]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-43224: Implement pickling of TypeVarTuples (#32119)
authorMatthew Rahtz <matthew.rahtz@gmail.com>
Fri, 22 Apr 2022 04:22:53 +0000 (05:22 +0100)
committerGitHub <noreply@github.com>
Fri, 22 Apr 2022 04:22:53 +0000 (21:22 -0700)
commit5e130a8da4e4f13444ec20dfe88a3e2e070005ca
tree5480a67ce4b787df8f78d8f7dad1b850ea531193
parent2551a6c92f247eed8121b14f151acd95432dff9e
bpo-43224: Implement pickling of TypeVarTuples (#32119)

Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
Lib/test/test_typing.py
Lib/typing.py