summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorINADA Naoki <songofacandy@gmail.com>2017-01-06 08:44:43 (GMT)
committerINADA Naoki <songofacandy@gmail.com>2017-01-06 08:44:43 (GMT)
commit7ed28a8914eb0ab6caf3f45f911b1e36918af38d (patch)
treeb09bce7066d181fe653cff57b95cb28eb71a2f2d /Misc
parentaf6fdf3241c5d2a7e3e370c9a92af1d21c2da5ee (diff)
parenta634e23209e90fd516fae1b4a303d57fdb1b9917 (diff)
downloadcpython-7ed28a8914eb0ab6caf3f45f911b1e36918af38d.zip
cpython-7ed28a8914eb0ab6caf3f45f911b1e36918af38d.tar.gz
cpython-7ed28a8914eb0ab6caf3f45f911b1e36918af38d.tar.bz2
Merge 3.6
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 550dc76..741e498 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -10,6 +10,8 @@ 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.