Skip to content

gh-59200: Clarify PyLong_FromString documentation #94363

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 1 commit into from
Jul 28, 2022

Conversation

JustAnotherArchivist
Copy link
Contributor

@JustAnotherArchivist JustAnotherArchivist commented Jun 28, 2022

  • Indicate return value on error
  • Explain in what *pend points to exactly both on success and on error
  • Mention that trailing whitespace is ignored; also replace 'spaces' with 'whitespace' since all ASCII whitespace is skipped, not just spaces
  • Add that str must be NULL-terminated

Supersedes stale gh-26774

* Indicate return value on error
* Explain in what `*pend` points to exactly both on success and on error
* Mention that trailing whitespace is ignored; also replace 'spaces' with 'whitespace' since all ASCII whitespace is skipped, not just spaces
* Add that `str` must be NULL-terminated
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.

4 participants