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-145633: remove support for ancient ARM platforms with mixed-endian doubles#145634

Open
skirpichev wants to merge 3 commits intopython:mainfrom
skirpichev:remove-unknown_format
Open

gh-145633: remove support for ancient ARM platforms with mixed-endian doubles#145634
skirpichev wants to merge 3 commits intopython:mainfrom
skirpichev:remove-unknown_format

Conversation

@skirpichev
Copy link
Member

@skirpichevskirpichev commentedMar 8, 2026
edited by bedevere-appbot
Loading

  • drop DOUBLE_IS_ARM_MIXED_ENDIAN_IEEE754 macro
  • use DOUBLE_IS_BIG/LITTLE_ENDIAN_IEEE754 to detect endianness of float/doubles
  • drop "unknown_format" code path in PyFloat_Pack/Unpack*()

…endian doubles* drop DOUBLE_IS_ARM_MIXED_ENDIAN_IEEE754 macro* use DOUBLE_IS_BIG/LITTLE_ENDIAN_IEEE754 to detect endianness of  float/doubles* drop "unknown_format" code path in PyFloat_Pack/Unpack*()
@skirpichev
Copy link
MemberAuthor

skirpichev commentedMar 8, 2026
edited
Loading

I'll prepare removal of__getformat__ in a separate commit.

Edit: Mark Dickinsonsuggested to keep this for alternative Python implementations.

@corona10
Copy link
Member

cc@diegorusso

Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

@erlend-aaslanderlend-aaslandAwaiting requested review from erlend-aaslanderlend-aasland is a code owner

@corona10corona10Awaiting requested review from corona10corona10 is a code owner

@AA-TurnerAA-TurnerAwaiting requested review from AA-TurnerAA-Turner is a code owner

@emmatypingemmatypingAwaiting requested review from emmatypingemmatyping is a code owner

@ZeroIntensityZeroIntensityAwaiting requested review from ZeroIntensityZeroIntensity is a code owner

Assignees

No one assigned

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

2 participants

@skirpichev@corona10

[8]ページ先頭

©2009-2026 Movatter.jp