Commit 9456281
authored
refactor: drop redundant
## Description
Drops the `exc_info` parameter from the backend exception wrapper. I
don't recall why we had this originally - possibly for Python 2 compat?
## Changelog
<!-- All PRs should include a changelog fragment in docs/changelog/ -->
- [x] Added changelog fragment: `docs/changelog/<pr_number>.<type>.rst`
- Types: `feature`, `bugfix`, `doc`, `removal`, `misc`
- Example: `123.feature.rst` containing `` Add custom backend support -
by :user:`yourname` ``
## Checklist
- [x] Tests pass locally (`tox`)
- [x] Code follows project style (`tox -e fix`)
- [x] Type checks pass (`tox -e type`)
- [x] Documentation builds (`tox -e docs`)exc_info parameter from backend exception wrapper (#1161)1 parent 3e7a445 commit 9456281
5 files changed
Lines changed: 9 additions & 25 deletions
File tree
- docs/changelog
- src/build
- tests
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
297 | 297 | | |
298 | 298 | | |
299 | 299 | | |
300 | | - | |
301 | | - | |
302 | | - | |
303 | | - | |
304 | | - | |
| 300 | + | |
| 301 | + | |
| 302 | + | |
305 | 303 | | |
306 | 304 | | |
307 | 305 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
409 | 409 | | |
410 | 410 | | |
411 | 411 | | |
412 | | - | |
413 | | - | |
414 | | - | |
415 | | - | |
416 | | - | |
| 412 | + | |
417 | 413 | | |
418 | 414 | | |
419 | 415 | | |
420 | | - | |
| 416 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
9 | 8 | | |
10 | 9 | | |
11 | 10 | | |
| |||
23 | 22 | | |
24 | 23 | | |
25 | 24 | | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | 25 | | |
32 | 26 | | |
33 | 27 | | |
34 | | - | |
35 | 28 | | |
36 | 29 | | |
37 | 30 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
862 | 862 | | |
863 | 863 | | |
864 | 864 | | |
865 | | - | |
866 | | - | |
867 | | - | |
868 | | - | |
869 | | - | |
870 | | - | |
871 | 865 | | |
872 | | - | |
| 866 | + | |
| 867 | + | |
| 868 | + | |
873 | 869 | | |
874 | 870 | | |
875 | 871 | | |
| |||
0 commit comments