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
Stackless issue python#221: Change C-stack serial numbers to 64bit
These numbers were already 64bit if available until the relevant
preprocessor macro was renamed. This change affects Stackless structures
PyStacklessState and PyCStackObject. Extension authors usually don't
access them directly.
(cherry picked from commit ce8faba)
0 commit comments