log rust/pyo3-sharedref/tests/test_sharedref.rs @ 52664:f5091286b10c

age author description
Sun, 15 Dec 2024 20:00:09 +0100 Georges Racinet rust-pyo3-sharedref: renamings in test
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
Sat, 14 Dec 2024 18:21:56 +0100 Georges Racinet rust-pyo3-sharedref: converted integration tests from rust-cpython