From: Benjamin Peterson Date: Wed, 17 Aug 2016 06:36:20 +0000 (-0700) Subject: merge 3.3 (#27783) X-Git-Tag: v3.4.6rc1~27 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a12d92bec1858a76f2c5519bce07c8a00a891207;p=thirdparty%2FPython%2Fcpython.git merge 3.3 (#27783) --- a12d92bec1858a76f2c5519bce07c8a00a891207 diff --cc Misc/NEWS index cbac81acaa36,a38d8beeb1d8..aad29d98a6a5 --- a/Misc/NEWS +++ b/Misc/NEWS @@@ -13,9 -13,24 +13,11 @@@ Core and Builtin 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.