]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-44434: Remove useless calls to PyThread_exit_thread() (GH-26943)
authorVictor Stinner <vstinner@python.org>
Tue, 29 Jun 2021 00:03:30 +0000 (02:03 +0200)
committerGitHub <noreply@github.com>
Tue, 29 Jun 2021 00:03:30 +0000 (02:03 +0200)
commit48e3a1d95aee013974121fcafe19816c0e9a41da
tree16cafd637abb76ad29191346afb9790bc82227c8
parentdcb1caef5bd8e90e1ecb4c07d7114e51b49fe37a
bpo-44434: Remove useless calls to PyThread_exit_thread() (GH-26943)

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

Co-authored-by: Alexey Izbyshev <izbyshev@ispras.ru>
Modules/_testcapimodule.c
Programs/_testembed.c