]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-39168: Remove the __new__ method of typing.Generic (GH-21327)
authorZackery Spytz <zspytz@gmail.com>
Sun, 5 Jul 2020 05:07:43 +0000 (23:07 -0600)
committerGitHub <noreply@github.com>
Sun, 5 Jul 2020 05:07:43 +0000 (22:07 -0700)
commit7fed75597fac11f9a6c769e2b6c6548fe0e4049d
tree0fe94b8d0df267975902c7eaa0282c223ef8fd27
parent9c8441712230660fedac818ed50e7cdd89e4c51d
bpo-39168: Remove the __new__ method of typing.Generic (GH-21327)

Automerge-Triggered-By: @gvanrossum
Lib/test/test_typing.py
Lib/typing.py
Misc/NEWS.d/next/Library/2020-07-04-21-56-46.bpo-39168.DQWsXj.rst [new file with mode: 0644]