log rust/pyo3-sharedref/src/lib.rs @ 52615:78b2894cd58c

age author description
Mon, 16 Dec 2024 13:08:55 +0100 Georges Racinet rust-pyo3-sharedref: demonstrate SharedByPyObject borrow unsafety
Mon, 16 Dec 2024 12:13:46 +0100 Georges Racinet rust-pyo3-sharedref: demonstrating unsafety of map()
Sun, 15 Dec 2024 15:36:11 +0100 Georges Racinet rust-pyo3-sharedref: share/map methods on PyShareable
Sun, 15 Dec 2024 15:19:43 +0100 Georges Racinet rust-pyo3-sharedref: renamed UnsafePyLeaked to SharedByPyObject
Sun, 15 Dec 2024 15:03:27 +0100 Georges Racinet rust-pyo3-sharedref: renamed PySharedRefCell to PyShareable
Sun, 15 Dec 2024 13:58:31 +0100 Georges Racinet rust-pyo3-sharedref: replaced borrow/borrow_mut with RwLock namings
Sun, 15 Dec 2024 14:42:53 +0100 Georges Racinet rust-pyo3-sharedref: reworked constructors
Sun, 15 Dec 2024 16:32:24 +0100 Georges Racinet rust-pyo3: initial port of PySharedRef