]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-44980: fix test_constructor to return None value (GH-27898)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 23 Aug 2021 19:21:06 +0000 (12:21 -0700)
committerGitHub <noreply@github.com>
Mon, 23 Aug 2021 19:21:06 +0000 (12:21 -0700)
commit10955353ce25a52741e8f72fdbb6f4b150ee4dc7
treeaa383edb8803aba87b6e77e7efd9b78fea22ad23
parent3390dfa8f36105e578a43720d03849371b3dec83
bpo-44980: fix test_constructor to return None value (GH-27898)

(cherry picked from commit 27b761a11a14521617a01257eb3767150bec3a74)

Co-authored-by: andrei kulakov <andrei.avk@gmail.com>
Lib/test/test_code.py