]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-34805: Guarantee that __subclasses__() is in definition order. (GH-23844)
authorRaymond Hettinger <rhettinger@users.noreply.github.com>
Sat, 19 Dec 2020 00:53:50 +0000 (16:53 -0800)
committerGitHub <noreply@github.com>
Sat, 19 Dec 2020 00:53:50 +0000 (16:53 -0800)
commit51f4688254ebb7b30215de424360ba5c92c63fe8
tree1e7d9be57f2092072f97074f363052c75199f8b7
parentfb34096140bbb74c81500dd8bbc3c69c1d24d9ab
bpo-34805:  Guarantee that __subclasses__() is in definition order. (GH-23844)
Doc/library/stdtypes.rst
Lib/test/test_descr.py