• Victor Stinner's avatar
    bpo-30524: Fix _PyStack_UnpackDict() (#1886) · f0ff849a
    Victor Stinner yazdı
    * 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.
    f0ff849a
methodobject.c 15.5 KB