From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Sun, 13 Oct 2024 17:44:50 +0000 (+0200) Subject: [3.13] gh-101291: Add versionadded directives for PyUnstable_Long_* (GH-125384) ... X-Git-Tag: v3.13.1~311 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=cff627a27dc5126ecb4113fc3fe7e444f410ba99;p=thirdparty%2FPython%2Fcpython.git [3.13] gh-101291: Add versionadded directives for PyUnstable_Long_* (GH-125384) (#125407) gh-101291: Add versionadded directives for PyUnstable_Long_* (GH-125384) (cherry picked from commit c6d7b644c2425b397cfb641f336bea70eb8a329a) Co-authored-by: Sergey B Kirpichev --- diff --git a/Doc/c-api/long.rst b/Doc/c-api/long.rst index c9e277680aba..638be61c5b80 100644 --- a/Doc/c-api/long.rst +++ b/Doc/c-api/long.rst @@ -538,6 +538,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`, @@ -545,3 +548,5 @@ distinguished from a number. Use :c:func:`PyErr_Occurred` to disambiguate. Otherwise, the return value is undefined. + .. versionadded:: 3.12 +