-
-
Notifications
You must be signed in to change notification settings - Fork 32k
gh-129149: Add Missing fast path in PYLONG_FROM_UINT macro for compact integers #129168
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
Changes from 1 commit
Commits
Show all changes
21 commits
Select commit
Hold shift + click to select a range
ed9be47
Add Missing fast path in PyLong_From*() functions for compact integers
srinivasreddy ba70518
Revert change
srinivasreddy 34315cb
Correct types
srinivasreddy 0ef383c
Convert PyLong_FromLongLong() as well to leverage macro PYLONG_FROM_S…
srinivasreddy c00ba8c
Update Misc/NEWS.d/next/Core_and_Builtins/2025-01-22-14-24-44.gh-issu…
srinivasreddy 2b5163f
Update Misc/NEWS.d/next/Core_and_Builtins/2025-01-22-14-24-44.gh-issu…
srinivasreddy 955bb37
Update Misc/NEWS.d/next/Core_and_Builtins/2025-01-22-14-24-44.gh-issu…
skirpichev 237b8b9
Update Objects/longobject.c
srinivasreddy 11ad06f
Move back PYLONG_FROM_UINT where it belongs earlier
srinivasreddy c25b910
Undo the changes
srinivasreddy 37a5c9a
Updated blurb accordingly
srinivasreddy 2cb1aec
Remove :c:macro since it is only internal macro
srinivasreddy 99c5420
Address review comments
srinivasreddy 2724758
Revert the refactoring
srinivasreddy 2a8692d
Revert changes
srinivasreddy 70d85f1
update the blurb : Remove note about refactoring
srinivasreddy af410e0
Remove blurb
srinivasreddy 5a9e201
Revert "Remove blurb"
srinivasreddy 5760c95
Update news entry for better wording
srinivasreddy 1f81b87
Update Misc/NEWS.d/next/Core_and_Builtins/2025-01-22-14-24-44.gh-issu…
srinivasreddy f4d74d2
Update Misc/NEWS.d/next/Core_and_Builtins/2025-01-22-14-24-44.gh-issu…
srinivasreddy File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Update Misc/NEWS.d/next/Core_and_Builtins/2025-01-22-14-24-44.gh-issu…
…e-129149.wAYu43.rst Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
- Loading branch information
commit 1f81b87fc95f24e5b7e9db4ce865c9e3617b9fd4
There are no files selected for viewing
2 changes: 1 addition & 1 deletion
2
Misc/NEWS.d/next/Core_and_Builtins/2025-01-22-14-24-44.gh-issue-129149.wAYu43.rst
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
Add missing fast path for medium-size integers in :c:func:`PyLong_FromUnsignedLong`, | ||
Add missing fast path for medium-size integers in :c:func:`PyLong_FromUnsignedLong`, | ||
:c:func:`PyLong_FromUnsignedLongLong` and :c:func:`PyLong_FromSize_t`. | ||
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.