Bryan Sutula
Bryan Sutula
When parsing a common spec file, tzdata.spec available [here](https://github.com/mjvm/pyrpm/files/7358631/tzdata.spec.txt), I get a crash as follows: >>> from pyrpm.spec import Spec, replace_macros >>> spec = Spec.from_file("tzdata.spec") Traceback (most recent call last):...
During regular use of pdfminer, we ran across a file, [issue-149.pdf](https://archive.softwareheritage.org/swh:1:cnt:9a2f8a88c28c0db20eeae6f7d3556cd1eae675ac), that results in a Python RecursionError. The test case is: > pdf2txt.py issue-149.pdf The stderr output is attached to...