Lines Matching refs:Stable
25 Stable Application Binary Interface
33 To enable this, Python provides a *Stable ABI*: a set of symbols that will
34 remain compatible across Python 3.x versions. The Stable ABI contains symbols
39 and Stable ABI work the same way for all uses of the API – for example,
60 On Windows, extensions that use the Stable ABI should be linked against
66 It does not check if such extensions conform to a Stable ABI.
71 All functions in the Stable ABI are present as functions in Python's shared
104 code conforms to the Limited API or the Stable ABI. ``Py_LIMITED_API`` only
130 provided that the Stable ABI stays stable.
139 lower-level libraries and compiler options. For the purposes of the Stable ABI,
145 in a way that does not break the Stable ABI.