You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
https://github.com/RustPython/RustPython/blob/main/stdlib/src/gc.rs
The text was updated successfully, but these errors were encountered: