Skip to content

bpo-46280: Fix tracemalloc_copy_domain() #30591

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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 14, 2022
Merged

bpo-46280: Fix tracemalloc_copy_domain() #30591

merged 1 commit into from
Jan 14, 2022

Conversation

vstinner
Copy link
Member

@vstinner vstinner commented Jan 14, 2022

Test if tracemalloc_copy_traces() failed to allocated memory in
tracemalloc_copy_domain().

https://bugs.python.org/issue46280

Test if tracemalloc_copy_traces() failed to allocated memory in
tracemalloc_copy_domain().
@miss-islington
Copy link
Contributor

Thanks @vstinner for the PR 🌮🎉.. I'm working now to backport this PR to: 3.9, 3.10.
🐍🍒⛏🤖

@vstinner vstinner deleted the tracemalloc branch January 14, 2022 04:11
miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Jan 14, 2022
Test if tracemalloc_copy_traces() failed to allocated memory in
tracemalloc_copy_domain().
(cherry picked from commit 7c770d3)

Co-authored-by: Victor Stinner <[email protected]>
@bedevere-bot
Copy link

GH-30592 is a backport of this pull request to the 3.10 branch.

@bedevere-bot bedevere-bot removed the needs backport to 3.10 only security fixes label Jan 14, 2022
miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Jan 14, 2022
Test if tracemalloc_copy_traces() failed to allocated memory in
tracemalloc_copy_domain().
(cherry picked from commit 7c770d3)

Co-authored-by: Victor Stinner <[email protected]>
@bedevere-bot bedevere-bot removed the needs backport to 3.9 only security fixes label Jan 14, 2022
@bedevere-bot
Copy link

GH-30593 is a backport of this pull request to the 3.9 branch.

miss-islington added a commit that referenced this pull request Jan 14, 2022
Test if tracemalloc_copy_traces() failed to allocated memory in
tracemalloc_copy_domain().
(cherry picked from commit 7c770d3)

Co-authored-by: Victor Stinner <[email protected]>
miss-islington added a commit that referenced this pull request Jan 14, 2022
Test if tracemalloc_copy_traces() failed to allocated memory in
tracemalloc_copy_domain().
(cherry picked from commit 7c770d3)

Co-authored-by: Victor Stinner <[email protected]>
hello-adam pushed a commit to hello-adam/cpython that referenced this pull request Jun 2, 2022
Test if tracemalloc_copy_traces() failed to allocated memory in
tracemalloc_copy_domain().
(cherry picked from commit 7c770d3)

Co-authored-by: Victor Stinner <[email protected]>
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.

4 participants