JuliaPy / PythonCall.jl

Python and Julia in harmony.
https://juliapy.github.io/PythonCall.jl/stable/
MIT License
776 stars 63 forks source link

Adhere to CPython's Stable ABI #393

Open cjdoris opened 11 months ago

cjdoris commented 11 months ago
  1. Identify which bits of PythonCall only depend on the Stable ABI and which bits depend on internals.
  2. Work towards only using the Stable ABI.