Hugo van Kemenade
Hugo van Kemenade
> Thanks for fixing @radarhere! I see this has shipped with 11.0.0 and it works perfectly. Good to hear! > Are there any plans to backport to the 10.x release...
We have this at https://pillow.readthedocs.io/en/stable/releasenotes/index.html: > Please use the latest version of Pillow. Functionality and security fixes should not be expected to be backported to earlier versions.
Interesting that I can reproduce it with Python 3.9, 3.11 and 3.12: ```pycon Python 3.9.13 (v3.9.13:6de2ca5339, May 17 2022, 11:37:23) [Clang 13.0.0 (clang-1300.0.29.30)] on darwin Type "help", "copyright", "credits" or...
Thanks for opening this issue! As some background, the [acceptance of PEP 703](https://discuss.python.org/t/pep-703-making-the-global-interpreter-lock-optional-in-cpython-acceptance/37075) lays out the three phases for disabling the GIL. Python 3.13 is the first in the experimental...
Please see PR https://github.com/python-pillow/Pillow/pull/8200 to set up CI for free-threading.
I'm working on this today with @lysnikolaou at the EuroPython sprints. It would help the ecosystem if we also upload nightly wheels so others can test the current code without...
We're pretty much all set for Tuesday's release, pending any normal last-minute merges. The final Python 3.13 release was [delayed by 6 days](https://discuss.python.org/t/incremental-gc-and-pushing-back-the-3-13-0-release/65285) but went out [successfully on 2024-10-07](https://discuss.python.org/t/python-3-13-0-final-has-been-released/66972). We...
Release started, wheels building: https://github.com/python-pillow/Pillow/actions/runs/11340141751
The upload job failed because something didn't recognise the new licence (https://github.com/python-pillow/Pillow/pull/8460) yet: ``` WARNING Error during upload. Retry with the --verbose option for more details. ERROR HTTPError: 400 Bad...
Looks like we need https://github.com/pypi/warehouse/pull/16884 merged and deployed to PyPI. I've left a comment there.