mirror of
https://github.com/python/cpython.git
synced 2026-01-29 10:42:17 +00:00
Noted the fix to deque gc.
This commit is contained in:
parent
10c7e86454
commit
cf8997f6f8
1 changed files with 3 additions and 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
|
||||
-------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue