Skip to content

Commit 558c799

Browse files
committed
WIP
1 parent 49b39d7 commit 558c799

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.coveragerc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
[run]
2-
core = ctrace
32
plugins = Cython.Coverage
43
source = libzim

libzim/libzim.pyx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@
1717
# You should have received a copy of the GNU General Public License
1818
# along with this program. If not, see <http://www.gnu.org/licenses/>.
1919

20+
# cython: freethreading_compatible=False
21+
2022
# Make our libzim module a package by setting a __path__
2123
# There is no real path here, but it will be passed to our module finder.
2224
"""openZIM's file format library binding

0 commit comments

Comments
 (0)