Forked from
Reproducible Builds / diffoscope
Source project has a limited visibility.
-
Chris Lamb authored
They were being detected as PycFiles via FALLBACK_FILE_EXTENSION_SUFFIX, but this allowed (valid, it seems!) empty .pyc files to be processed by code that assumed that the file was non-empty. This patch continues to detect them as PycFiles but does not attempt in-depth parsing.
Chris Lamb authoredThey were being detected as PycFiles via FALLBACK_FILE_EXTENSION_SUFFIX, but this allowed (valid, it seems!) empty .pyc files to be processed by code that assumed that the file was non-empty. This patch continues to detect them as PycFiles but does not attempt in-depth parsing.