Uh oh!
There was an error while loading. Please reload this page.
Add PyLong Import/Export API - #121
Conversation
PyPy is not supported, as well as Py2. In the later case it's possible, but hardly worth code complications: most real-word potential consumers (e.g. Sage, gmpy2 or python-flint) support only Python 3.
vstinner
commented
Dec 13, 2024
python/cpython#121339 was merged. What's the status of this PR? Is it up to date and ready to be reviewed? |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Co-authored-by: Victor Stinner <vstinner@python.org>
skirpichev
left a comment
There was a problem hiding this comment.
Is it up to date and ready to be reviewed?
It's now slightly outdated. PyLongWriter_Create() should reject ndigits==0; export_long should be set to 0 on errors. I'll address this today.
(Unfortunately, I still don't know how implement this for PyPy (not in RPython, but within this project).)
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
vstinner
commented
Dec 13, 2024
Merged, thank you. |
PyPy is not supported, as well as Py2. In the later case it's possible, but hardly worth code complications: most real-word potential consumers (e.g. Sage, gmpy2 or python-flint) support only Python 3.