summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2018-07-11 21:17:53 (GMT)
committerVictor Stinner <vstinner@redhat.com>2018-07-11 21:17:53 (GMT)
commit993030aac576710a46b3dd0b4864f819d4a94145 (patch)
tree1187fb352dacedee71b7c52b446f4ec5ae645d87 /Misc/NEWS.d/next
parentb12112b5ba608cdd7a0962a6b18cad4fe58b46e6 (diff)
downloadcpython-993030aac576710a46b3dd0b4864f819d4a94145.zip
cpython-993030aac576710a46b3dd0b4864f819d4a94145.tar.gz
cpython-993030aac576710a46b3dd0b4864f819d4a94145.tar.bz2
bpo-34080: Fix a memory leak in the compiler. (GH-8222)
Diffstat (limited to 'Misc/NEWS.d/next')
-rw-r--r--Misc/NEWS.d/next/Core and Builtins/2018-07-10-11-24-16.bpo-34080.8t7PtO.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Core and Builtins/2018-07-10-11-24-16.bpo-34080.8t7PtO.rst b/Misc/NEWS.d/next/Core and Builtins/2018-07-10-11-24-16.bpo-34080.8t7PtO.rst
new file mode 100644
index 0000000..cfc53cc
--- /dev/null
+++ b/Misc/NEWS.d/next/Core and Builtins/2018-07-10-11-24-16.bpo-34080.8t7PtO.rst
@@ -0,0 +1,2 @@
+Fixed a memory leak in the compiler when it raised some uncommon errors
+during tokenizing.