summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBerker Peksag <berker.peksag@gmail.com>2016-09-14 05:10:45 (GMT)
committerBerker Peksag <berker.peksag@gmail.com>2016-09-14 05:10:45 (GMT)
commit8ee9edbf4514d8f20ca4bc9cddb5065a4fc24716 (patch)
treeb24d566206ab15f15e8c07f2db57af531d020175 /Misc
parentf6365e381620d95a112720d9f18ab6137882ecca (diff)
parent4aa74c429cabef6aaf91b2b0d4c2163778b1249d (diff)
downloadcpython-8ee9edbf4514d8f20ca4bc9cddb5065a4fc24716.zip
cpython-8ee9edbf4514d8f20ca4bc9cddb5065a4fc24716.tar.gz
cpython-8ee9edbf4514d8f20ca4bc9cddb5065a4fc24716.tar.bz2
Issue #28131: Merge from 3.5
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 913ee01..0f14c92 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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().