8000 [3.4] bpo-26617: Ensure gc tracking is off when invoking weakref callbacks. by serhiy-storchaka · Pull Request #2695 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

[3.4] bpo-26617: Ensure gc tracking is off when invoking weakref callbacks. #2695

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 2 commits into from
Jul 22, 2017
Merged
Show file tree
Hide file tree
Changes from 1 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
Prev Previous commit
Rewrite a NEWS entry as a NEWS.d entry.
  • Loading branch information
serhiy-storchaka committed Jul 17, 2017
commit 0ce5c15e8d6a7a844693becc8de5f21f387e3134
2 changes: 0 additions & 2 deletions Misc/NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ Release date: XXXX-XX-XX
Core and Builtins
-----------------

- Issue #26617: Fix crash when GC runs during weakref callbacks.

- bpo-27945: Fixed various segfaults with dict when input collections are
mutated during searching, inserting or comparing. Based on patches by
Duane Griffin and Tim Mitchell.
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Fix crash when GC runs during weakref callbacks.
0