[issue39882] Py_FatalError(): log automatically the function name

2020-03-25 Thread STINNER Victor
Change by STINNER Victor : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___

[issue39882] Py_FatalError(): log automatically the function name

2020-03-25 Thread STINNER Victor
STINNER Victor added the comment: New changeset 87d3b9db4ade1aa100ee6f065082cb7e85b8992f by Victor Stinner in branch 'master': bpo-39882: Add _Py_FatalErrorFormat() function (GH-19157) https://github.com/python/cpython/commit/87d3b9db4ade1aa100ee6f065082cb7e85b8992f --

[issue39882] Py_FatalError(): log automatically the function name

2020-03-25 Thread STINNER Victor
Change by STINNER Victor : -- pull_requests: +18517 pull_request: https://github.com/python/cpython/pull/19157 ___ Python tracker ___

[issue39882] Py_FatalError(): log automatically the function name

2020-03-06 Thread STINNER Victor
STINNER Victor added the comment: New changeset 9e5d30cc99e34f4c3e7b2cd851de20816c9d1927 by Victor Stinner in branch 'master': bpo-39882: Py_FatalError() logs the function name (GH-18819) https://github.com/python/cpython/commit/9e5d30cc99e34f4c3e7b2cd851de20816c9d1927 --

[issue39882] Py_FatalError(): log automatically the function name

2020-03-06 Thread STINNER Victor
Change by STINNER Victor : -- keywords: +patch pull_requests: +18177 stage: -> patch review pull_request: https://github.com/python/cpython/pull/18819 ___ Python tracker ___

[issue39882] Py_FatalError(): log automatically the function name

2020-03-06 Thread STINNER Victor
New submission from STINNER Victor : Attached PR modify Py_FatalError() to log automatically the function name. -- components: C API messages: 363565 nosy: vstinner priority: normal severity: normal status: open title: Py_FatalError(): log automatically the function name versions: