[issue38643] Assertion failures when calling PyNumber_ToBase() with an invalid base

Serhiy Storchaka report at bugs.python.org
Mon Mar 9 14:03:45 EDT 2020


Serhiy Storchaka <storchaka+cpython at gmail.com> added the comment:


New changeset e5ccc94bbb153431698b2391df625e8d47a93276 by Serhiy Storchaka in branch 'master':
bpo-38643: Raise SystemError instead of crashing when PyNumber_ToBase is called with invalid base. (GH-18863)
https://github.com/python/cpython/commit/e5ccc94bbb153431698b2391df625e8d47a93276


----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue38643>
_______________________________________


More information about the Python-bugs-list mailing list