diff --git a/pythoncapi_compat.h b/pythoncapi_compat.h index 04378bd..bb45c18 100644 --- a/pythoncapi_compat.h +++ b/pythoncapi_compat.h @@ -2258,7 +2258,7 @@ static inline int PyUnstable_TryIncRef(PyObject *op) #endif return 1; } - + // _Py_TryIncRefShared() Py_ssize_t shared = _Py_atomic_load_ssize_relaxed(&op->ob_ref_shared); for (;;) {