ROB: Cope with garbage collector during cloning#1841
ROB: Cope with garbage collector during cloning#1841MartinThoma merged 3 commits intopy-pdf:mainfrom
Conversation
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## main #1841 +/- ##
=======================================
Coverage 93.87% 93.88%
=======================================
Files 33 33
Lines 7009 7010 +1
Branches 1394 1394
=======================================
+ Hits 6580 6581 +1
Misses 276 276
Partials 153 153
☔ View full report in Codecov by Sentry. |
|
+1 |
|
oups forgot to say all Yours!🤣 |
|
I'm still uncertain about the |
|
if you prefer another magic number, I have no preference. |
|
you may prefer this proposal🙂🙂 |
|
+1? |
|
@pubpub-zz I've decided to simply trust you on this one 😄 I don't understand what this does / how this is fixing the issue, but you have proven to know a lot about pypdf + PDF specs. Hence I feel comfortable with merging it 🤗 |
## What's new ### New Features (ENH) - Accelerate image list keys generation (#2014) - Use `cryptography` for encryption/decryption as a fallback for PyCryptodome (#2000) - Extract LaTeX characters (#2016) - ASCIIHexDecode.decode now returns bytes instead of str (#1994) ### Bug Fixes (BUG) - Add RunLengthDecode filter (#2012) - Process /Separation ColorSpace (#2007) - Handle single element ColorSpace list (#2026) - Process lookup decoded as TextStringObjects (#2008) ### Robustness (ROB) - Cope with garbage collector during cloning (#1841) ### Maintenance (MAINT) - Cleanup of annotations (#1745) [Full Changelog](3.13.0...3.14.0)
This reverts commit 8188553.
fixes #1788