Julian Smith
Julian Smith
@mjg Thanks for taking the trouble to submit this PR. I've just verified that is has fixed the failure of the Github action "Test mupdf release branch".
I cannot reproduce this with the current version, PyMuPDF-1.24.1. What version of PyMuPDF are you using?
There have been quite a few improvements to memory handling since 1.23.4 and so it would be worth retrying with the latest version, 1.24.1.
Fixed in 1.24.0.
Fixed in 1.24.3.
Fixed in 1.24.3.
It looks like whoever is creating that mingw package is building only the old (classic) implementation of PyMuPDF. Since version 1.23.9 it will build as `fitz_old`, as you've noticed, and...
I might be able to take a look at building for mingw, though i don't have that much time available so it might take a while. Could you tell me...
Thanks. I already have cygwin installed, can msys2 coexist with it? I wouldn't want to mess up the cygwin installation.
I've managed to get a MuPDF shared library build working in my tree, but cannot build PyMuPDF. This is because unfortunately on msys2 the `libclang` Python package (a Python interface...