summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2016-10-04 07:00:02 (GMT)
committerBenjamin Peterson <benjamin@python.org>2016-10-04 07:00:02 (GMT)
commit8f657c35b978b681e6e919f08358992e1aed7dc1 (patch)
tree34ff476027bdeffd157fe8879baf9dde43ab2c45 /Misc
parentb47c9d29d763c9c24542e6de9191ef50da021ce6 (diff)
downloadcpython-8f657c35b978b681e6e919f08358992e1aed7dc1.zip
cpython-8f657c35b978b681e6e919f08358992e1aed7dc1.tar.gz
cpython-8f657c35b978b681e6e919f08358992e1aed7dc1.tar.bz2
ensure gc tracking is off when invoking weakref callbacks (closes #26617)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index e87ed71..8371fbb 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -10,6 +10,8 @@ Release date: TBA
Core and Builtins
-----------------
+- Issue #26617: Fix crash when GC runs during weakref callbacks.
+
- Issue #27942: String constants now interned recursively in tuples and frozensets.
- Issue #21578: Fixed misleading error message when ImportError called with