-
-
Notifications
You must be signed in to change notification settings - Fork 30.3k
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
gh-116560: Add PyLong_GetSign() public function #116561
Merged
Merged
Commits on Mar 10, 2024
-
pythongh-116560: Add PyLong_Sign() public function
* rename _PyLong_Sign() to PyLong_Sign() * add argument checking, documentation and tests * keep _PyLong_Sign() as an alias to PyLong_Sign()
Configuration menu - View commit details
-
Copy full SHA for cb4af47 - Browse repository at this point
Copy the full SHA cb4af47View commit details -
Configuration menu - View commit details
-
Copy full SHA for c38819d - Browse repository at this point
Copy the full SHA c38819dView commit details
Commits on Mar 11, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 826f537 - Browse repository at this point
Copy the full SHA 826f537View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2c0b118 - Browse repository at this point
Copy the full SHA 2c0b118View commit details -
Update Include/cpython/longobject.h
Co-authored-by: Victor Stinner <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 97776b4 - Browse repository at this point
Copy the full SHA 97776b4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5f4eb29 - Browse repository at this point
Copy the full SHA 5f4eb29View commit details
Commits on Apr 2, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7f7b56c - Browse repository at this point
Copy the full SHA 7f7b56cView commit details
Commits on Apr 15, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a254dd3 - Browse repository at this point
Copy the full SHA a254dd3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 38c6672 - Browse repository at this point
Copy the full SHA 38c6672View commit details
Commits on Jun 2, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 86e470e - Browse repository at this point
Copy the full SHA 86e470eView commit details -
Co-authored-by: Victor Stinner <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for da0ac2b - Browse repository at this point
Copy the full SHA da0ac2bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3aec06c - Browse repository at this point
Copy the full SHA 3aec06cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 41a33b4 - Browse repository at this point
Copy the full SHA 41a33b4View commit details
Commits on Jun 3, 2024
-
Apply suggestions from code review
Co-authored-by: Victor Stinner <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 12c6aa0 - Browse repository at this point
Copy the full SHA 12c6aa0View commit details -
Configuration menu - View commit details
-
Copy full SHA for e02c095 - Browse repository at this point
Copy the full SHA e02c095View commit details -
Co-authored-by: Sergey B Kirpichev <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 89a07fe - Browse repository at this point
Copy the full SHA 89a07feView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6b98d70 - Browse repository at this point
Copy the full SHA 6b98d70View commit details -
Configuration menu - View commit details
-
Copy full SHA for 21eeb54 - Browse repository at this point
Copy the full SHA 21eeb54View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.