Andrew Murray
Andrew Murray
Memory leak bugs when a new reference is only passed to a non-stealing API (static analyzer reports)
Would you be able to collect any more of these into a single issue?
Memory leak bugs when a new reference is only passed to a non-stealing API (static analyzer reports)
Would you mind providing some detail on how you ran the static analyzer? What tool did you use specifically?
Okay. What would you think about this? Feel free to tell me that I should just live with the current behaviour. ``` diff --git a/imageoptim/ImageOptimController.m b/imageoptim/ImageOptimController.m index a41e1ef..be09c5e 100644 ---...
Here's my next attempt. The standard way to hide a window is `orderOut`, but experimenting doesn't hide the window on load. I could set the window to not be visible...
Hi. 'New Mach-O header is too large to relocate' has returned to Pillow again in https://github.com/python-pillow/Pillow/issues/7250, with the release of libwebp 1.3.1. Perhaps interestingly, the error also only occurs for...
Regarding the original image, it is an RGB image. ```python from PIL import Image AB = Image.open("391.jpg") print(AB.mode) # RGB ``` If you try to apply `fromarray()` to this using...
@clairem-sl PyPy3.9 has now been [released](https://www.pypy.org/posts/2022/12/pypy-v7310-release.html). #6782 has added Pillow wheels for Windows, and https://github.com/python-pillow/pillow-wheels/pull/349 is in progress to add Pillow wheels for macOS and Linux.
In your original issue, you reported that this was [fixed.](https://github.com/silx-kit/fabio/issues/458#issuecomment-1342738354) Any info on how you did that?
`(b'II', 32803, (1,), 1, (16,), ())` also covers one of the files in #6482, so I'm going to close this as part of that.
BGR;32 was removed in #7010