mirror of
https://github.com/python/cpython.git
synced 2025-12-23 09:19:18 +00:00
Add the Py_Is(x, y) function to test if the 'x' object is the 'y' object, the same as "x is y" in Python. Add also the Py_IsNone(), Py_IsTrue(), Py_IsFalse() functions to test if an object is, respectively, the None singleton, the True singleton or the False singleton. |
||
|---|---|---|
| .. | ||
| 2021-04-06-20-52-44.bpo-43753.xUsHp1.rst | ||
| README.rst | ||
Put news entry `blurb`_ files for the *C API* section in this directory. .. _blurb: https://pypi.org/project/blurb/