]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-46417: _PyList_Fini() clears indexerr (GH-30815)
authorVictor Stinner <vstinner@python.org>
Sun, 23 Jan 2022 01:20:44 +0000 (02:20 +0100)
committerGitHub <noreply@github.com>
Sun, 23 Jan 2022 01:20:44 +0000 (02:20 +0100)
commit976dec9b3b35fddbaa893c99297e0c54731451b5
treeb586dc7340faa0ceb626661a3d23e046c6936dc8
parentbcacab47bf9e8bee58f6f248638e229ae8ea7992
bpo-46417: _PyList_Fini() clears indexerr (GH-30815)

_PyList_Fini() now clears the 'indexerr' error message.
Objects/listobject.c