python-gssapi icon indicating copy to clipboard operation
python-gssapi copied to clipboard

plans to support build with Limited C API

Open stanislavlevin opened this issue 2 months ago • 3 comments

Extensions built with a specific Limited API version can be compiled once and will be compatible with any newer interpreter of the same major version.

https://docs.python.org/3/c-api/stable.html https://peps.python.org/pep-0652/#stable-abi-vs-limited-api https://cython.readthedocs.io/en/latest/src/userguide/limited_api.html

Are there any plans to support build with Limited C API?

stanislavlevin avatar Nov 21 '25 10:11 stanislavlevin