diff options
author | Christian Heimes <christian@python.org> | 2014-02-04 23:29:17 (GMT) |
---|---|---|
committer | Christian Heimes <christian@python.org> | 2014-02-04 23:29:17 (GMT) |
commit | d33491ea76b3898d5fd0fe3ae75e73ea157a7186 (patch) | |
tree | a1c9935ce305c58834fb1f358a375ef3178a1b77 /Misc/NEWS | |
parent | 6068b6c977ad30349b6c747109b8748674ec4918 (diff) | |
download | cpython-d33491ea76b3898d5fd0fe3ae75e73ea157a7186.zip cpython-d33491ea76b3898d5fd0fe3ae75e73ea157a7186.tar.gz cpython-d33491ea76b3898d5fd0fe3ae75e73ea157a7186.tar.bz2 |
Issue #20515: Fix NULL pointer dereference introduced by issue #20368
CID 1167595
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -45,6 +45,8 @@ Core and Builtins Library ------- +- Issue #20515: Fix NULL pointer dereference introduced by issue #20368. + - Issue #19186: Restore namespacing of expat symbols inside the pyexpat module. - Issue #20426: When passing the re.DEBUG flag, re.compile() displays the |