pyo3/newsfragments
bors[bot] 6281b47954
Merge #3004
3004: Unwrap dynamic error types when inner is simple `PyErr` r=davidhewitt,adamreichold,mejrs a=BlueGlassBlock

This is the first part of suggested improvements in #2998.

This change will make bubbled `PyErr` wrapped in `eyre::Report` / `anyhow::Error` bubble up unchanged, instead of being wrapped in a `PyRuntimeError`.

Co-authored-by: BlueGlassBlock <blueglassblock@outlook.com>
2023-05-09 06:18:33 +00:00
..
.gitignore
2980.added.md support text_signature on #[new] 2023-05-04 07:15:11 +01:00
2980.changed.md support text_signature on #[new] 2023-05-04 07:15:11 +01:00
3004.changed.md feat: unwrap dyn Err when inner is simple PyErr 2023-05-09 07:17:10 +01:00
3016.added.md
3036.fixed.md
3050.changed.md
3066.changed.md
3111.changed.md
3120.added.md fix: change to from_item_all 2023-04-26 19:47:07 +08:00
3131.changed.md Extend lifetime of GIL token associated with PyRef(Mut). 2023-05-01 20:57:08 +02:00
3141.added.md Add BaseExceptionGroup for Python >= 3.11 2023-05-07 15:08:43 -05:00