diff --git a/Doc/c-api/stable.rst b/Doc/c-api/stable.rst index 63a100a6f26f24..c7b86e1d257c5d 100644 --- a/Doc/c-api/stable.rst +++ b/Doc/c-api/stable.rst @@ -46,6 +46,9 @@ details, and may change in every minor release (e.g. from 3.9 to 3.10) without any deprecation warnings. However, it will not change in a bugfix release (e.g. from 3.10.0 to 3.10.1). +The ``PyUnstable`` prefix should be used for all symbols (functions, macros, +variables, etc.). + It is generally intended for specialized, low-level tools like debuggers. Projects that use this API are expected to follow