This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author serhiy.storchaka
Recipients ZackerySpytz, serhiy.storchaka
Date 2020-03-09.18:03:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1583777025.96.0.891744321114.issue38643@roundup.psfhosted.org>
In-reply-to
Content
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
History
Date User Action Args
2020-03-09 18:03:46serhiy.storchakasetrecipients: + serhiy.storchaka, ZackerySpytz
2020-03-09 18:03:45serhiy.storchakasetmessageid: <1583777025.96.0.891744321114.issue38643@roundup.psfhosted.org>
2020-03-09 18:03:45serhiy.storchakalinkissue38643 messages
2020-03-09 18:03:45serhiy.storchakacreate