File tree Expand file tree Collapse file tree 2 files changed +12
-4
lines changed Expand file tree Collapse file tree 2 files changed +12
-4
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ Change Log
88
99 * **Fixed** `4699 <https://github.com/pymupdf/PyMuPDF/issues/4699>`_: cannot find ExtGState resource
1010 * **Fixed** `4712 <https://github.com/pymupdf/PyMuPDF/issues/4712>`_: Crash with "corrupted double-linked list"
11+ * **Fixed** `4720 <https://github.com/pymupdf/PyMuPDF/issues/4720>`_: Memory leaking in rewrite_images?
1112 * **Fixed** `4742 <https://github.com/pymupdf/PyMuPDF/issues/4742>`_: 'Rect' object has no attribute 'get_area'
1213 * **Fixed** `4746 <https://github.com/pymupdf/PyMuPDF/issues/4746>`_: Document.__init__() got an unexpected keyword argument 'encoding'
1314
Original file line number Diff line number Diff line change 162162 --graal
163163 Use graal - run inside a Graal VM instead of a Python venv.
164164
165- As of 2025-08-04 we:
166- * Clone the latest pyenv and build it.
167- * Use pyenv to install graalpy.
168- * Use graalpy to create venv.
165+ As of 2025-08-04, if specified:
166+ * We assert-fail if cibw and non-cibw commands are specified.
167+ * If `cibw` is specified:
168+ * We use a conventional venv.
169+ * We set CIBW_ENABLE=graalpy.
170+ * We set CIBW_BUILD = 'gp*'.
171+ * Otherwise:
172+ * We don't create a conventional venv.
173+ * Clone the latest pyenv and build it.
174+ * Use pyenv to install graalpy.
175+ * Use graalpy to create venv.
169176
170177 [After the first time, suggest `-v 1` to avoid delay from
171178 updating/building pyenv and recreating the graal venv.]
You can’t perform that action at this time.
0 commit comments