pyo3/src
Georg Brandl b7d5f9097b
Fix tests
Co-Authored-By: Yuji Kanagawa <yuji.kngw.80s.revive@gmail.com>
2020-03-17 16:49:48 +01:00
..
class lib: overhaul docstrings 2020-03-17 15:16:30 +01:00
ffi Make FFIs Python3.8 compatible 2020-03-02 20:12:12 +09:00
types lib: overhaul docstrings 2020-03-17 15:16:30 +01:00
buffer.rs avoid calling ffi::PyBuffer_Release twice in PyBuffer::release 2020-02-28 16:59:44 -05:00
callback.rs More docs 2020-02-28 16:49:25 +09:00
conversion.rs lib: overhaul docstrings 2020-03-17 15:16:30 +01:00
derive_utils.rs Fix the interpretation of '*' 2020-03-04 23:48:46 +09:00
err.rs Fix tests 2020-03-17 16:49:48 +01:00
exceptions.rs lib: overhaul docstrings 2020-03-17 15:16:30 +01:00
freelist.rs Use PyBorrowFlagLayout to ensure the baseclass has a borrow flag 2020-02-23 01:02:14 +09:00
gil.rs Use parking_lot::Mutex instead of spin::Mutex 2020-01-16 13:53:54 +00:00
instance.rs lib: overhaul docstrings 2020-03-17 15:16:30 +01:00
internal_tricks.rs Prototype Implementation of RefCell-like PyCell 2020-02-10 16:13:15 +09:00
lib.rs lib: overhaul docstrings 2020-03-17 15:16:30 +01:00
marshal.rs lib: overhaul docstrings 2020-03-17 15:16:30 +01:00
object.rs lib: overhaul docstrings 2020-03-17 15:16:30 +01:00
objectprotocol.rs lib: overhaul docstrings 2020-03-17 15:16:30 +01:00
prelude.rs Fix PyCell to share BorrowFlag with parents 2020-02-15 18:13:39 +09:00
pycell.rs Unify AsPyRef for Py<T> to make rust-numpy work 2020-03-09 18:31:43 +09:00
pyclass.rs Address review comments 2020-03-01 12:58:28 +09:00
pyclass_init.rs Address review comments 2020-03-01 12:58:28 +09:00
pyclass_slots.rs Refine tests and documents around pyclass.rs 2020-01-08 22:44:50 +09:00
python.rs lib: overhaul docstrings 2020-03-17 15:16:30 +01:00
type_object.rs lib: overhaul docstrings 2020-03-17 15:16:30 +01:00