Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix #60 #84

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Fix #60 #84

wants to merge 2 commits into from

Conversation

lovasoa
Copy link

@lovasoa lovasoa commented Mar 21, 2019

Implement both a context manager and a del method for the python object example.

This allows the user to decide whether he wants the rust object to be de-allocated implicitly (and non-deterministically) when the python object is garbage-collected, or explicitly at the end of a python context.

lovasoa and others added 2 commits March 21, 2019 13:44
Implement both a context manager and a __del__ method for the python object example.

This allows the user to decide whether he wants the rust object to be de-allocated implicitly (and non-deterministically) when the python object is garbage-collected, or explicitly at the end of a python context.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant