##// 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
/ hgext / lfs
TODO.rst Loading ...
__init__.py Loading ...
blobstore.py Loading ...
pointer.py Loading ...
wireprotolfsserver.py Loading ...
wrapper.py Loading ...