Skip to content

Commit 28a9482

Browse files
ghtest.py temporary commit
1 parent 5b6acfb commit 28a9482

File tree

2 files changed

+12
-4
lines changed

2 files changed

+12
-4
lines changed

changes.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

scripts/test.py

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -162,10 +162,17 @@
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.]

0 commit comments

Comments
 (0)