pyo3/src
Adam Reichold c644c0b0b8
Lazy-initialize the global reference pool to reduce its overhead when unused (#4178)
* Add benchmarks exercising the global reference count decrement pool.

* Lazy-initialize the global reference pool to reduce its overhead when unused
2024-06-06 08:45:16 +00:00
..
conversions ci: start testing on 3.13-dev (#4184) 2024-05-25 22:41:26 +00:00
coroutine
err
ffi
impl_ feature gate deprecated APIs for GILPool (#4181) 2024-05-17 11:31:52 +00:00
inspect
pycell
pyclass
tests add pyclass eq option (#4210) 2024-05-31 14:13:30 +00:00
types remove internal APIs from pyo3-ffi (#4201) 2024-06-05 21:21:44 +00:00
buffer.rs
callback.rs
conversion.rs
coroutine.rs
derive_utils.rs
exceptions.rs
ffi_ptr_ext.rs
gil.rs Lazy-initialize the global reference pool to reduce its overhead when unused (#4178) 2024-06-06 08:45:16 +00:00
impl_.rs
instance.rs
internal_tricks.rs
lib.rs feature gate deprecated APIs for GILPool (#4181) 2024-05-17 11:31:52 +00:00
macros.rs
marker.rs fix calling POOL.update_counts() when no gil-refs feature (#4200) 2024-06-02 11:11:14 +00:00
marshal.rs
panic.rs
prelude.rs Add weakref Python types (#3835) 2024-05-31 19:13:50 +00:00
py_result_ext.rs
pybacked.rs Added ToPyObject and IntoPy<PyObject> impls for PyBackedStr. (#4205) 2024-06-01 21:09:14 +00:00
pycell.rs
pyclass.rs
pyclass_init.rs Added From<Bound<'py, T>> impl for PyClassInitializer<T>. (#4214) 2024-05-28 01:49:52 +00:00
sealed.rs
sync.rs
test_utils.rs
type_object.rs
version.rs