pyo3/src
David Hewitt 1df68e852e allow_threads: switch from `catch_unwind` to guard pattern 2021-11-15 12:25:53 +00:00
..
class pymethods: support protocols with `multiple-pymethods` feature 2021-10-23 00:07:35 +01:00
conversions Merge pull request #1957 from davidhewitt/fetch-if-set 2021-11-03 00:02:03 +00:00
err types: add PyTraceback 2021-11-15 07:25:57 +00:00
ffi pypy: support 3.8 2021-10-27 22:17:45 +01:00
impl_ pymethods: support __call__ proto 2021-10-23 00:06:46 +01:00
types types: add PyTraceback 2021-11-15 07:25:57 +00:00
buffer.rs Remove doc_cfg attributes 2021-10-17 15:47:09 +02:00
callback.rs callback: add #[inline] to callback conversion code 2021-05-17 08:14:05 +01:00
conversion.rs err: add `PyErr::take` 2021-11-02 23:12:36 +00:00
derive_utils.rs pyany: add PyAny::py() 2021-08-13 08:00:13 +01:00
exceptions.rs err: add `PyErr::take` 2021-11-02 23:12:36 +00:00
gil.rs Clean up `Python` documentation (#1963) 2021-11-02 23:05:44 +00:00
impl_.rs clean up lib.rs 2021-09-13 22:58:15 +02:00
instance.rs err: add `PyErr::take` 2021-11-02 23:12:36 +00:00
internal_tricks.rs list,tuple,sequence: add slice indexing 2021-08-26 07:57:12 +01:00
lib.rs Merge pull request #1968 from KRunchPL/guide-python-typing-hints 2021-11-11 23:00:53 +00:00
macros.rs Clean up doctests, deny some lints (#1900) 2021-10-14 22:15:25 +01:00
marshal.rs Remove doc_cfg attributes 2021-10-17 15:47:09 +02:00
once_cell.rs Clean up doctests, deny some lints (#1900) 2021-10-14 22:15:25 +01:00
panic.rs simple module doc 2021-06-30 18:03:53 +08:00
prelude.rs Remove doc_cfg attributes 2021-10-17 15:47:09 +02:00
pycell.rs Clean up doctests, deny some lints (#1900) 2021-10-14 22:15:25 +01:00
pyclass.rs err: add `PyErr::take` 2021-11-02 23:12:36 +00:00
pyclass_init.rs err: add `PyErr::take` 2021-11-02 23:12:36 +00:00
pyclass_slots.rs clean up lib.rs 2021-09-13 22:58:15 +02:00
python.rs allow_threads: switch from `catch_unwind` to guard pattern 2021-11-15 12:25:53 +00:00
type_object.rs pyany: add PyAny::py() 2021-08-13 08:00:13 +01:00