]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Remove redundant var in PyErr_NewException() (GH-20850)
authorHai Shi <shihai1992@gmail.com>
Sat, 13 Jun 2020 06:58:12 +0000 (14:58 +0800)
committerGitHub <noreply@github.com>
Sat, 13 Jun 2020 06:58:12 +0000 (15:58 +0900)
commit1c209e3b53b6929747fe3b79398bfbaeabb72d92
tree5a5f9accb1cc8bd07edfbef3d9710ecf66b37668
parentb3e6783423f58597419abae343dd1d5dcc02a7e3
Remove redundant var in PyErr_NewException() (GH-20850)
Python/errors.c