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

Serhiy Storchaka report at bugs.python.org
Thu Mar 12 03:31:15 EDT 2020


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


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


----------

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


More information about the Python-bugs-list mailing list