We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49b39d7 commit 558c799Copy full SHA for 558c799
.coveragerc
@@ -1,4 +1,3 @@
1
[run]
2
-core = ctrace
3
plugins = Cython.Coverage
4
source = libzim
libzim/libzim.pyx
@@ -17,6 +17,8 @@
17
# You should have received a copy of the GNU General Public License
18
# along with this program. If not, see <http://www.gnu.org/licenses/>.
19
20
+# cython: freethreading_compatible=False
21
+
22
# Make our libzim module a package by setting a __path__
23
# There is no real path here, but it will be passed to our module finder.
24
"""openZIM's file format library binding
0 commit comments