bpo-44434: Remove useless calls to PyThread_exit_thread() by vstinner · Pull Request #26943 · python/cpython
-
-
Notifications
You must be signed in to change notification settings - Fork 34.7k
Merged
Conversation
Member
Remove useless calls to PyThread_exit_thread() in two unit tests of
_testcapi and _testembed modules.
Co-authored-by: Alexey Izbyshev izbyshev@ispras.ru
vstinner
added
the
skip news
label
the-knights-who-say-ni
added
the
CLA signed
label
bedevere-bot
added
the
awaiting core review
label
Remove useless calls to PyThread_exit_thread() in two unit tests of _testcapi and _testembed modules. Co-authored-by: Alexey Izbyshev <izbyshev@ispras.ru>
vstinner
commented
Jun 28, 2021
vstinner commented
Member Author
vstinner
mentioned this pull request
vstinner
merged commit
48e3a1d
into
python:main
bedevere-bot
removed
the
awaiting core review
label
vstinner
deleted the
exit_thread_tests
branch
vstinner
commented
Jun 29, 2021
vstinner commented
Member Author
I don't think that it's worth it to backport this change to 3.9 and 3.10 since it only impacts tests.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment