]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-115859: Fix test_type_inconsistency() when run multiple times (#116079)
authorGuido van Rossum <guido@python.org>
Wed, 28 Feb 2024 23:56:58 +0000 (15:56 -0800)
committerGitHub <noreply@github.com>
Wed, 28 Feb 2024 23:56:58 +0000 (23:56 +0000)
commit479ac5ce8a311c9a5830b96e972478867fcbce61
tree99a5045381ffb02b961a5411f4fc52888c7b6696
parent3ea78fd5bc93fc339ef743e6a5dfde35f04d972e
gh-115859: Fix test_type_inconsistency() when run multiple times (#116079)

This should fix the refleaks bots.

(See https://github.com/python/cpython/pull/116062#issuecomment-1970038174 .)
Lib/test/test_capi/test_opt.py