bpo-44434: Remove useless calls to PyThread_exit_thread() by vstinner · Pull Request #26943 · python/cpython

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Merged

vstinner merged 1 commit intopython:mainfrom

vstinner:exit_thread_tests

Jun 29, 2021

Merged

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

vstinner merged 1 commit intopython:mainfrom

vstinner:exit_thread_tests

Conversation

@vstinner

Copy link Copy Markdown

Member

@vstinner vstinner commented

Jun 28, 2021

edited

Loading

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

Reviewers

No reviews

Assignees

No one assigned

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

3 participants

@vstinner @the-knights-who-say-ni @bedevere-bot