Skip to content

Implement caching properly #301

Description

@skirpichev

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workinginvalidThis doesn't seem right

    Type

    No type

    Projects

    No projects

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions