diff options
author | Victor Stinner <victor.stinner@gmail.com> | 2014-05-12 23:32:54 (GMT) |
---|---|---|
committer | Victor Stinner <victor.stinner@gmail.com> | 2014-05-12 23:32:54 (GMT) |
commit | 470cf8dfbedbaa38a9076083a4f697f2b17c0c53 (patch) | |
tree | 83d02c88f1c1575099b7e485859542bcb760a110 /Misc/NEWS | |
parent | 933da8efb7987f0bb7fac733d82d48eb65bc84a2 (diff) | |
parent | 1c6970fac994be2b1f9e3415e09c07ff01657563 (diff) | |
download | cpython-470cf8dfbedbaa38a9076083a4f697f2b17c0c53.zip cpython-470cf8dfbedbaa38a9076083a4f697f2b17c0c53.tar.gz cpython-470cf8dfbedbaa38a9076083a4f697f2b17c0c53.tar.bz2 |
(Merge 3.4) Issue #21418: Fix a crash in the builtin function super() when
called without argument and without current frame (ex: embedded Python).
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 #21418: Fix a crash in the builtin function super() when called without + argument and without current frame (ex: embedded Python). + - Issue #21425: Fix flushing of standard streams in the interactive interpreter. |