diff options
author | Pablo Galindo <Pablogsal@gmail.com> | 2019-06-02 14:45:13 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-06-02 14:45:13 (GMT) |
commit | 7ffcf848df214135abeea7f6c6faa4135fd0928f (patch) | |
tree | c96c376ca6ba875dcc4aab40b0555b8ea52e4243 /Misc/NEWS.d/next | |
parent | 13ed07998ad93dbdd94991ba0451b9b559f07972 (diff) | |
download | cpython-7ffcf848df214135abeea7f6c6faa4135fd0928f.zip cpython-7ffcf848df214135abeea7f6c6faa4135fd0928f.tar.gz cpython-7ffcf848df214135abeea7f6c6faa4135fd0928f.tar.bz2 |
bpo-37126: Allow structseq objects to be tracked by the GC (GH-13729)
Diffstat (limited to 'Misc/NEWS.d/next')
-rw-r--r-- | Misc/NEWS.d/next/Core and Builtins/2019-06-01-20-03-13.bpo-37126.tP6lL4.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Core and Builtins/2019-06-01-20-03-13.bpo-37126.tP6lL4.rst b/Misc/NEWS.d/next/Core and Builtins/2019-06-01-20-03-13.bpo-37126.tP6lL4.rst new file mode 100644 index 0000000..069b064 --- /dev/null +++ b/Misc/NEWS.d/next/Core and Builtins/2019-06-01-20-03-13.bpo-37126.tP6lL4.rst @@ -0,0 +1,2 @@ +All structseq objects are now tracked by the garbage collector. Patch by +Pablo Galindo. |