bpo-44434: Remove useless calls to PyThread_exit_thread() by vstinner · Pull Request #26943 · python/cpython
Navigation Menu
{{ message }}
- Notifications You must be signed in to change notification settings
- Fork 34.4k
Merged
bpo-44434: Remove useless calls to PyThread_exit_thread()#26943
vstinner merged 1 commit intopython:mainfrom
vstinner:exit_thread_tests
bpo-44434: Remove useless calls to PyThread_exit_thread()#26943
vstinner merged 1 commit intopython:mainfrom
vstinner:exit_thread_tests
Conversation
Copy link Copy Markdown
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>
Copy link Copy Markdown
Member Author
vstinner
commented
Jun 28, 2021
vstinner commented
Jun 28, 2021
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
Copy link Copy Markdown
Member Author
vstinner
commented
Jun 29, 2021
vstinner commented
Jun 29, 2021I don't think that it's worth it to backport this change to 3.9 and 3.10 since it only impacts tests.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment