]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-38643: Raise SystemError instead of crashing when PyNumber_ToBase is called with...
authorSerhiy Storchaka <storchaka@gmail.com>
Mon, 9 Mar 2020 18:03:38 +0000 (20:03 +0200)
committerGitHub <noreply@github.com>
Mon, 9 Mar 2020 18:03:38 +0000 (20:03 +0200)
commite5ccc94bbb153431698b2391df625e8d47a93276
tree82c6656cd615dc3ae3311d42d2ef580fa1d8e4d8
parent413f01352a8268fb62bb47bde965462d7b82a06a
bpo-38643: Raise SystemError instead of crashing when PyNumber_ToBase is called with invalid base. (GH-18863)
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