]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-39168: Remove the __new__ method of typing.Generic (GH-21327)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sun, 5 Jul 2020 16:02:40 +0000 (09:02 -0700)
committerGitHub <noreply@github.com>
Sun, 5 Jul 2020 16:02:40 +0000 (09:02 -0700)
commit5a1384935ee8996a5bd240dd29f9b5e356cfc467
tree6b5fdb2d097ae59313eeac04a74ff74fdb3c2952
parent16f451744b7f4653ca9db4b4bedbb6fc5c0de154
bpo-39168: Remove the __new__ method of typing.Generic (GH-21327)

Automerge-Triggered-By: @gvanrossum
(cherry picked from commit 7fed75597fac11f9a6c769e2b6c6548fe0e4049d)

Co-authored-by: Zackery Spytz <zspytz@gmail.com>
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]