We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8bdf737 commit fd1c58fCopy full SHA for fd1c58f
developer-workflow/c-api.rst
@@ -217,6 +217,8 @@ Moving an API from the public tier to Unstable
217
----------------------------------------------
218
219
* Expose the API under its new name, with the ``PyUnstable_`` prefix.
220
+ The ``PyUnstable_`` prefix must be used for all symbols (functions, macros,
221
+ variables, etc.).
222
* Make the old name an alias (e.g. a ``static inline`` function calling the
223
new function).
224
* Deprecate the old name, typically using :c:macro:`Py_DEPRECATED`.
0 commit comments