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 ZackerySpytz
Recipients ZackerySpytz
Date 2019-10-30.14:20:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1572445236.44.0.527192204316.issue38643@roundup.psfhosted.org>
In-reply-to
Content
If a base other than 2, 8, or 16 is passed to PyNumber_ToBase(), an assertion failure will occur. An exception should be raised instead.

This was mentioned in bpo-38249 (msg353039).
History
Date User Action Args
2019-10-30 14:20:36ZackerySpytzsetrecipients: + ZackerySpytz
2019-10-30 14:20:36ZackerySpytzsetmessageid: <1572445236.44.0.527192204316.issue38643@roundup.psfhosted.org>
2019-10-30 14:20:36ZackerySpytzlinkissue38643 messages
2019-10-30 14:20:36ZackerySpytzcreate