pyo3/src
Georg Brandl a7fa1bdf22
fix: remove "track_caller" cfg check (#3951)
This "cfg" value does not seem to exist (any more?), and #[track_caller]
is used a lot elsewhere without cfg_attr.

Found using cargo check -Zcheck-cfg.
2024-03-11 12:40:26 +00:00
..
conversions add FromPyObjectBound trait for extracting &str without GIL Refs (#3928) 2024-03-08 07:43:48 +00:00
coroutine Use the new bound API instead of .as_ref(py) (#3853) 2024-02-18 00:09:56 +00:00
err fix: remove "track_caller" cfg check (#3951) 2024-03-11 12:40:26 +00:00
ffi Tidy some usage of py.from_borrowed_ptr and py.from_borrowed_ptr_or_opt (#3877) 2024-02-22 23:06:55 +00:00
impl_ add FromPyObjectBound trait for extracting &str without GIL Refs (#3928) 2024-03-08 07:43:48 +00:00
inspect add FromPyObjectBound trait for extracting &str without GIL Refs (#3928) 2024-03-08 07:43:48 +00:00
pycell split PyCell and PyClassObject concepts (#3917) 2024-03-03 07:00:59 +00:00
pyclass split PyCell and PyClassObject concepts (#3917) 2024-03-03 07:00:59 +00:00
tests deprecate &PyModule as #[pymodule] argument type (#3936) 2024-03-08 00:28:11 +00:00
types add FromPyObjectBound trait for extracting &str without GIL Refs (#3928) 2024-03-08 07:43:48 +00:00
buffer.rs convert PyBuffer to Bound API (#3836) 2024-02-14 22:10:59 +00:00
callback.rs add as_ptr and into_ptr inherent methods 2023-08-11 10:49:42 +01:00
conversion.rs add FromPyObjectBound trait for extracting &str without GIL Refs (#3928) 2024-03-08 07:43:48 +00:00
coroutine.rs Use the new bound API instead of .as_ref(py) (#3853) 2024-02-18 00:09:56 +00:00
derive_utils.rs remove copyright headers from source files 2023-06-03 22:38:54 +01:00
exceptions.rs Use single-arg form of #[pymodule] function in docs and tests (#3899) 2024-02-28 22:36:50 +00:00
ffi_ptr_ext.rs seals PyAnyMethods and friends (#3909) 2024-02-28 19:36:55 +00:00
gil.rs docs: use lychee to check link URLs (#3941) 2024-03-08 14:10:47 +00:00
impl_.rs add experimental-async feature (#3931) 2024-03-06 00:54:45 +00:00
instance.rs add FromPyObjectBound trait for extracting &str without GIL Refs (#3928) 2024-03-08 07:43:48 +00:00
internal_tricks.rs support text_signature on #[new] 2023-05-04 07:15:11 +01:00
lib.rs docs: major rewrite for Bound API (#3906) 2024-03-10 15:51:51 +00:00
macros.rs Pymodule bound (#3897) 2024-02-27 19:19:52 +00:00
marker.rs deprecate from_borrowed_ptr methods (#3915) 2024-03-01 20:51:53 +00:00
marshal.rs deprecate PyDict::new constructor (#3823) 2024-02-11 23:55:56 +00:00
panic.rs safety: abort on uncaught panics 2022-08-14 13:47:46 +01:00
prelude.rs deprecate the use of PyCell in favor of Bound and Py (#3916) 2024-03-03 14:47:25 +00:00
py_result_ext.rs seals PyAnyMethods and friends (#3909) 2024-02-28 19:36:55 +00:00
pybacked.rs add PyBackedStr and PyBackedBytes (#3802) 2024-02-15 07:58:20 +00:00
pycell.rs deprecate the use of PyCell in favor of Bound and Py (#3916) 2024-03-03 14:47:25 +00:00
pyclass.rs deprecate the use of PyCell in favor of Bound and Py (#3916) 2024-03-03 14:47:25 +00:00
pyclass_init.rs split PyCell and PyClassObject concepts (#3917) 2024-03-03 07:00:59 +00:00
sealed.rs seals PyAnyMethods and friends (#3909) 2024-02-28 19:36:55 +00:00
sync.rs docs: major rewrite for Bound API (#3906) 2024-03-10 15:51:51 +00:00
test_utils.rs truncate leap seconds on chrono to datetime conversions 2023-09-24 20:28:43 +01:00
type_object.rs split PyCell and PyClassObject concepts (#3917) 2024-03-03 07:00:59 +00:00
version.rs