gh-94906: Support multiple steps in math.nextafter by matthiasgoergens · Pull Request #103881 · python/cpython · GitHub

github.com

GitHub CopilotWrite better code with AI | MCP RegistryIntegrate external tools | ActionsAutomate any workflow | CodespacesInstant dev environments | IssuesPlan and track work | Code ReviewManage code changes | Code QualityEnforce quality at merge | Why GitHub | Marketplace | View all features | Enterprises | Small and medium teams | Startups | View all use cases | View all industries | View all solutions | AI | Software Development | DevOps | Security | View all topics | Customer stories | Events & webinars | Ebooks & reports | Business insights | Trust center | Partners | View all resources

Tin mới

matthiasgoergens:gh-94906

GitHub CopilotWrite better code with AI

GitHub Copilot appDirect agents from issue to merge

ActionsAutomate any workflow

CodespacesInstant dev environments

IssuesPlan and track work

Code ReviewManage code changes

Code QualityEnforce quality at merge

GitHub Advanced SecurityFind and fix vulnerabilities

Code securitySecure your code as you build

Secret protectionStop leaks before they start

View all use cases

Financial services

View all industries

Software Development

GitHub SponsorsFund open source developers

Copilot for BusinessEnterprise-grade AI features

Premium SupportEnterprise-grade 24/7 support

Pull requests 2.6k

Security and quality 0

Let math.nextafter() compute multiple steps at a time. #94906

: Support multiple steps in math.nextafter

Merge branch 'main' into

View reviewed changes

Learn more about hiding disruptive comments

The reason will be displayed to describe this comment to others. Learn more.

Merge remote-tracking branch 'origin/main' into

Pass through NaN unchanged

Explain that we need same endianness

Allow arbitrarily many steps

Make steps also available as a non-kw arg

Py_None instead of NULL

View reviewed changes

https://github.com/python/cpython/actions/runs/5001023587/jobs/8959184113?pr=103881

There's a failed check "Tests / Ubunt SSL tests with OpenSSL (1.1.1t)" but it seems to be flaky and nothing to do with this PR. https://github.com/python/cpython/actions/runs/5001023587/jobs/8959184113?pr=103881

Revert "Make steps also available as a non-kw arg"

Merge branch 'main' into

property based tests (should fail)

Property based tests

Merge branch 'main' into

Fix whitespace issue

View reviewed changes

Portability fix and a minor style fix

🔨 test-with-buildbots

🔨 test-with-buildbots

View reviewed changes

Merge branch 'main' into gsallam/main