Partial Garbage Collection Implementation by arihant2math · Pull Request #5493 · RustPython/RustPython
Ok so I've tried two approaches.
The first, which I didn't push up tried to simply port over the code from the previous pr, but that ran into tons of compiler errors.
The second, which I did push up tried to copy over parts of dumpster, and is facing less compile errors, but is missing some key parts.