diff options
author | INADA Naoki <songofacandy@gmail.com> | 2017-01-06 08:44:43 (GMT) |
---|---|---|
committer | INADA Naoki <songofacandy@gmail.com> | 2017-01-06 08:44:43 (GMT) |
commit | 7ed28a8914eb0ab6caf3f45f911b1e36918af38d (patch) | |
tree | b09bce7066d181fe653cff57b95cb28eb71a2f2d /Misc | |
parent | af6fdf3241c5d2a7e3e370c9a92af1d21c2da5ee (diff) | |
parent | a634e23209e90fd516fae1b4a303d57fdb1b9917 (diff) | |
download | cpython-7ed28a8914eb0ab6caf3f45f911b1e36918af38d.zip cpython-7ed28a8914eb0ab6caf3f45f911b1e36918af38d.tar.gz cpython-7ed28a8914eb0ab6caf3f45f911b1e36918af38d.tar.bz2 |
Merge 3.6
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. |