]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
(Merge 3.4) Issue #21418: Fix a crash in the builtin function super() when
authorVictor Stinner <victor.stinner@gmail.com>
Mon, 12 May 2014 23:32:54 +0000 (01:32 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Mon, 12 May 2014 23:32:54 +0000 (01:32 +0200)
commit470cf8dfbedbaa38a9076083a4f697f2b17c0c53
tree83d02c88f1c1575099b7e485859542bcb760a110
parent933da8efb7987f0bb7fac733d82d48eb65bc84a2
parent1c6970fac994be2b1f9e3415e09c07ff01657563
(Merge 3.4) Issue #21418: Fix a crash in the builtin function super() when
called without argument and without current frame (ex: embedded Python).
Misc/NEWS
Objects/typeobject.c