From: Benjamin Peterson Date: Wed, 17 Aug 2016 06:36:20 +0000 (-0700) Subject: merge 3.3 (#27783) X-Git-Tag: v3.6.0b1~695^2^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a12d92bec1858a76f2c5519bce07c8a00a891207;p=python merge 3.3 (#27783) --- a12d92bec1858a76f2c5519bce07c8a00a891207 diff --cc Misc/NEWS index cbac81acaa,a38d8beeb1..aad29d98a6 --- 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.