| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
|
|
||
| static PyModuleDef_Slot _simd_slots[] = { | ||
| {Py_mod_exec, _simd_exec}, | ||
| #if PY_VERSION_HEX >= 0x030c00f0 // Python 3.12+ |
There was a problem hiding this comment.
This is dead code, maybe in another PR all instances like this can be removed? Please let me know.
Sorry, something went wrong.
|
Failing tests are unrelated. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
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.