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.

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions