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 circular references and some typos #3

Merged
merged 1 commit into from
Jun 21, 2023
Merged

Fix circular references and some typos #3

merged 1 commit into from
Jun 21, 2023

Conversation

patacca
Copy link
Collaborator

@patacca patacca commented Jun 19, 2023

Using cached properties from basic blocks up to expressions to avoid allocating twice the same objects.
In order to avoid circular references that usually lead to memory leaks since the python garbage collector doesn't deal with them very well, we are now using weak references.

@RobinDavid RobinDavid merged commit bcb56bc into main Jun 21, 2023
@RobinDavid RobinDavid deleted the fix_weak_ref branch June 21, 2023 07:15
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.

2 participants