]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.8] bpo-38643: Raise SystemError instead of crashing when PyNumber_ToBase is called...
authorSerhiy Storchaka <storchaka@gmail.com>
Thu, 12 Mar 2020 07:30:56 +0000 (09:30 +0200)
committerGitHub <noreply@github.com>
Thu, 12 Mar 2020 07:30:56 +0000 (09:30 +0200)
commitab9c72912178cfdb4d0637be036d78913b769154
tree77073e14869d7d6dd3d571fff812d6984d379dd2
parent99ef1ac9a7793dcdf624d2400e51ed34eb8d0af3
[3.8] bpo-38643: Raise SystemError instead of crashing when PyNumber_ToBase is called with invalid base. (GH-18863). (GH-18954)

(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