]> granicus.if.org Git - python/commit
Fix _PyMethodDef_RawFastCallDict() argument parsing
authorVictor Stinner <victor.stinner@gmail.com>
Wed, 18 Jan 2017 13:01:12 +0000 (14:01 +0100)
committerVictor Stinner <victor.stinner@gmail.com>
Wed, 18 Jan 2017 13:01:12 +0000 (14:01 +0100)
commit250e4b0063fab35770719b64d1e36209c4aa2596
tree006880f6d8b2295f0aa7d4520a94ab9036a9baed
parent7612f1e36a90029a5abf14b9063dbb800340eff7
Fix _PyMethodDef_RawFastCallDict() argument parsing

Issue #29259:

* Move also the !PyErr_Occurred() assertion to the top, similar to
  other functions.
* Fix also comment/error messages: the function was renamed to
  _PyMethodDef_RawFastCallDict()
Objects/methodobject.c