Skip to content

Release v3.3.11

Choose a tag to compare

@rrthomas rrthomas released this 07 Jul 11:21
· 40 commits to main since this release

This release fixes some file object leaks.

This had no impact on normal use in most cases, except in extractres where it would be theoretically possible to exhaust the file descriptor table if many different resources were present in a PostScript file.

However, it showed up when running the tests with Python warnings enabled.

The test setup has been fixed to run with -Wdefault.