summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2017-04-19 18:09:21 (GMT)
committerGitHub <noreply@github.com>2017-04-19 18:09:21 (GMT)
commita79f4c219531c05fc8f670c1e4bbf12c081935d3 (patch)
treeef0471c81177e5bcb84d78a152860dcb991f3316 /Misc
parentd90045f319e2ea9772b9fbd62a05fdf34af96b6c (diff)
downloadcpython-a79f4c219531c05fc8f670c1e4bbf12c081935d3.zip
cpython-a79f4c219531c05fc8f670c1e4bbf12c081935d3.tar.gz
cpython-a79f4c219531c05fc8f670c1e4bbf12c081935d3.tar.bz2
bpo-30070: Fixed leaks and crashes in errors handling in the parser module. (#1131)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index e57faac..3ec02e0 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -313,6 +313,8 @@ Extension Modules
Library
-------
+- bpo-30070: Fixed leaks and crashes in errors handling in the parser module.
+
- bpo-22352: Column widths in the output of dis.dis() are now adjusted for
large line numbers and instruction offsets.