]> granicus.if.org Git - python/commit
Issue #27809: Use _PyObject_FastCallDict()
authorVictor Stinner <victor.stinner@gmail.com>
Mon, 22 Aug 2016 21:33:13 +0000 (23:33 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Mon, 22 Aug 2016 21:33:13 +0000 (23:33 +0200)
commit463b86a881ab9afc4c24f4a669582626977708d7
treecf0434ac97f18bbc29973f9883ce10451f0aaa8d
parent155ea65e5c88d250a752ee5321860ef11ede4085
Issue #27809: Use _PyObject_FastCallDict()

Modify:

* init_subclass()
* builtin___build_class__()

Fix also a bug in init_subclass(): check for super() failure.
Objects/typeobject.c
Python/bltinmodule.c