Skip to content

Commit 036fc9a

Browse files
committed
cython warnings: disable performance hints in tests.pyx
1 parent 459eeb9 commit 036fc9a

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
@@ -1,4 +1,4 @@
1-
# cython: preliminary_late_includes_cy28=True
1+
# cython: preliminary_late_includes_cy28=True, show_performance_hints=False
22
"""
33
Test interrupt and signal handling
44

0 commit comments

Comments
 (0)