log rust/pyo3-sharedref/src/lib.rs @ 53042:cdd7bf612c7b stable tip

age author description
Tue, 04 Feb 2025 11:55:14 +0100 Georges Racinet rust-pyo3-sharedref: macro to define Python iterators
Tue, 07 Jan 2025 12:51:52 +0100 Rapha?l Gom?s pyo3-sharedref: add static assertions that we never implement Deref*
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