mirror of
https://github.com/lief-project/LIEF
synced 2026-06-08 15:30:44 +00:00
a2484a43b3
Ensure Python binding thread-safety on methods that mutate the underlying binary. Note: this coverage is not exhaustive but bootstrap the support for free-threaded Python builds. resolve #1255