diff options
author | Benjamin Peterson <benjamin@python.org> | 2016-08-17 06:36:20 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2016-08-17 06:36:20 (GMT) |
commit | a12d92bec1858a76f2c5519bce07c8a00a891207 (patch) | |
tree | b31873754b0a519f72fa7758c7edbfa4452793f1 /Misc | |
parent | 10bc0f6edf4c24bffe13a0f7aae060ea477aad1e (diff) | |
parent | 1f0e7c99331750d1683287218cbab99dc26b2b83 (diff) | |
download | cpython-a12d92bec1858a76f2c5519bce07c8a00a891207.zip cpython-a12d92bec1858a76f2c5519bce07c8a00a891207.tar.gz cpython-a12d92bec1858a76f2c5519bce07c8a00a891207.tar.bz2 |
merge 3.3 (#27783)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -16,6 +16,8 @@ Library - In the curses module, raise an error if window.getstr() or window.instr() is passed a negative value. +- 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. |