From: Victor Stinner Date: Mon, 12 May 2014 23:32:54 +0000 (+0200) Subject: (Merge 3.4) Issue #21418: Fix a crash in the builtin function super() when X-Git-Tag: v3.5.0a1~1672 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=470cf8dfbedbaa38a9076083a4f697f2b17c0c53;p=thirdparty%2FPython%2Fcpython.git (Merge 3.4) Issue #21418: Fix a crash in the builtin function super() when called without argument and without current frame (ex: embedded Python). --- 470cf8dfbedbaa38a9076083a4f697f2b17c0c53