]> granicus.if.org Git - python/commit
bpo-30524: Fix _PyStack_UnpackDict() (#1886)
authorVictor Stinner <victor.stinner@gmail.com>
Fri, 9 Jun 2017 11:24:53 +0000 (13:24 +0200)
committerGitHub <noreply@github.com>
Fri, 9 Jun 2017 11:24:53 +0000 (13:24 +0200)
commitf0ff849adc6b4a01f9d1f08d9ad0f1511ff84541
tree2297acbd995f8d481f36a923c97f77a983e5adb7
parent570b1c971c31cd08dbf060f4e21636c40aa47786
bpo-30524: Fix _PyStack_UnpackDict() (#1886)

* bpo-29259: Remove unused func parameter of _PyStack_UnpackDict()
* bpo-29286: Change _PyStack_UnpackDict() prototype to be able to
  notify of failure when args is NULL. _PyStack_UnpackDict() now
  returns -1 on error.
Include/abstract.h
Objects/abstract.c
Objects/methodobject.c