From: Benjamin Peterson Date: Tue, 16 Aug 2016 05:03:44 +0000 (-0700) Subject: merge 3.3 (#27774) X-Git-Tag: v3.6.0b1~711^2^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=10bc0f6edf4c24bffe13a0f7aae060ea477aad1e;p=python merge 3.3 (#27774) --- 10bc0f6edf4c24bffe13a0f7aae060ea477aad1e diff --cc Misc/NEWS index bff6e00a12,8c7acaf648..cbac81acaa --- 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 #27774: Fix possible Py_DECREF on unowned object in _sre. + - Issue #27760: Fix possible integer overflow in binascii.b2a_qp. - Issue #27758: Fix possible integer overflow in the _csv module for large record