Commit 60da939
Mark our Cython
This is called from C++ code that doesn't know how to propagate a Python
exception if one should occur. Tell Cython not to allow an exception to
escape from this function, and to instead print and discard one if it
should occur.
Signed-off-by: Matt Wozniski <mwozniski@bloomberg.net>logging handler as noexcept
1 parent 4ddd2dc commit 60da939
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
90 | | - | |
| 90 | + | |
91 | 91 | | |
92 | 92 | | |
93 | 93 | | |
| |||
0 commit comments