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 has been archived by the owner on Aug 10, 2022. It is now read-only.
I have a quick question: Is there any easy way to get a PyObject's reference count when using this library? For example is there a way to access an object's ->ob_refcnt (preferably without doing any CGo lowlevel stuff)?
Any feedback would be much appreciated (also a "no" if not possible). Thanks a lot in advance.
The text was updated successfully, but these errors were encountered:
hi go-python3 community,
I have a quick question: Is there any easy way to get a PyObject's reference count when using this library? For example is there a way to access an object's
->ob_refcnt
(preferably without doing any CGo lowlevel stuff)?Any feedback would be much appreciated (also a "no" if not possible). Thanks a lot in advance.
The text was updated successfully, but these errors were encountered: