commit | 463b86a881ab9afc4c24f4a669582626977708d7 | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@gmail.com> | Mon Aug 22 23:33:13 2016 +0200 |
committer | Victor Stinner <victor.stinner@gmail.com> | Mon Aug 22 23:33:13 2016 +0200 |
tree | cf0434ac97f18bbc29973f9883ce10451f0aaa8d | |
parent | 155ea65e5c88d250a752ee5321860ef11ede4085 [diff] |
Issue #27809: Use _PyObject_FastCallDict() Modify: * init_subclass() * builtin___build_class__() Fix also a bug in init_subclass(): check for super() failure.