pyo3/src
2020-08-06 14:08:43 +00:00
..
class Rename exceptions to PyException etc; reintroduce deprecated ones 2020-07-18 06:02:57 +01:00
ffi Make exceptions proper native types. 2020-07-18 01:57:39 +01:00
types Simplified fallible PyBytes::new_with and PyByteArray::new_with API 2020-08-06 14:08:43 +00:00
buffer.rs Rename exceptions to PyException etc; reintroduce deprecated ones 2020-07-18 06:02:57 +01:00
callback.rs Rename exceptions to PyException etc; reintroduce deprecated ones 2020-07-18 06:02:57 +01:00
conversion.rs Remove explicit matches in conversions. 2020-07-19 13:26:59 +02:00
derive_utils.rs Rename exceptions to PyException etc; reintroduce deprecated ones 2020-07-18 06:02:57 +01:00
err.rs Make PyErr: Send + Sync 2020-07-25 11:59:44 +01:00
exceptions.rs Make PyErr: Send + Sync 2020-07-25 11:59:44 +01:00
freelist.rs LazyStaticType::get_or_init returns an *mut instead of a & ref 2020-06-22 22:37:11 +02:00
gil.rs Make exceptions proper native types. 2020-07-18 01:57:39 +01:00
instance.rs Rename exceptions to PyException etc; reintroduce deprecated ones 2020-07-18 06:02:57 +01:00
internal_tricks.rs Make exceptions proper native types. 2020-07-18 01:57:39 +01:00
lib.rs Remove executable bit of rust source file 2020-07-16 13:26:25 +08:00
marshal.rs
object.rs Cleanups to ensure GIL-safety of Py<T> and PyObject methods 2020-06-14 16:37:34 +01:00
once_cell.rs Re-enable recursive class attributes 2020-06-23 22:40:29 +02:00
panic.rs Rename exceptions to PyException etc; reintroduce deprecated ones 2020-07-18 06:02:57 +01:00
prelude.rs Move macros into separate feature. 2020-05-09 11:27:30 +02:00
pycell.rs Calculate offsets for weakreflist and dict in PyCell. 2020-07-21 10:38:20 +02:00
pyclass.rs Calculate offsets for weakreflist and dict in PyCell. 2020-07-21 10:38:20 +02:00
pyclass_init.rs Merge pull request #994 from scalexm/ptr 2020-06-23 10:07:43 +09:00
pyclass_slots.rs Calculate offsets for weakreflist and dict in PyCell. 2020-07-21 10:38:20 +02:00
python.rs Add type info to conversion errors. 2020-07-19 12:08:14 +02:00
type_object.rs Replace internal uses of (*o).ob_type with Py_TYPE(o) 2020-07-17 19:51:56 +01:00