Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

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

gh-140067: Fix memory leak in sub-interpreter creation (#140111)#140261

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
kumaraditya303 merged 3 commits intopython:mainfromkumaraditya303:daemon
Oct 18, 2025
Merged
Show file tree
Hide file tree
Changes from1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
PrevPrevious commit
add skip marker
  • Loading branch information
@kumaraditya303
kumaraditya303 committedOct 17, 2025
commitd921b2c51899c12a33f48fce1ff96cb15f36f62c
1 change: 1 addition & 0 deletionsLib/test/test_threading.py
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -1776,6 +1776,7 @@ def task():
self.assertEqual(os.read(r_interp, 1), DONE)

@cpython_only
@support.skip_if_sanitizer(thread=True, memory=True)
def test_daemon_threads_fatal_error(self):
import_module("_testcapi")
subinterp_code = f"""if 1:
Expand Down
3 changes: 0 additions & 3 deletionsTools/tsan/suppressions.txt
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -3,6 +3,3 @@

# https://gist.github.com/mpage/daaf32b39180c1989572957b943eb665
thread:pthread_create

# gh-140138
race:drop_gil
3 changes: 0 additions & 3 deletionsTools/tsan/suppressions_free_threading.txt
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -45,6 +45,3 @@ race:PyObject_Realloc
# gh-133467. Some of these could be hard to trigger.
race_top:set_tp_bases
race_top:type_set_bases_unlocked

# gh-140138
race:drop_gil
Loading

[8]ページ先頭

©2009-2025 Movatter.jp