]> granicus.if.org Git - python/commit
_PyObject_FastCallKeywords() now checks !PyErr_Occurred()
authorVictor Stinner <victor.stinner@gmail.com>
Wed, 18 Jan 2017 13:06:38 +0000 (14:06 +0100)
committerVictor Stinner <victor.stinner@gmail.com>
Wed, 18 Jan 2017 13:06:38 +0000 (14:06 +0100)
commit98ccba8344a349d1bbc27718215156478ffa19ed
tree2fba5b2b372ee75825e00050cc4b02e8912a1f15
parentc89ef828cf1db1b0d87d83b19c5216290daa2813
_PyObject_FastCallKeywords() now checks !PyErr_Occurred()

Issue #29259. All other functions calling functions start with the similar
assertion.
Objects/abstract.c