Currently caching not works in PyPy and rely on implementation details of the CPython.
I believe, there could be a more correct way is to resurrect the deallocated object. One possibility is using the tp_finalize slot. Though, it seems to be more slow, see #300.
Currently caching not works in PyPy and rely on implementation details of the CPython.
I believe, there could be a more correct way is to resurrect the deallocated object. One possibility is using the tp_finalize slot. Though, it seems to be more slow, see #300.