Commit 1d966e9
authored
### Rationale for this change
See #40386, these changes are necessary for compatibility with Cython 3.0.9
### What changes are included in this PR?
This PR removes unnecessary `noexcept` clauses.
### Are these changes tested?
Covered by existing builds.
### Are there any user-facing changes?
No.
* GitHub Issue: #40386
Authored-by: Vyas Ramasubramani <vyasr@nvidia.com>
Signed-off-by: Felipe Oliveira Carvalho <felipekde@gmail.com>
1 parent 96f26a8 commit 1d966e9
1 file changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5462 | 5462 | | |
5463 | 5463 | | |
5464 | 5464 | | |
5465 | | - | |
| 5465 | + | |
5466 | 5466 | | |
5467 | 5467 | | |
5468 | 5468 | | |
| |||
5481 | 5481 | | |
5482 | 5482 | | |
5483 | 5483 | | |
5484 | | - | |
| 5484 | + | |
5485 | 5485 | | |
5486 | 5486 | | |
5487 | 5487 | | |
| |||
5500 | 5500 | | |
5501 | 5501 | | |
5502 | 5502 | | |
5503 | | - | |
| 5503 | + | |
5504 | 5504 | | |
5505 | 5505 | | |
5506 | 5506 | | |
| |||
0 commit comments