pyo3/src
kngwyu fd94a0d55c Bump version to 0.11.0 2020-06-27 23:59:44 +09:00
..
class Add ability to return from `__next__` / `__anext__` 2020-06-23 15:26:28 +01:00
ffi Use travis's pypy binary instead of anaconda 2020-06-27 19:45:31 +09:00
types Refactor around the nightly feature 2020-06-26 19:29:37 +09:00
buffer.rs Typed PyBuffer 2020-06-04 22:03:53 +09:00
callback.rs Refactor `#[pyproto]` Result types 2020-06-23 11:08:36 +01:00
conversion.rs Refactor around the nightly feature 2020-06-26 19:29:37 +09:00
derive_utils.rs Remove IntoPyResult 2020-06-22 17:19:00 +01:00
err.rs Cleanups to ensure GIL-safety of Py<T> and PyObject methods 2020-06-14 16:37:34 +01:00
exceptions.rs Add pyo3::once_cell::GILOnceCell 2020-06-18 18:53:32 +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 Ensure GILPool don't panic even after thread_locals are destructed 2020-06-27 15:18:10 +09:00
instance.rs Fix dealloc implementation to collectly use subtype's tp_free 2020-06-22 10:58:00 +09:00
internal_tricks.rs Fix clippy complaint of empty return type 2020-04-08 08:04:29 +01:00
lib.rs Bump version to 0.11.0 2020-06-27 23:59:44 +09:00
marshal.rs lib: overhaul docstrings 2020-03-17 15:16:30 +01:00
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 Add catch_unwind! macro to prevent panics crossing ffi boundaries 2020-05-05 08:17:06 +01:00
prelude.rs Move macros into separate feature. 2020-05-09 11:27:30 +02:00
pycell.rs Use subclass correctly in tp_new 2020-06-22 01:38:13 +09:00
pyclass.rs Re-enable recursive class attributes 2020-06-23 22:40:29 +02:00
pyclass_init.rs Merge pull request #994 from scalexm/ptr 2020-06-23 10:07:43 +09:00
pyclass_slots.rs Refine tests and documents around pyclass.rs 2020-01-08 22:44:50 +09:00
python.rs Cleanups to ensure GIL-safety of Py<T> and PyObject methods 2020-06-14 16:37:34 +01:00
type_object.rs Re-enable recursive class attributes 2020-06-23 22:40:29 +02:00