]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-42128: Add __match_args__ to structseq-based classes (GH-24732)
authorPablo Galindo <Pablogsal@gmail.com>
Thu, 4 Mar 2021 00:03:44 +0000 (00:03 +0000)
committerGitHub <noreply@github.com>
Thu, 4 Mar 2021 00:03:44 +0000 (00:03 +0000)
commit0632b1012d4dfa81ffef0d686a4710f6134f77a8
treeb1387749144a2ba1582fbb9023fdc4ddbdb6c3aa
parent9c7927400cd8f1d283bf7915b6b33fea81b8655d
bpo-42128: Add __match_args__ to structseq-based classes (GH-24732)
Lib/test/test_structseq.py
Misc/NEWS.d/next/Core and Builtins/2021-03-03-19-04-23.bpo-42128.VouZjn.rst [new file with mode: 0644]
Objects/structseq.c