You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Make .pxi files static; remove cmake_generate_pxi.py
UNAME_SYSNAME and PY_MAJOR_VERSION are Cython built-in compile-time
constants — no DEF needed. INT_MIN/INT_MAX now come from libc.limits
via a direct cimport. The two platform_cimports.pxi files use Cython's
own IF/ELIF/ELSE on UNAME_SYSNAME instead of being generated per-OS.
Removes cmake_generate_pxi.py and its CMakeLists.txt custom command
entirely — no generation step, no gitignore entries, no cmake target.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
0 commit comments