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
[mypyc] Fix incref/decref on free-threaded builds (#19127)
Fix C compile errors on free-threaded builds. We can't (easily) access
the reference count value directly, so always use the C API functions
when on a free-threaded build.
Work on mypyc/mypyc#1038.
0 commit comments