-
-
Notifications
You must be signed in to change notification settings - Fork 32k
gh-69639: add mixed-mode rules for complex arithmetic (C-like) #124829
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
serhiy-storchaka
merged 29 commits into
python:main
from
skirpichev:complex-float-arith-69639
Nov 26, 2024
Merged
Changes from all commits
Commits
Show all changes
29 commits
Select commit
Hold shift + click to select a range
3980363
gh-69639: add mixed-mode rules for complex arithmetic (C-like)
skirpichev 46521c3
address review:
skirpichev 1323f4d
Update Objects/complexobject.c
skirpichev 5021a9b
address review: -> real_to_double
skirpichev c7308ef
Add _Py_cd_* and _Py_dc_* functions
skirpichev ee1aa01
+ what's new
skirpichev da566dd
+ trying to document new coersion rules in the reference
skirpichev 714b731
address review: expressions.rst
skirpichev 7a04eb0
address review: reword what's new
skirpichev 1d42c10
cleanup: just one macro
skirpichev d6e9d14
renamed c-api helpers: _dc_ -> _rc_ and _cd_ -> _cr_
skirpichev 2db0072
1d42c10202 +1
skirpichev 46bed69
+ tests for semi-private C-API
skirpichev d6e4504
Merge branch 'master' into complex-float-arith-69639
skirpichev cc298e5
Apply suggestions from code review
skirpichev ee22926
Apply suggestions from code review
skirpichev 220c551
Apply suggestions from code review
skirpichev f068384
Apply suggestions from code review
skirpichev 8cdd514
Merge branch 'main' into complex-float-arith-69639
skirpichev 7fb1be1
+ move news
skirpichev badf492
address review:
skirpichev 3ef5287
Merge branch 'master' into complex-float-arith-69639
skirpichev 38762b3
address review: rename symbols in commentary to avoid clash with macro
skirpichev e685bd9
Update Objects/complexobject.c
skirpichev 76bad15
Merge branch 'main' into complex-float-arith-69639
skirpichev de5f353
Merge branch 'master' into complex-float-arith-69639
skirpichev 2b46a96
added sum() test
skirpichev 759a6d0
Update Lib/test/test_builtin.py
serhiy-storchaka ed67dc2
I'LL NEVER USE WEB-EDITOR... I'LL NEVER USE WEB-EDITOR... I'LL NEVER …
skirpichev 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
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
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
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
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
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
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
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
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
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
Oops, something went wrong.
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.