]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix misused variable that was preventing permutations of classes from being tested...
authorJingxuan He <LostBenjamin@users.noreply.github.com>
Thu, 28 Jul 2022 22:42:51 +0000 (00:42 +0200)
committerGitHub <noreply@github.com>
Thu, 28 Jul 2022 22:42:51 +0000 (23:42 +0100)
commit390847922c8f93db6f639d6e0ab3e53aefa60c76
treef72107425ab66cc4be8a21a1f181f5a852ecd4f6
parent7df2f4d78714707cfb30d83ca99ce84ef9934892
Fix misused variable that was preventing permutations of classes from being tested (GH-93935)
Lib/test/test_functools.py