]> granicus.if.org Git - python/commit
_PyStack_UnpackDict() now returns -1 on error
authorVictor Stinner <victor.stinner@gmail.com>
Tue, 17 Jan 2017 00:57:29 +0000 (01:57 +0100)
committerVictor Stinner <victor.stinner@gmail.com>
Tue, 17 Jan 2017 00:57:29 +0000 (01:57 +0100)
commit998c20962ca3e2e693c1635efe76c0144dde76fc
tree400922db5ea9f99e4e1bdabe23a02fc439ade5ed
parent29d39cc8f50f314a62226d69ac014cbd0bd66792
_PyStack_UnpackDict() now returns -1 on error

Issue #29286. Change _PyStack_UnpackDict() prototype to be able to notify of
failure when args is NULL.
Include/abstract.h
Objects/abstract.c
Objects/methodobject.c