Skip to content

Commit b8f1699

Browse files
committed
Indicate that we need the GIL to run libzim module in general
1 parent 49b39d7 commit b8f1699

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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: gil=require
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)