mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
Python 3.14.0a2
This commit is contained in:
parent
4d771977b1
commit
add43c3420
184 changed files with 2085 additions and 618 deletions
|
@ -590,7 +590,7 @@ distinguished from a number. Use :c:func:`PyErr_Occurred` to disambiguate.
|
|||
return ``1`` when it's positive and ``0`` otherwise. Else set an
|
||||
exception and return ``-1``.
|
||||
|
||||
.. versionadded:: next
|
||||
.. versionadded:: 3.14
|
||||
|
||||
|
||||
.. c:function:: int PyLong_IsNegative(PyObject *obj)
|
||||
|
@ -601,7 +601,7 @@ distinguished from a number. Use :c:func:`PyErr_Occurred` to disambiguate.
|
|||
return ``1`` when it's negative and ``0`` otherwise. Else set an
|
||||
exception and return ``-1``.
|
||||
|
||||
.. versionadded:: next
|
||||
.. versionadded:: 3.14
|
||||
|
||||
|
||||
.. c:function:: int PyLong_IsZero(PyObject *obj)
|
||||
|
@ -612,7 +612,7 @@ distinguished from a number. Use :c:func:`PyErr_Occurred` to disambiguate.
|
|||
return ``1`` when it's zero and ``0`` otherwise. Else set an
|
||||
exception and return ``-1``.
|
||||
|
||||
.. versionadded:: next
|
||||
.. versionadded:: 3.14
|
||||
|
||||
|
||||
.. c:function:: PyObject* PyLong_GetInfo(void)
|
||||
|
|
|
@ -597,5 +597,5 @@ Object Protocol
|
|||
This function is intended to be used soon after *obj* is created,
|
||||
by the code that creates it.
|
||||
|
||||
.. versionadded:: next
|
||||
.. versionadded:: 3.14
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue