]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-44605: Teach @total_ordering() to work with metaclasses (GH-27633) (GH-27641)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 6 Aug 2021 19:57:52 +0000 (12:57 -0700)
committerGitHub <noreply@github.com>
Fri, 6 Aug 2021 19:57:52 +0000 (14:57 -0500)
commitfde84170d06f74afd6f95d5b18cf3f733018191a
tree98ded8fdba68a38ded8f85c6db8c2e71d1aedef1
parent91f6d386691c060dfaa870d74b370e9c10eb8cd8
bpo-44605: Teach @total_ordering() to work with metaclasses (GH-27633) (GH-27641)
Lib/functools.py
Lib/test/test_functools.py
Misc/NEWS.d/next/Library/2021-08-06-09-43-50.bpo-44605.q4YSBZ.rst [new file with mode: 0644]