relnotes/next
author Yuya Nishihara <yuya@tcha.org>
Sun, 01 Sep 2019 17:35:14 +0900
changeset 42846 01d3ce3281cf
parent 42692 cba59b338976
child 42916 96b22e58dc67
permissions -rw-r--r--
rust-cpython: fix unsafe inner(py).borrow_mut() calls Since self.inner is managed by PySharedState, it must not be borrowed mutably through the RefCell interface. Otherwise, the underlying object could be mutated while a reference is leaked to Python world.

== New Features ==


== New Experimental Features ==


== Bug Fixes  ==


== Backwards Compatibility Changes ==


== Internal API Changes ==