]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix test_capi.test_misc when run with -R:: (#107566)
authorGuido van Rossum <guido@python.org>
Wed, 2 Aug 2023 19:05:25 +0000 (12:05 -0700)
committerGitHub <noreply@github.com>
Wed, 2 Aug 2023 19:05:25 +0000 (12:05 -0700)
commitaf8141cf879f606ed71da42e12f7ec0275f561db
treef2668e301bbe748e0d28fbe823ff157039c46bd0
parent0d30a5a40968cce19750be78154232fae25d641f
Fix test_capi.test_misc when run with -R:: (#107566)

Should fix the buildbot failures.

This creates a new function each time that test is run, like Victor did for other tests.
Lib/test/test_capi/test_misc.py