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
{{ message }}
This repository was archived by the owner on Feb 13, 2025. It is now read-only.
Stackless issue #254: replace PyThreadState_GET b _PyThreadState_GET
bpo-35081 added _PyThreadState_GET() internal macro and changed the
C-Python code to use it. This commit updates Stackless code to use
_PyThreadState_GET().
0 commit comments