From: Benjamin Peterson Date: Tue, 16 Aug 2016 05:03:44 +0000 (-0700) Subject: merge 3.3 (#27774) X-Git-Tag: v3.4.6rc1~28 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=10bc0f6edf4c24bffe13a0f7aae060ea477aad1e;p=thirdparty%2FPython%2Fcpython.git merge 3.3 (#27774) --- 10bc0f6edf4c24bffe13a0f7aae060ea477aad1e diff --cc Misc/NEWS index bff6e00a12df,8c7acaf6482f..cbac81acaa36 --- 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