diff options
| author | Benjamin Peterson <benjamin@python.org> | 2016-09-13 22:46:37 -0700 |
|---|---|---|
| committer | Benjamin Peterson <benjamin@python.org> | 2016-09-13 22:46:37 -0700 |
| commit | 1f28a4749ba0dd85686b17bd649b0de0dd584b1a (patch) | |
| tree | e1e60f88e097645067c5bc6c7cee49023c4a19c6 /Misc/NEWS | |
| parent | 59e5e0dca2af635ebe0098ef8c2673664e2bde59 (diff) | |
| parent | e9078859322cbf67576b57aa0ad366ca4097f8c1 (diff) | |
| download | cpython-git-1f28a4749ba0dd85686b17bd649b0de0dd584b1a.tar.gz | |
merge heads
Diffstat (limited to 'Misc/NEWS')
| -rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -10,6 +10,9 @@ Release date: TBA Core and Builtins ----------------- +- Issue #28131: Fix a regression in zipimport's compile_source(). zipimport + should use the same optimization level as the interpreter. + - Issue #25221: Fix corrupted result from PyLong_FromLong(0) when Python is compiled with NSMALLPOSINTS = 0. |
