]> granicus.if.org Git - python/commit
_PyObject_FastCallKeywords() now checks the result
authorVictor Stinner <victor.stinner@gmail.com>
Wed, 18 Jan 2017 10:27:22 +0000 (11:27 +0100)
committerVictor Stinner <victor.stinner@gmail.com>
Wed, 18 Jan 2017 10:27:22 +0000 (11:27 +0100)
commit2a1b676d1f412dcf6e65c3dbc118c81d925fab64
treeedcc9fb45b12b9f7f875646b57a6e4b539e6214f
parentc52572319cbd50adff85050a54122c25239a516d
_PyObject_FastCallKeywords() now checks the result

Issue ##27830, Issue #29259.
Objects/abstract.c