Skip to content

gh-121477: mention new PyLong_*Bytes() functions in PyLong_FromString() #121478

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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Aug 17, 2024

Conversation

skirpichev
Copy link
Contributor

@skirpichev skirpichev commented Jul 8, 2024

@kumaraditya303 kumaraditya303 enabled auto-merge (squash) August 17, 2024 08:56
@skirpichev
Copy link
Contributor Author

Probably does make sense for 3.13.

@kumaraditya303 kumaraditya303 merged commit ce4b9c8 into python:main Aug 17, 2024
23 checks passed
@skirpichev skirpichev deleted the pylong-fromstring-docs-121477 branch August 17, 2024 09:15
jeremyhylton pushed a commit to jeremyhylton/cpython that referenced this pull request Aug 19, 2024
…String() (python#121478)

* pythongh-121477: mention new PyLong_*Bytes() functions in PyLong_FromString()

* Update Doc/c-api/long.rst

---------

Co-authored-by: Kumar Aditya <kumaraditya@python.org>
blhsing pushed a commit to blhsing/cpython that referenced this pull request Aug 22, 2024
…String() (python#121478)

* pythongh-121477: mention new PyLong_*Bytes() functions in PyLong_FromString()

* Update Doc/c-api/long.rst

---------

Co-authored-by: Kumar Aditya <kumaraditya@python.org>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs Documentation in the Doc dir skip news
Projects
None yet
Development

Successfully merging this pull request may close these issues.

PyLong_FromString() docs should point to C API functions rather than to int.to_bytes()/from_bytes()
2 participants