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

(cherry picked from commit 27b761a11a14521617a01257eb3767150bec3a74)

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