Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Use weak references to automate object cleanup #19

@shwina

Description

@shwina

Currently, all pyamgx objects must be explicitly cleaned up by calling a .destroy() method, but it should be possible to automatically clean up objects when they go out of scope (or at exit), using weakref.finalize - Python >= 3.4 only.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions