pyo3/src/impl_
David Hewitt d8c5e7943c
Merge pull request #3790 from Icxolu/bool
add `Bound` constructor for `PyBool`
2024-02-03 13:10:30 +00:00
..
pyclass add as_ptr and into_ptr inherent methods 2023-08-11 10:49:42 +01:00
coroutine.rs add intern_bound! macro 2024-01-30 10:58:19 +00:00
deprecations.rs remove all functionality deprecated in 0.19 2023-11-27 22:02:19 +00:00
extract_argument.rs implement PyFunctionArgument for &Bound<T> 2024-02-01 13:22:53 +00:00
freelist.rs call PyObject_GC_Untrack before deallocating 2023-09-09 22:29:58 +01:00
frompyobject.rs Rust 1.62 (#2489) 2022-07-02 16:08:01 +01:00
not_send.rs Resolve merge conflicts 2021-12-28 05:38:45 +01:00
panic.rs safety: abort on uncaught panics 2022-08-14 13:47:46 +01:00
pycell.rs pyclass: tidy up frozen implementation 2022-08-21 08:21:06 +01:00
pyclass.rs add Bound constructor for PyBool 2024-02-03 12:06:50 +01:00
pyfunction.rs prefer inner / _private naming 2023-07-04 21:03:24 +01:00
pymethods.rs allow dead_code in IPowModulo 2024-01-12 15:55:21 +00:00
pymodule.rs add new PyTuple constructors 2023-12-30 21:37:46 +00:00
trampoline.rs implement PyErr::write_unraisable_bound 2023-12-24 19:35:29 +00:00
wrap.rs feat: add coroutine __name__/__qualname__ and not-awaited warning 2023-11-25 21:51:20 +01:00