Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test_issue_1089: update wording regarding pypdfium2 #1270

Merged
merged 1 commit into from
Feb 2, 2025

Conversation

mara004
Copy link

@mara004 mara004 commented Feb 2, 2025

pypdfium2 doesn't actually "leak" file descriptors.
It's just that if the caller doesn't close the PdfDocument explicitly, we rely on garbage collection / finalization to do that, which may happen too late. Update the wording accordingly.

See also #1089 (comment) for background.

@jsvine jsvine changed the base branch from stable to develop February 2, 2025 16:15
@jsvine jsvine merged commit a77808a into jsvine:develop Feb 2, 2025
1 check passed
@jsvine
Copy link
Owner

jsvine commented Feb 2, 2025

Thanks for the clarification! Merged into develop.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants