Skip to content

Commit 8408520

Browse files
committed
tests::c_test_sig_on_cython: should not be noexcept
1 parent 415d080 commit 8408520

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cysignals/tests.pyx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ def test_sig_str(long delay=DEFAULT_DELAY):
254254
signal_after_delay(SIGABRT, delay)
255255
infinite_loop()
256256

257-
cdef c_test_sig_on_cython() noexcept:
257+
cdef c_test_sig_on_cython():
258258
sig_on()
259259
infinite_loop()
260260

0 commit comments

Comments
 (0)