FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

gh-143121: Avoid thread leak in configure by colesbury · Pull Request #143122 · python/cpython · GitHub

/ cpython Public

gh-143121: Avoid thread leak in configure - #143122

Merged
colesbury merged 1 commit into
python:mainfrom
colesbury:gh-143121-configure-thread-leak
Dec 31, 2025
Merged

gh-143121: Avoid thread leak in configure#143122
colesbury merged 1 commit into
python:mainfrom
colesbury:gh-143121-configure-thread-leak

Conversation

colesbury commented Dec 23, 2025
edited by bedevere-app Bot
Loading

Copy link
Copy Markdown
Contributor

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.

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.

corona10 left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

lgtm!

colesbury merged commit 469fe33 into python:main Dec 31, 2025
48 checks passed
colesbury deleted the gh-143121-configure-thread-leak branch December 31, 2025 00:45
thunder-coding pushed a commit to thunder-coding/cpython that referenced this pull request Feb 15, 2026
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.
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants


Back | FazBrowse Home | New Git URL