JonathanSalwan / Triton

Triton is a dynamic binary analysis library. Build your own program analysis tools, automate your reverse engineering, perform software verification or just emulate code.
https://triton-library.github.io
Apache License 2.0
3.4k stars 524 forks source link

Consider switching to using `Py_LIMITED_API` #1276

Open mrexodia opened 10 months ago

mrexodia commented 10 months ago

This allows you to build a single python wheel for all versions of python.

Reference: https://docs.python.org/3/c-api/stable.html Example workflow: https://github.com/icicle-emu/icicle-python/blob/main/.github/workflows/CI.yml