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 b8f1699Copy full SHA for b8f1699
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: gil=require
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