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
* support 3.13t free-threaded python
* make dynamic borrow-checking threadsafe
* fix compiler error in benches target
* fix warning on nightly rust about extern usage
* remove parking_lot dependency
* Add deadlock-avoidance using direct FFI calls
* refactor BorrowFlags tests to not hold a lock in the tests
* fix clippy
* give BorrowFlagsState fields descriptive names
* move thread state guard into the crate root
* use ThreadStateGuard to avoid deadlocks acquiring the dtype cache
---------
Co-authored-by: Icxolu <10486322+Icxolu@users.noreply.github.com>
Co-authored-by: Nathan Goldbaum <nathan.goldbaum@gmail.com>
0 commit comments