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-08.21:10:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1583701833.66.0.994237852222.issue38643@roundup.psfhosted.org>
In-reply-to
Content
Sorry Zackery, I did not know about this issue so I wrote different PR to fix this problem. And only after writing it I have found this issue.

There are several differences between your PR and PR 18863.

* SystemError is raised instead of ValueError because this is incorrect use of the C API.
* The error message mentions also base 10.
* The test is written mostly in Python.

For these reasons I prefer my PR.

Please let me know if you need a review for other PRs.
History
Date User Action Args
2020-03-08 21:10:33serhiy.storchakasetrecipients: + serhiy.storchaka, ZackerySpytz
2020-03-08 21:10:33serhiy.storchakasetmessageid: <1583701833.66.0.994237852222.issue38643@roundup.psfhosted.org>
2020-03-08 21:10:33serhiy.storchakalinkissue38643 messages
2020-03-08 21:10:33serhiy.storchakacreate