@@ -174,7 +174,7 @@ Unstable C API
174174
175175The unstable C API tier is meant for extensions that need tight integration
176176with the interpreter, like debuggers and JIT compilers.
177- Users of this tier may need to change their code with every minor release.
177+ Users of this tier may need to change their code with every feature release.
178178
179179In many ways, this tier is like the general C API:
180180
@@ -189,7 +189,7 @@ The differences are:
189189
190190- Names of functions structs, macros, etc. start with the ``PyUnstable_ ``
191191 prefix. This defines what's in the unstable tier.
192- - The unstable API can change in minor versions , without any deprecation
192+ - The unstable API can change in feature releases , without any deprecation
193193 period.
194194- A stability note appears in the docs.
195195 This happens automatically, based on the name
@@ -198,7 +198,7 @@ The differences are:
198198Despite being “unstable”, there are rules to make sure third-party code can
199199use this API reliably:
200200
201- * Changes and removals can be done in minor releases
201+ * Changes and removals can be done in feature releases
202202 (:samp: `3.{ x } .0 `, including Alphas and Betas for :samp: `3.{ x } .0 `).
203203* Adding a new unstable API *for an existing feature * is allowed even after
204204 Beta feature freeze, up until the first Release Candidate.
0 commit comments