-
-
Notifications
You must be signed in to change notification settings - Fork 32.3k
gh-94906: Support multiple steps in math.nextafter #103881
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
23 commits
Select commit
Hold shift + click to select a range
77fb4ae
pythongh-94906: Support multiple steps in math.nextafter
matthiasgoergens 5e97978
Merge branch 'main' into gh-94906
matthiasgoergens 0f2b30f
Merge remote-tracking branch 'origin/main' into gh-94906
matthiasgoergens b90e86c
Pass through NaN unchanged
matthiasgoergens accc22f
Explain that we need same endianness
matthiasgoergens 8e1db39
Allow arbitrarily many steps
matthiasgoergens 6873347
Fix problems
matthiasgoergens 1fff8b4
Update regen-all
matthiasgoergens 311f266
Make steps also available as a non-kw arg
matthiasgoergens cd70fea
Fix docs
matthiasgoergens e0421b6
Update docs
matthiasgoergens a8c83a7
Py_None instead of NULL
matthiasgoergens 88c46c4
Fix typo
matthiasgoergens 2232bb4
Tickle the CI/CD
matthiasgoergens a2724f6
Revert "Make steps also available as a non-kw arg"
matthiasgoergens b7b5ac6
Merge branch 'main' into gh-94906
matthiasgoergens b45f9c2
property based tests (should fail)
matthiasgoergens 1f9d890
Property based tests
matthiasgoergens 2153302
simplify
matthiasgoergens 61c7c6e
Tickle CI/CD
matthiasgoergens 04af22b
Merge branch 'main' into gh-94906
matthiasgoergens 6527b77
Fix whitespace issue
mdickinson 66ef3f9
Portability fix and a minor style fix
mdickinson 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
Prev
Previous commit
Portability fix and a minor style fix
- Loading branch information
commit 66ef3f968037c693fec059aa85f4740bf4ddf04f
There are no files selected for viewing
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
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.