]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-34805: Guarantee that __subclasses__() is in definition order. (GH-23844) (GH...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sat, 19 Dec 2020 01:17:32 +0000 (17:17 -0800)
committerGitHub <noreply@github.com>
Sat, 19 Dec 2020 01:17:32 +0000 (17:17 -0800)
commit782665885c983e88aac12f7e082485cac2df8007
tree30a9de81c1b54286a65fa4d7a29522c446c46fa6
parenteef33e6d49d05aad4111da4ad2d9cb34e7a5206c
bpo-34805:  Guarantee that __subclasses__() is in definition order. (GH-23844) (GH-23850)
Doc/library/stdtypes.rst
Lib/test/test_descr.py