[issue39164] Add private _PyErr_GetExcInfo() function which accepts a tstate argument

2020-01-15 Thread STINNER Victor
STINNER Victor added the comment: New changeset 3f12ac18a407983a23d43ae785e805e773571477 by Victor Stinner in branch 'master': bpo-39164: Fix compiler warning in PyErr_GetExcInfo() (GH-18010) https://github.com/python/cpython/commit/3f12ac18a407983a23d43ae785e805e773571477 -- _

[issue39164] Add private _PyErr_GetExcInfo() function which accepts a tstate argument

2020-01-15 Thread STINNER Victor
Change by STINNER Victor : -- pull_requests: +17409 pull_request: https://github.com/python/cpython/pull/18010 ___ Python tracker ___ __

[issue39164] Add private _PyErr_GetExcInfo() function which accepts a tstate argument

2020-01-13 Thread STINNER Victor
STINNER Victor added the comment: Thanks Julien Danjou. -- resolution: -> fixed stage: patch review -> resolved status: open -> closed title: PyErr_GetExcInfo does not allow to retrieve for an arbitrary thread -> Add private _PyErr_GetExcInfo() function which accepts a tstate argumen