]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-143121: Avoid thread leak in configure (gh-143122)
authorSam Gross <colesbury@gmail.com>
Wed, 31 Dec 2025 00:45:23 +0000 (19:45 -0500)
committerGitHub <noreply@github.com>
Wed, 31 Dec 2025 00:45:23 +0000 (19:45 -0500)
commit469fe33edd92b8586d6995d07384b52170067c76
tree86af456f71b94be47e1d46f26aa77f1b08c94980
parent04899b8539ab83657a4495203f26b3cb1a6f46dc
gh-143121: Avoid thread leak in configure (gh-143122)

If you are building with `--with-thread-sanitizer` and don't use the
suppression file, then running configure will report a thread leak.

Call `pthread_join()` to avoid the thread leak.
configure
configure.ac