Skip to content

bpo-44434: Remove useless calls to PyThread_exit_thread()#26943

Merged
vstinner merged 1 commit into
python:mainfrom
vstinner:exit_thread_tests
Jun 29, 2021
Merged

bpo-44434: Remove useless calls to PyThread_exit_thread()#26943
vstinner merged 1 commit into
python:mainfrom
vstinner:exit_thread_tests

Conversation

@vstinner
Copy link
Copy Markdown
Member

@vstinner vstinner commented Jun 28, 2021

Remove useless calls to PyThread_exit_thread() in two unit tests of
_testcapi and _testembed modules.

Co-authored-by: Alexey Izbyshev izbyshev@ispras.ru

https://bugs.python.org/issue44434

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
Copy link
Copy Markdown
Member Author

PR based on @izbyshev's PR #24241.

@vstinner
Copy link
Copy Markdown
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants