]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-46388: Test NotImplemented code path for functools.total_ordering (GH-30616)
authorRussel Webber <24542073+RusselWebber@users.noreply.github.com>
Sat, 15 Jan 2022 22:15:32 +0000 (22:15 +0000)
committerGitHub <noreply@github.com>
Sat, 15 Jan 2022 22:15:32 +0000 (14:15 -0800)
commit0a28118324f64851b684ec3afdd063c47513a236
tree639d5c2328fdb606a784a4b6e285f05294bc6936
parentd02c5e9b55a8651b7d396ac3f2bdedf1fc1780b5
bpo-46388: Test NotImplemented code path for functools.total_ordering (GH-30616)
Lib/test/test_functools.py