diff options
author | Berker Peksag <berker.peksag@gmail.com> | 2016-09-14 05:10:45 (GMT) |
---|---|---|
committer | Berker Peksag <berker.peksag@gmail.com> | 2016-09-14 05:10:45 (GMT) |
commit | 8ee9edbf4514d8f20ca4bc9cddb5065a4fc24716 (patch) | |
tree | b24d566206ab15f15e8c07f2db57af531d020175 /Misc | |
parent | f6365e381620d95a112720d9f18ab6137882ecca (diff) | |
parent | 4aa74c429cabef6aaf91b2b0d4c2163778b1249d (diff) | |
download | cpython-8ee9edbf4514d8f20ca4bc9cddb5065a4fc24716.zip cpython-8ee9edbf4514d8f20ca4bc9cddb5065a4fc24716.tar.gz cpython-8ee9edbf4514d8f20ca4bc9cddb5065a4fc24716.tar.bz2 |
Issue #28131: Merge from 3.5
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -10,6 +10,9 @@ What's New in Python 3.6.0 beta 2 Core and Builtins ----------------- +- Issue #28131: Fix a regression in zipimport's compile_source(). zipimport + should use the same optimization level as the interpreter. + - Issue #28126: Replace Py_MEMCPY with memcpy(). Visual Studio can properly optimize memcpy(). |