]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-43977: Make sure that tp_flags for pattern matching are inherited correctly....
authorMark Shannon <mark@hotpy.org>
Sun, 2 May 2021 23:38:22 +0000 (00:38 +0100)
committerGitHub <noreply@github.com>
Sun, 2 May 2021 23:38:22 +0000 (00:38 +0100)
commit33ec88ac81f23668293d101b83367b086c795e5e
treeba5203f9375440ef1f63ceffe55f423d3b28195b
parent9387fac100db359cbb6ec2a76f8a5eba8f9d7b65
bpo-43977: Make sure that tp_flags for pattern matching are inherited correctly. (GH-25813)
Lib/test/test_collections.py
Lib/test/test_patma.py
Misc/NEWS.d/next/Core and Builtins/2021-05-02-11-59-00.bpo-43977.R0hSDo.rst [new file with mode: 0644]
Modules/_abc.c
Objects/typeobject.c