##// END OF EJS Templates
rust-cpython: add panicking version of borrow_mut() and use it...
rust-cpython: add panicking version of borrow_mut() and use it The original borrow_mut() is renamed to try_borrow_mut(). Since leak_immutable() no longer incref the borrow count, the caller should know if the underlying value is borrowed or not. No Python world is involved. That's why we can simply use the panicking borrow_mut().
Yuya Nishihara -
r44685:2a24ead0 default
Show More
Name Size Modified Last Commit Author
/ contrib / packaging
debian
docker
hgpackaging
inno
macosx
wix
Makefile Loading ...
build-linux-wheels.sh Loading ...
builddeb Loading ...
buildrpm Loading ...
dockerdeb Loading ...
dockerrpm Loading ...
hg-docker Loading ...
linux-wheel-centos5-blacklist Loading ...
mercurial.spec Loading ...
packagelib.sh Loading ...
packaging.py Loading ...
requirements.txt Loading ...
requirements.txt.in Loading ...