mirror of
https://github.com/RustPython/RustPython.git
synced 2026-06-02 19:39:49 +09:00
* Add basic capi error support * Add missing symbols to make tests compile again * Add `pyerrors` to dictionary * Return exception in `Py_GetConstantBorrowed` * Remove `allow(dead_code)` * Fix windows * Load stdlib when calling `Py_InitializeEx` * Debug tests * Revert "Load stdlib when calling `Py_InitializeEx`" This reverts commitbccd38e981. * Disable tests on windows for now * Truncate `PyType_GetFlags` to be always 32 bits * Add test for exception type checking * Remove subclass type flags * Use latest pyo3 to make test work on windows * Revert "Use latest pyo3 to make test work on windows" This reverts commitb2c2f6913f. * `set_main_interpreter` -> `init_main_interpreter`