]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-43977: Properly update the tp_flags of existing subclasses when their parents...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 25 Jun 2021 15:46:23 +0000 (08:46 -0700)
committerGitHub <noreply@github.com>
Fri, 25 Jun 2021 15:46:23 +0000 (08:46 -0700)
commit88970125e7a4917966f711dc7e93cf170977034f
tree741af127c8f9b363fb44413783861ea3dfb6f884
parent8bec9fb92f09d02c24611ebd0a90103a1a414a40
bpo-43977: Properly update the tp_flags of existing subclasses when their parents are registered (GH-26864)

(cherry picked from commit ca2009d72a52a98bf43aafa9ad270a4fcfabfc89)

Co-authored-by: Brandt Bucher <brandt@python.org>
Doc/library/dis.rst
Lib/test/test_patma.py
Misc/NEWS.d/next/Library/2021-06-22-16-45-48.bpo-43977.bamAGF.rst [new file with mode: 0644]
Modules/_abc.c