]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-107082: Remove debug hack from get_first_executor in test_capi.test_misc (#107085)
authorGuido van Rossum <guido@python.org>
Sun, 23 Jul 2023 01:22:33 +0000 (18:22 -0700)
committerGitHub <noreply@github.com>
Sun, 23 Jul 2023 01:22:33 +0000 (18:22 -0700)
commit7fc9be350af055538e70ece8d7de78414bad431e
tree588be0ff15ac777e27b324869b42a02d31904dae
parent9a6b278769b9f24e0650283f6c347db8ae52b7b3
gh-107082: Remove debug hack from get_first_executor in test_capi.test_misc (#107085)

(Even though it doesn't look like it fixes gh-107082 -- see discussion there -- it still removes debug code that should never have been committed.)
Lib/test/test_capi/test_misc.py