mirror of
https://github.com/RustPython/RustPython.git
synced 2026-06-02 19:39:49 +09:00
Currently, all users of the *_type attributes on PyContext have to immediately clone the pointer before they can use it; this pushes that cloning in to getters to reduce the clone-clutter across the codebase.