10000 does gc implemented???? · Issue #4181 · RustPython/RustPython · GitHub
[go: up one dir, main page]

Skip to content
8000

does gc implemented???? #4181

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

Closed
yuyang-ok opened this issue Sep 23, 2022 · 2 comments
Closed

does gc implemented???? #4181

yuyang-ok opened this issue Sep 23, 2022 · 2 comments
Labels
C-discussion A discussion

Comments

@yuyang-ok
Copy link

https://github.com/RustPython/RustPython/blob/main/stdlib/src/gc.rs

@fanninpm
Copy link
Contributor

The short answer (right now) is no. Every time RustPython runs into a reference cycle, the cycle will live until the whole program comes to a stop, gets terminated, or runs out of memory.

However, progress is being made. See #4158 and #4180.

@yuyang-ok
Copy link
Author

ok , thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-discussion A discussion
Projects
None yet
Development

No branches or pull requests

3 participants
0