]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Merge 3.6
authorINADA Naoki <songofacandy@gmail.com>
Fri, 6 Jan 2017 08:44:43 +0000 (17:44 +0900)
committerINADA Naoki <songofacandy@gmail.com>
Fri, 6 Jan 2017 08:44:43 +0000 (17:44 +0900)
1  2 
Lib/test/test_bytes.py
Misc/NEWS
Objects/bytearrayobject.c
Objects/bytesobject.c

Simple merge
diff --cc Misc/NEWS
index 550dc76802e8a97c69e6b9dc05fdca018a6d8fd9,113ca8abbe8467114f81d754e8d7daffb047a0fb..741e49817118bc55f7272c78bf2838192600adf1
+++ b/Misc/NEWS
@@@ -10,12 -10,8 +10,14 @@@ What's New in Python 3.7.0 alpha 1
  Core and Builtins
  -----------------
  
+ - Issue #29159: Fix regression in bytes(x) when x.__index__() raises Exception.
 +- Issue #29049: Call _PyObject_GC_TRACK() lazily when calling Python function.
 +  Calling function is up to 5% faster.
 +
 +- Issue #28927: bytes.fromhex() and bytearray.fromhex() now ignore all ASCII
 +  whitespace, not only spaces.  Patch by Robert Xiao.
 +
  - Issue #28932: Do not include <sys/random.h> if it does not exist.
  
  - Issue #25677: Correct the positioning of the syntax error caret for
Simple merge
Simple merge