ietf-tools / xml2rfc

Generate RFCs and IETF drafts from document source in XML according to the IETF xml2rfc v2 and v3 vocabularies
https://ietf-tools.github.io/xml2rfc/
BSD 3-Clause "New" or "Revised" License
63 stars 35 forks source link

test: Fix recursion issue in walkpdf #1112

Closed kesara closed 4 months ago

kesara commented 4 months ago

This fixes the recursion issue in walkpdf introduced by PyPDF==4.1.0.

This fix is based @pubpub-zz's suggestion in https://github.com/py-pdf/pypdf/issues/2508#issuecomment-1986371461

Fixes #1111