mirror of
https://github.com/lief-project/LIEF
synced 2026-06-08 15:30:44 +00:00
5c43eadcd1
By default, LIEF's logger uses `stderr` to emit log messages which is not catchable in Python. This commit makes use of `sys.stderr` for the Python bindings.