]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-39164: Fix compiler warning in PyErr_GetExcInfo() (GH-18010)
authorVictor Stinner <vstinner@python.org>
Wed, 15 Jan 2020 10:23:25 +0000 (11:23 +0100)
committerGitHub <noreply@github.com>
Wed, 15 Jan 2020 10:23:25 +0000 (11:23 +0100)
commit3f12ac18a407983a23d43ae785e805e773571477
tree8fa39be8043cbe362ecb61e4f39a4dd8fe55dcfa
parentcf288b53e418d8e93626e3d87c9926067d3b3147
bpo-39164: Fix compiler warning in PyErr_GetExcInfo() (GH-18010)

The function has no return value.
Python/errors.c