]> granicus.if.org Git - python/commit
Issue #21418: Fix a crash in the builtin function super() when called without
authorVictor Stinner <victor.stinner@gmail.com>
Mon, 12 May 2014 23:32:36 +0000 (01:32 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Mon, 12 May 2014 23:32:36 +0000 (01:32 +0200)
commit1c6970fac994be2b1f9e3415e09c07ff01657563
tree3f9cf62986cec2c97af62133482babb903e3c57f
parentb0539b27d9a195b78a5713cc3d4aa98ea07dbc53
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