diff options
author | Benjamin Peterson <benjamin@python.org> | 2016-08-17 06:35:35 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2016-08-17 06:35:35 (GMT) |
commit | 1f0e7c99331750d1683287218cbab99dc26b2b83 (patch) | |
tree | c4ff8fc940cdbe4ceedab36b380c5556d179218b /Misc/NEWS | |
parent | 3a27b0857ef6d35911509eef88e567663bb0a0b6 (diff) | |
download | cpython-1f0e7c99331750d1683287218cbab99dc26b2b83.zip cpython-1f0e7c99331750d1683287218cbab99dc26b2b83.tar.gz cpython-1f0e7c99331750d1683287218cbab99dc26b2b83.tar.bz2 |
rearrange methodcaller_new so that the main error case does not cause uninitialized memory usage (closes #27783)
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -29,6 +29,8 @@ Core and Builtins Library ------- +- Issue #27783: Fix possible usage of uninitialized memory in operator.methodcaller. + - Issue #27774: Fix possible Py_DECREF on unowned object in _sre. - Issue #27760: Fix possible integer overflow in binascii.b2a_qp. |