David Hewitt
|
7d486bb72a
|
tests/common.rs -> src/tests/common.rs
|
2023-09-24 13:34:53 +01:00 |
mejrs
|
984fdf57c7
|
Use Python:;with_gil in tests
|
2022-07-19 19:34:23 +02:00 |
mejrs
|
6f1cf1b662
|
Add more lints
|
2022-03-23 08:07:28 +01:00 |
Alex Gaynor
|
69655454c1
|
Added an as_bytes method for Py<PyBytes>
This allows for obtaining a slice that's not lexically bound to the GIL which can be helpful to avoid copying.
|
2022-03-19 13:28:06 -04:00 |
David Hewitt
|
6433d884fc
|
dev: remove self dev dependency
|
2021-12-08 07:48:58 +00:00 |
messense
|
b5b9a480cd
|
Add `wrap_pyfunction` macro to prelude
|
2021-06-24 22:34:55 +08:00 |
Sebastian Pütz
|
3214249010
|
Make python function wrapper creation fallible.
Wrapping a function can fail if we can't get the module name.
Based on suggestion by @kngwyu
|
2020-09-03 15:48:32 +02:00 |
David Hewitt
|
2813d2e6c9
|
Add conversion table to guide
|
2020-05-19 22:22:38 +01:00 |
Alexander Niederbühl
|
69cbf1a494
|
Remove test_get_pybytes
|
2019-10-20 15:12:17 +02:00 |
Alexander Niederbühl
|
b0925e1109
|
Add conversion traits for PyBytes
|
2019-10-20 14:42:12 +02:00 |