You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The text was updated successfully, but these errors were encountered:
Keithcat1
changed the title
cpdef methods that don't return Python objects must have an except clause or the exception won't propagate
cpdef methods that return C types like Stream.get_file_position must have an except clause or the exception won't propagate
Mar 2, 2022
thank you. I would have noticed as soon as a test tries to handle exactly such a situation. I'll leave it open as a reminder until i can be sure to have fixed the corresponding methods.
https://cython.readthedocs.io/en/latest/src/userguide/language_basics.html#error-return-values[](https://cython.readthedocs.io/en/latest/src/userguide/language_basics.html#error-return-values)
The text was updated successfully, but these errors were encountered: