pyo3/newsfragments
Icxolu 63ba371db0
added various std traits for `PyBackedStr` and `PyBackedBytes` (#4020)
* added various std traits for `PyBackedStr` and `PyBackedBytes`

* add newsfragment

* add tests
2024-04-01 07:10:40 +00:00
..
.gitignore use towncrier to generate CHANGELOG 2022-09-08 07:58:53 +01:00
3995.fixed.md handle `#[pyo3(from_py_with = "")]` in `#[setter]` methods (#3995) 2024-03-26 18:53:11 +00:00
3998.changed.md use `extract_argument` for `#[setter]` extraction (#3998) 2024-03-27 15:41:04 +00:00
3998.fixed.md use `extract_argument` for `#[setter]` extraction (#3998) 2024-03-27 15:41:04 +00:00
4007.fixed.md implement `Send` and `Sync` for `PyBackedStr` and `PyBackedBytes` (#4007) 2024-03-29 11:28:42 +00:00
4009.fixed.md refactor to remove add_to_module functions from generated code (#4009) 2024-03-29 11:54:33 +00:00
4012.fixed.md Fixed error string when failing to import an exception (#4012) 2024-03-29 15:49:50 +00:00
4015.fixed.md async method should allow args not only receiver (#4015) 2024-03-30 08:48:19 +00:00
4020.added.md added various std traits for `PyBackedStr` and `PyBackedBytes` (#4020) 2024-04-01 07:10:40 +00:00
4024.changed.md add `#[inline]` hints on many `Bound` and `Borrowed` methods (#4024) 2024-03-30 22:10:21 +00:00
4027.added.md add `import_exception_bound!` macro (#4027) 2024-03-31 19:55:31 +00:00