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
DECREF_INPUTS_AND_REUSE_FLOAT and _Py_DECREF_SPECIALIZED are problematic in that they don't follow standard CPython reference semantics that we plan for the deferred refcounting.
The easiest solution would be to get rid of them. I don't know what's the perf hit from something like that, and whether we can recover it though.
The text was updated successfully, but these errors were encountered:
DECREF_INPUTS_AND_REUSE_FLOAT
and_Py_DECREF_SPECIALIZED
are problematic in that they don't follow standard CPython reference semantics that we plan for the deferred refcounting.The easiest solution would be to get rid of them. I don't know what's the perf hit from something like that, and whether we can recover it though.
The text was updated successfully, but these errors were encountered: