pyo3/src
Daniel Grunwald 1423162ad4 Call PyEval_InitThreads() in module initializer to ensure it's safe
to spawn rust threads in the extension module and acquire the GIL from
those threads.
2015-06-27 22:48:40 +02:00
..
objects Remove ToPythonPointer from public API 2015-06-27 22:48:40 +02:00
rustobject Remove ToPythonPointer from public API 2015-06-27 22:48:40 +02:00
conversion.rs Remove ToPythonPointer from public API 2015-06-27 22:48:40 +02:00
err.rs Change py_func!(py, f) to py_fn(f). 2015-06-25 00:02:56 +02:00
function.rs Remove ToPythonPointer from public API 2015-06-27 22:48:40 +02:00
lib.rs Call PyEval_InitThreads() in module initializer to ensure it's safe 2015-06-27 22:48:40 +02:00
objectprotocol.rs Add methods for PyDict 2015-05-24 22:45:43 +02:00
python.rs Remove ToPythonPointer from public API 2015-06-27 22:48:40 +02:00
pythonrun.rs Change py_func!(py, f) to py_fn(f). 2015-06-25 00:02:56 +02:00