summaryrefslogtreecommitdiff
path: root/Misc
diff options
context:
space:
mode:
authorPablo Galindo <Pablogsal@gmail.com>2019-06-02 15:45:13 +0100
committerGitHub <noreply@github.com>2019-06-02 15:45:13 +0100
commit7ffcf848df214135abeea7f6c6faa4135fd0928f (patch)
treec96c376ca6ba875dcc4aab40b0555b8ea52e4243 /Misc
parent13ed07998ad93dbdd94991ba0451b9b559f07972 (diff)
downloadcpython-git-7ffcf848df214135abeea7f6c6faa4135fd0928f.tar.gz
bpo-37126: Allow structseq objects to be tracked by the GC (GH-13729)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Core and Builtins/2019-06-01-20-03-13.bpo-37126.tP6lL4.rst2
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 0000000000..069b064dfa
--- /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.