Georg Brandl
|
c489809938
|
Py/PyAny: deprecate cast_as() in favor of downcast()
They are (practically) identical on PyAny, and `downcast()` is the more
useful name.
|
2022-11-18 07:00:40 +01:00 |
Adam Reichold
|
74e93a2c29
|
Add benchmark highlighting the costs of failed calls to FromPyObject::extract.
|
2022-04-10 13:04:27 +02:00 |
mejrs
|
6f1cf1b662
|
Add more lints
|
2022-03-23 08:07:28 +01:00 |
David Hewitt
|
492b7e4c0f
|
macros: optimize generated code for #[derive(FromPyObject)]
|
2021-12-22 08:34:05 +00:00 |
David Hewitt
|
ff6fb5dcc2
|
benches: add bench_frompyobject
|
2021-12-22 00:27:13 +00:00 |