Closed
Description
Currently when you go to the reference counting page (https://docs.python.org/3/c-api/refcounting.html) it does not make any mention of the existence of Py_REFCNT or Py_SET_REFCNT, it would be nice if it did so. I had briefly thought there was no macro to check the reference count. After realizing there in fact was, it occurred to me I could probably make a change request.
Made an associated pull request proposing a specific change here: #96259