8000 bpo-43224: Implement pickling of TypeVarTuples by mrahtz · Pull Request #32119 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

bpo-43224: Implement pickling of TypeVarTuples #32119

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 12 commits into from
Apr 22, 2022
Merged
Prev Previous commit
Merge branch 'main' into pep646-pickling-tests
  • Loading branch information
JelleZijlstra authored Apr 21, 2022
commit e5501f43ba257f978494d4bf9dfd10385373d788
1 change: 1 addition & 0 deletions Lib/test/test_typing.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import contextlib
import collections
from collections import defaultdict
from functools import lru_cache, wraps
import inspect
import pickle
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.
0