commit | af8141cf879f606ed71da42e12f7ec0275f561db | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Wed Aug 02 12:05:25 2023 -0700 |
committer | GitHub <noreply@github.com> | Wed Aug 02 12:05:25 2023 -0700 |
tree | f2668e301bbe748e0d28fbe823ff157039c46bd0 | |
parent | 0d30a5a40968cce19750be78154232fae25d641f [diff] |
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.