]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.7] bpo-38643: Raise SystemError instead of crashing when PyNumber_ToBase is called...
authorSerhiy Storchaka <storchaka@gmail.com>
Thu, 12 Mar 2020 08:15:17 +0000 (10:15 +0200)
committerGitHub <noreply@github.com>
Thu, 12 Mar 2020 08:15:17 +0000 (10:15 +0200)
commit6f4e7fcfca6923d0422b20fc8702240bd4e56ebd
tree2a4b339c9e394bbaf2b1e27a5707ac77d59c7946
parent500999fbdfdea8c86ed84221b5cad551daa8cf9f
[3.7] bpo-38643: Raise SystemError instead of crashing when PyNumber_ToBase is called with invalid base. (GH-18863). (GH-18955)

(cherry picked from commit e5ccc94bbb153431698b2391df625e8d47a93276)
Lib/test/test_capi.py
Misc/NEWS.d/next/C API/2020-03-08-22-56-22.bpo-38643.k2ixx6.rst [new file with mode: 0644]
Modules/_testcapimodule.c
Objects/abstract.c