Reference count

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Pablo Yabo

    Reference count

    Hi,
    I need to keep a object alive even if its reference count if zero.
    Is there any way to increment its reference count using Python code, not
    Py_INCREF or there is any way to avoid deletion of the object?

    Thanks, in advance

    Pablo Yabo


Working...