Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Open
skirpichev wants to merge16 commits intopython:main
base:main
Choose a base branch
Loading
fromskirpichev:cmath-ValueError/133895
Open
Changes from1 commit
Commits
Show all changes
16 commits
Select commitHold shift + click to select a range
a13e463
gh-133895: provide C99 Annex G return values for cmath functions
skirpichevMay 11, 2025
d797cf8
Merge branch 'main' into cmath-ValueError/133895
skirpichevJun 1, 2025
cea09b7
Apply suggestions from code review
skirpichevJun 1, 2025
5a8012b
Apply suggestions from code review
skirpichevJun 1, 2025
19162e1
Apply suggestions from code review
skirpichevJun 1, 2025
21f27f3
+1
skirpichevJun 1, 2025
163f948
Merge branch 'master' into cmath-ValueError/133895
skirpichevJun 2, 2025
0588bb3
use PyErr_WriteUnraisable
skirpichevJun 2, 2025
8fd4fc7
Merge branch 'master' into cmath-ValueError/133895
skirpichevJun 5, 2025
e326374
address review: redo exceptions handling, support OverfowError
skirpichevJun 5, 2025
4ebe14f
enable testing of values for OverflowError's
skirpichevJun 5, 2025
0d7eb63
Correct return values for cosh/sinh in case of overflows
skirpichevJun 5, 2025
6035f81
+ docs
skirpichevJun 5, 2025
e462a53
cleanup
skirpichevJun 5, 2025
ecbb8fd
Update Doc/library/cmath.rst
skirpichevJun 8, 2025
881989e
address review: add comment
skirpichevJun 8, 2025
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
PrevPrevious commit
NextNext commit
Apply suggestions from code review
  • Loading branch information
@skirpichev
skirpichev authoredJun 1, 2025
commit5a8012b306fd2e337f8531c76a610c5c32144001
View file
Open in desktop
Original file line numberDiff line numberDiff 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

[8]ページ先頭

©2009-2025 Movatter.jp