10000 Update typing-extensions; some 3.12 updates by JelleZijlstra · Pull Request #10200 · python/typeshed · GitHub
[go: up one dir, main page]

Skip to content

Update typing-extensions; some 3.12 updates #10200

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 26 commits into from
May 24, 2023
Merged
Changes from 1 commit
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
6664a00
Update typing-extensions; some 3.12 updates
JelleZijlstra May 23, 2023
ea4c90e
clean
JelleZijlstra May 23, 2023
1f42ee3
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] May 23, 2023
12df74b
Fix name conflicts
JelleZijlstra May 23, 2023
060bd3c
missed some
JelleZijlstra May 23, 2023
cfd5be2
Maybe flake8 will like this
JelleZijlstra May 23, 2023
ef6698c
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] May 23, 2023
8d2800e
Undo AST changes
JelleZijlstra May 23, 2023
10a065c
Update stdlib/typing.pyi
JelleZijlstra May 23, 2023
2779a39
Update stdlib/typing_extensions.pyi
JelleZijlstra May 23, 2023
dcb2f99
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] May 23, 2023
4461707
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] May 23, 2023
50af9b4
Update stdlib/_collections_abc.pyi
JelleZijlstra May 23, 2023
2813cff
what is an abstractmethod
JelleZijlstra May 23, 2023
15ad706
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] May 23, 2023
2bb54f0
Update stdlib/_collections_abc.pyi
JelleZijlstra May 23, 2023
f8ee085
CI-driven development
JelleZijlstra May 23, 2023
4168a7e
More CI-driven development
AlexWaygood May 23, 2023
052197c
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] May 23, 2023
8feb81d
properties all around
JelleZijlstra May 24, 2023
e9dfb2b
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] May 24, 2023
63ed9e3
__module__ can be None
JelleZijlstra May 24, 2023
4a944c1
Ignore mypy error
JelleZijlstra May 24, 2023
2973ebd
Also ignore on typing-extensions
JelleZijlstra May 24, 2023
d0d7e67
lies
JelleZijlstra May 24, 2023
059d8ce
More lies
JelleZijlstra May 24, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
More lies
  • Loading branch information
JelleZijlstra committed May 24, 2023
8A0A
commit 059d8ce35f1d33fa02e1cbeee5ffa5f4c8cd68f3
2 changes: 2 additions & 0 deletions tests/stubtest_allowlists/py311.txt
Original file line number Diff line number Diff line change
Expand Up @@ -143,3 +143,5 @@ dataclasses.KW_ONLY

# We pretend it's a read-only property for forward compatibility with 3.12
typing.ParamSpec(Args|Kwargs).__origin__
typing\.TypeVar\.__.*__
typing\.ParamSpec\.__.*__
0