bpo-43224: Implement PEP 646 changes to typing.py (GH-31021)

Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
This commit is contained in:
Matthew Rahtz 2022-03-08 04:02:55 +00:00 committed by GitHub
parent 13331a12c3
commit 7a793a388b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 646 additions and 22 deletions

View file

@ -0,0 +1 @@
Implement support for PEP 646 in typing.py.