diff options
author | Tim Peters <tim.peters@gmail.com> | 2004-10-01 02:13:16 (GMT) |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2004-10-01 02:13:16 (GMT) |
commit | cf8997f6f8be3d5feae2bd66de12b975d63d9bf5 (patch) | |
tree | b5d2685fe4fcc351064a6e5201dce1c0e0b31edd | |
parent | 10c7e86454db59ece9d5ed028dd9d104ac766bdf (diff) | |
download | cpython-cf8997f6f8be3d5feae2bd66de12b975d63d9bf5.zip cpython-cf8997f6f8be3d5feae2bd66de12b975d63d9bf5.tar.gz cpython-cf8997f6f8be3d5feae2bd66de12b975d63d9bf5.tar.bz2 |
Noted the fix to deque gc.
-rw-r--r-- | Misc/NEWS | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -27,7 +27,9 @@ Core and builtins Extension modules ----------------- -... +- ``collections.deque`` objects didn't play quite right with garbage + collection, which could lead to a segfault in a release build, or + an assert failure in a debug build. Library ------- |