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 |
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 |