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

ENH: Adopt `_simd` for multi-phase module initialization by prathamhole14 · Pull Request #32335 · numpy/numpy · GitHub

/ numpy Public

ENH: Adopt _simd for multi-phase module initialization - #32335

Open
prathamhole14 wants to merge 1 commit into
numpy:mainfrom
prathamhole14:simd_multiphase_init
Open

ENH: Adopt _simd for multi-phase module initialization#32335
prathamhole14 wants to merge 1 commit into
numpy:mainfrom
prathamhole14:simd_multiphase_init

Conversation

prathamhole14 commented Aug 18, 2026
edited
Loading

Copy link
Copy Markdown
Contributor

PR summary

As titled, please see #32451, I have followed this https://docs.python.org/3/c-api/extension-modules.html doc.

Related to: #29021

AI Disclosure

In re-reviewing the PR with claude opus 5 and writing comments.


static PyModuleDef_Slot _simd_slots[] = {
{Py_mod_exec, _simd_exec},
#if PY_VERSION_HEX >= 0x030c00f0 // Python 3.12+

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

This is dead code, maybe in another PR all instances like this can be removed? Please let me know.

prathamhole14 marked this pull request as ready for review August 27, 2026 11:31

Copy link
Copy Markdown
Contributor Author

Failing tests are unrelated.

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant


Back | FazBrowse Home | New Git URL