Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Add PyLong Import/Export API#121

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
vstinner merged 6 commits intopython:mainfromskirpichev:long_import-export
Dec 13, 2024
Merged

Add PyLong Import/Export API#121

vstinner merged 6 commits intopython:mainfromskirpichev:long_import-export
Dec 13, 2024

Conversation

skirpichev
Copy link
Contributor

@skirpichevskirpichev commentedNov 14, 2024
edited
Loading

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.

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.
@skirpichevskirpichev marked this pull request as ready for reviewDecember 9, 2024 01:03
@vstinner
Copy link
Member

python/cpython#121339 was merged. What's the status of this PR? Is it up to date and ready to be reviewed?

Co-authored-by: Victor Stinner <vstinner@python.org>
Copy link
ContributorAuthor

@skirpichevskirpichev left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

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).)

vstinner reacted with thumbs up emoji
@vstinnervstinner merged commit61709bf intopython:mainDec 13, 2024
21 checks passed
@vstinner
Copy link
Member

Merged, thank you.

skirpichev reacted with hooray emoji

@skirpichevskirpichev deleted the long_import-export branchDecember 13, 2024 14:54
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers

@vstinnervstinnerAwaiting requested review from vstinner

Assignees
No one assigned
Labels
None yet
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

2 participants
@skirpichev@vstinner

[8]ページ先頭

©2009-2025 Movatter.jp