]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-107446: Fix test_inspect.test_class_with_method_from_other_module when ran multipl...
authorTian Gao <gaogaotiantian@hotmail.com>
Thu, 3 Aug 2023 15:04:03 +0000 (07:04 -0800)
committerGitHub <noreply@github.com>
Thu, 3 Aug 2023 15:04:03 +0000 (15:04 +0000)
commit14fbd4e6b16dcbcbff448b047f7e2faa27bbedba
treee7eafad28ef1f10e748044af8a0df7b0ef22c711
parented4a978449c856372d1a7cd389f91cafe2581c87
gh-107446: Fix test_inspect.test_class_with_method_from_other_module when ran multiple times (#107451)

Co-authored-by: Kumar Aditya <kumaraditya@python.org>
Lib/test/test_inspect.py