comparison tests/test-hgweb-csp.t @ 43286:f8c114f20d2d

rust-cpython: require GIL to borrow immutable reference from PySharedRefCell Since the inner value may be leaked, we probably need GIL to guarantee that there's no data race. inner(py).borrow() is replaced with inner_shared(py).borrow(), which basically means any PySharedRefCell data should be accessed through PySharedRef wrapper.
author Yuya Nishihara <yuya@tcha.org>
date Sat, 21 Sep 2019 17:15:50 +0900
parents 3e3acf5d6a07
children 7e5be4a7cda7
comparison
equal deleted inserted replaced
43285:ffc1fbd7d1f5 43286:f8c114f20d2d