FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

gh-148675: Remove F and D formats from array and memoryview by vstinner · Pull Request #149368 · python/cpython · GitHub

/ cpython Public

gh-148675: Remove F and D formats from array and memoryview - #149368

Merged
encukou merged 1 commit into
python:mainfrom
vstinner:revert_array_memoryview
May 4, 2026
Merged

gh-148675: Remove F and D formats from array and memoryview#149368
encukou merged 1 commit into
python:mainfrom
vstinner:revert_array_memoryview

Conversation

vstinner commented May 4, 2026
edited by bedevere-app Bot
Loading

Copy link
Copy Markdown
Member

vstinner commented May 4, 2026

Copy link
Copy Markdown
Member Author

Summary of supported complex formats with this change.

Python 3.14:

  • struct (2): F/D
  • array (0): none
  • memoryview (0): none
  • ctypes (3): F/D/G

Python 3.15 with this PR:

  • struct (4): F/D and Zf/Zd
  • array (2): Zf/Zd
  • memoryview (2): Zf/Zd
  • ctypes (3): Zf/Zd/Zg

vstinner commented May 4, 2026

Copy link
Copy Markdown
Member Author

cc @skirpichev @encukou

Copy link
Copy Markdown

Documentation build overview

📚 cpython-previews | 🛠️ Build #32527796 | 📁 Comparing 80fe449 against main (1e21cf6)

  🔍 Preview build  

3 files changed
± library/array.html
± whatsnew/3.15.html
± whatsnew/changelog.html

Copy link
Copy Markdown
Member

I don't think my involvement will be constructive, sorry.

encukou commented May 4, 2026

Copy link
Copy Markdown
Member

This PR does what it says. If we're fine with #148676, this is a good next step.

encukou merged commit 5dd5c8b into python:main May 4, 2026
56 of 57 checks passed
vstinner deleted the revert_array_memoryview branch May 4, 2026 16:13
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants


Back | FazBrowse Home | New Git URL