pyo3/src
kngwyu 09bf9bbf4a Allow slf: PyRef<Self> by replacing Self 2019-04-23 23:16:09 +09:00
..
class Ensure `#[getter]` doc is exposed as the `__doc__` of the descriptor 2019-04-14 00:23:59 +02:00
ffi Support rust extensions for PyPy via cpyext (#393) 2019-04-23 13:18:42 +02:00
ffi3 Support rust extensions for PyPy via cpyext (#393) 2019-04-23 13:18:42 +02:00
types Support rust extensions for PyPy via cpyext (#393) 2019-04-23 13:18:42 +02:00
buffer.rs Drop support for python2 2019-03-29 12:37:26 +00:00
callback.rs Some api improvements 2019-02-23 18:01:22 +01:00
conversion.rs Allow slf: PyRef<Self> by replacing Self 2019-04-23 23:16:09 +09:00
derive_utils.rs Drop support for python2 2019-03-29 12:37:26 +00:00
err.rs Drop support for python2 2019-03-29 12:37:26 +00:00
exceptions.rs Fix `create_exception` macro not using an unsafe impl 2019-03-31 05:40:06 +02:00
freelist.rs Drop support for python2 2019-03-29 12:37:26 +00:00
gil.rs Support rust extensions for PyPy via cpyext (#393) 2019-04-23 13:18:42 +02:00
instance.rs Remove FromPyObject from PyRef 2019-04-23 23:16:09 +09:00
lib.rs Introduce FromPyPointer for slf: PyRef/PyRefMut 2019-04-23 23:16:09 +09:00
object.rs Rename PyObjectRef with PyAny 2019-03-04 13:50:43 +09:00
objectprotocol.rs Rename PyObjectRef with PyAny 2019-03-04 13:50:43 +09:00
prelude.rs Drop support for python2 2019-03-29 12:37:26 +00:00
python.rs Introduce FromPyPointer for slf: PyRef/PyRefMut 2019-04-23 23:16:09 +09:00
type_object.rs Support rust extensions for PyPy via cpyext (#393) 2019-04-23 13:18:42 +02:00