diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2017-04-19 18:09:21 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-04-19 18:09:21 (GMT) |
commit | a79f4c219531c05fc8f670c1e4bbf12c081935d3 (patch) | |
tree | ef0471c81177e5bcb84d78a152860dcb991f3316 /Misc | |
parent | d90045f319e2ea9772b9fbd62a05fdf34af96b6c (diff) | |
download | cpython-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/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. |