Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork34k
gh-61103: don't use native complex types in ctypes#133237
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
Merged
Uh oh!
There was an error while loading.Please reload this page.
Merged
Changes from1 commit
Commits
Show all changes
6 commits Select commitHold shift + click to select a range
66d7e54 gh-121249: make complex types available unconditionally in the struct…
skirpichev6a20faf gh-61103: don't use native complex types to implement F/D/G in ctypes
skirpichev8bbed73 Update Modules/_struct.c
skirpichevf1fa51b Apply suggestions from code review
skirpichev071d57e Update Misc/NEWS.d/next/Library/2025-04-25-16-20-49.gh-issue-121249.u…
skirpichevb18d895 Merge branch 'main' into no_complex.h/61103
skirpichevFile filter
Filter by extension
Conversations
Failed to load comments.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Jump to
Jump to file
Failed to load files.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Diff view
Diff view
Apply suggestions from code review
Co-authored-by: Petr Viktorin <encukou@gmail.com>
- Loading branch information
Uh oh!
There was an error while loading.Please reload this page.
commitf1fa51bab386a2323aefc9e82570866361c6ce4a
There are no files selected for viewing
9 changes: 4 additions & 5 deletionsDoc/library/struct.rst
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -360,11 +360,10 @@ Notes: | ||
| For the ``'E'`` and ``'C'`` format characters, the packed representation uses | ||
skirpichev marked this conversation as resolved. OutdatedShow resolvedHide resolvedUh oh!There was an error while loading.Please reload this page. | ||
| the IEEE 754 binary32 and binary64 format for components of the complex | ||
| number, regardless of the floating-point format used by the platform. | ||
| Note that complex types (``F`` and ``D``) are available unconditionally, | ||
| despite complex types being an optional feature in C. | ||
| As specified in the C11 standard, each complex type is represented by a | ||
| two-element C array containing, respectively, the real and imaginary parts. | ||
| A format character may be preceded by an integral repeat count. For example, | ||
2 changes: 1 addition & 1 deletionModules/_ctypes/cfield.c
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.
Uh oh!
There was an error while loading.Please reload this page.
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.