]> granicus.if.org Git - python/commitdiff
merge 3.3 (#27783)
authorBenjamin Peterson <benjamin@python.org>
Wed, 17 Aug 2016 06:36:20 +0000 (23:36 -0700)
committerBenjamin Peterson <benjamin@python.org>
Wed, 17 Aug 2016 06:36:20 +0000 (23:36 -0700)
1  2 
Misc/NEWS
Modules/_operator.c

diff --cc Misc/NEWS
index cbac81acaa36918d3e1f80e72c27ee2d0b85b008,a38d8beeb1d812be4b7e3ac4c2cf21353e36367d..aad29d98a6a5c9bda0da172a95d984168642f17a
+++ 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.
Simple merge