pyo3/pyo3-benches/benches
David Hewitt 8a12970c96
update `extract_argument` to use Bound APIs (#3708)
* update `extract_argument` to use `Bound` APIs

* tidy up borrow in macros expression

* update `trybuild` output

* more concise form for `DowncastError::new`

Co-authored-by: Lily Foote <code@lilyf.org>

* use `Borrowed` instead of newtype

* use `Borrowed::from_ptr` methods in extract_argument

* update UI tests

* avoid double-negative `#[cfg]` clauses

Co-authored-by: Lily Foote <code@lilyf.org>

* review: LilyFoote, Icxolu feedback

---------

Co-authored-by: Lily Foote <code@lilyf.org>
2024-02-28 19:36:20 +00:00
..
bench_any.rs deprecate `PyDict::new` constructor (#3823) 2024-02-11 23:55:56 +00:00
bench_bigint.rs deprecate `PyDict::new` constructor (#3823) 2024-02-11 23:55:56 +00:00
bench_call.rs add `PyModule::new_bound` and `PyModule::import_bound` (#3775) 2024-02-22 09:35:47 +00:00
bench_comparisons.rs update `extract_argument` to use Bound APIs (#3708) 2024-02-28 19:36:20 +00:00
bench_decimal.rs deprecate `PyDict::new` constructor (#3823) 2024-02-11 23:55:56 +00:00
bench_dict.rs ci: disable some benchmarks volatile on codspeed (#3861) 2024-02-19 22:40:08 +00:00
bench_err.rs add codspeed benchmarks 2023-10-19 21:36:05 +01:00
bench_extract.rs ci: disable some benchmarks volatile on codspeed (#3861) 2024-02-19 22:40:08 +00:00
bench_frompyobject.rs ci: disable some benchmarks volatile on codspeed (#3861) 2024-02-19 22:40:08 +00:00
bench_gil.rs Revert "Merge pull request #3578 from davidhewitt/typed-helpers" 2024-02-03 20:56:23 +00:00
bench_intern.rs add `PyModule::new_bound` and `PyModule::import_bound` (#3775) 2024-02-22 09:35:47 +00:00
bench_list.rs ci: disable some benchmarks volatile on codspeed (#3861) 2024-02-19 22:40:08 +00:00
bench_pyclass.rs add codspeed benchmarks 2023-10-19 21:36:05 +01:00
bench_pyobject.rs Revert "Merge pull request #3578 from davidhewitt/typed-helpers" 2024-02-03 20:56:23 +00:00
bench_set.rs update set benchmarks 2024-01-17 10:49:21 +00:00
bench_tuple.rs ci: disable some benchmarks volatile on codspeed (#3861) 2024-02-19 22:40:08 +00:00