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
Fix Python 3.14t free-threaded build: use _Py_REFCNT() instead of ob_refcnt
- Replace direct ob_refcnt access with _Py_REFCNT() macro from cpython.ref
- Add NULL checks before calling _Py_REFCNT() to prevent null pointer dereference
- This fixes compilation errors in Python 3.14t (free-threaded/nogil) build
where ob_refcnt is not directly accessible in PyObject structure
0 commit comments