]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-44807: Allow Protocol classes to define __init__ (GH-31628)
authorAdrian Garcia Badaracco <1755071+adriangb@users.noreply.github.com>
Mon, 11 Apr 2022 14:51:25 +0000 (09:51 -0500)
committerGitHub <noreply@github.com>
Mon, 11 Apr 2022 14:51:25 +0000 (07:51 -0700)
commit5f2abae61ec69264b835dcabe2cdabe57b9a990e
tree4c58c52c703a1f52e97ec402d8274620ee2a2352
parentb0b836b20cb56c225874a4a39ef895f89ab2970f
bpo-44807: Allow Protocol classes to define __init__ (GH-31628)

Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
Lib/test/test_typing.py
Lib/typing.py
Misc/NEWS.d/next/Library/2022-03-02-04-25-58.bpo-44807.gHNC9J.rst [new file with mode: 0644]