[issue33608] Add a cross-interpreter-safe mechanism to indicate that an object may be destroyed.

Eric Snow report at bugs.python.org
Tue May 22 15:36:39 EDT 2018


Eric Snow <ericsnowcurrently at gmail.com> added the comment:

As a lesser (IMHO) alternative, we could also modify Py_DECREF
to respect a new "shared" marker of some sort (perhaps relative
to #33607), but that would probably still require one of the
refcount-based solutions (and add a branch to Py_DECREF).

----------
versions: +Python 3.8 -Python 3.4

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue33608>
_______________________________________


More information about the Python-bugs-list mailing list