8000 gh-133895: provide C99 Annex G return values for cmath's functions by skirpichev · Pull Request #134995 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

gh-133895: provide C99 Annex G return values for cmath's functions #134995

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

Open
wants to merge 16 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

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
Next Next commit
Apply suggestions from code review
  • Loading branch information
skirpichev authored Jun 1, 2025
commit 5a8012b306fd2e337f8531c76a610c5c32144001
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Provide C99 Annex G return values for :mod:`cmath`'s functions as the
"value" attribute of the ValueError exception object. Patch by Sergey B
`value`` attribute of the :exc:`ValueError` exception object. Patch by Sergey B
Kirpichev.
Loading
0