From: Benjamin Peterson Date: Tue, 17 May 2016 05:53:44 +0000 (-0700) Subject: merge 3.5 (#26991) X-Git-Tag: v3.6.0a2~282 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5b2b3aae2ae3e456209cb723d9aeceb242c9498e;p=thirdparty%2FPython%2Fcpython.git merge 3.5 (#26991) --- 5b2b3aae2ae3e456209cb723d9aeceb242c9498e diff --cc Misc/NEWS index 8dfee3d9e798,97ddbb12f3dd..5f4200c92ee9 --- a/Misc/NEWS +++ b/Misc/NEWS @@@ -10,8 -10,10 +10,10 @@@ Release date: tb Core and Builtins ----------------- + - Issue #26991: Fix possible refleak when creating a function with annotations. + -- Issue #27039: Fixed bytearray.remove() for values greater than 127. Patch by - Joe Jevnik. +- Issue #27039: Fixed bytearray.remove() for values greater than 127. Based on + patch by Joe Jevnik. - Issue #23640: int.from_bytes() no longer bypasses constructors for subclasses.