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
Do not use static type references when compiling for RustPython (#5995)
* Remove static type references
Merge adjacent extern blocks
Fixes
* Reduce extern_libpython blocks even more
* Fix error
* Fix setobject.rs
* Fix `link_name` to only apply for PyPy
* Correctly import `TracebackType`
* Do not use `PyType_FastSubclass` when compiling for `RustPython`
0 commit comments