##// END OF EJS Templates
rust-cpython: make sure PySharedRef::borrow_mut() never panics...
rust-cpython: make sure PySharedRef::borrow_mut() never panics Since it returns a Result, it shouldn't panic depending on where the borrowing fails. PySharedRef::borrow_mut() will be renamed to try_borrow_mut() by the next patch.
Yuya Nishihara -
r44650:4a4c3b9f default
Show More
Name Size Modified Last Commit Author
/ rust / hg-direct-ffi / src
ancestors.rs Loading ...
lib.rs Loading ...