Commit 7fa3e42
committed
Fix: Remove
Cython warns that `noexcept` is ignored for functions returning Python
objects. This patch removes the one instance where we have a
`noexcept` on a Cython function that returns a Python object.
Signed-off-by: Patrick M. Niedzielski <[email protected]>noexcept clause from _log_callback
1 parent ddcaf6a commit 7fa3e42
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
61 | | - | |
| 61 | + | |
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
| |||
0 commit comments