]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.12] gh-101291: Add versionadded directives for PyUnstable_Long_* (GH-125384) ...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sun, 13 Oct 2024 17:45:59 +0000 (19:45 +0200)
committerGitHub <noreply@github.com>
Sun, 13 Oct 2024 17:45:59 +0000 (17:45 +0000)
gh-101291: Add versionadded directives for PyUnstable_Long_* (GH-125384)
(cherry picked from commit c6d7b644c2425b397cfb641f336bea70eb8a329a)

Co-authored-by: Sergey B Kirpichev <skirpichev@gmail.com>
Doc/c-api/long.rst

index af86810c6b166bac4a5a7959a9e61f1f5452ab98..972d69a519451186619298808e43452ce9ebeaf2 100644 (file)
@@ -350,6 +350,9 @@ distinguished from a number.  Use :c:func:`PyErr_Occurred` to disambiguate.
    Exactly what values are considered compact is an implementation detail
    and is subject to change.
 
+   .. versionadded:: 3.12
+
+
 .. c:function:: Py_ssize_t PyUnstable_Long_CompactValue(const PyLongObject* op)
 
    If *op* is compact, as determined by :c:func:`PyUnstable_Long_IsCompact`,
@@ -357,3 +360,5 @@ distinguished from a number.  Use :c:func:`PyErr_Occurred` to disambiguate.
 
    Otherwise, the return value is undefined.
 
+   .. versionadded:: 3.12
+