blob: 67fe53e3152203f13e000855977b046b201435bc (
plain)
1
2
3
4
5
6
7
8
9
|
diff --unified --recursive --text a/src/cyaccess.pyx b/src/cyaccess.pyx
--- a/src/cyaccess.pyx 2021-02-09 02:03:49.000000000 +0100
+++ b/src/cyaccess.pyx 2023-05-23 11:42:35.533862345 +0200
@@ -1,3 +1,5 @@
+#cython: language_level=3
+
cimport cython
from libcpp cimport bool
from libcpp.vector cimport vector
|