]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-44605: Teach @total_ordering() to work with metaclasses (GH-27633)
authorRaymond Hettinger <rhettinger@users.noreply.github.com>
Fri, 6 Aug 2021 19:33:30 +0000 (14:33 -0500)
committerGitHub <noreply@github.com>
Fri, 6 Aug 2021 19:33:30 +0000 (14:33 -0500)
commit1f7d64608b5c7f4c3d96b01b33e18ebf9dec8490
tree2b9d1df37aa23a03ac0a1f17dc3abbbfeeeab43c
parent7d747f26e6cac9f6891d475f3443441ce947697b
bpo-44605: Teach @total_ordering() to work with metaclasses (GH-27633)
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]