Sindbad~EG File Manager

Current Path : /proc/3215834/root/usr/src/Python-3.12.7/Doc/c-api/
Upload File :
Current File : //proc/3215834/root/usr/src/Python-3.12.7/Doc/c-api/none.rst

.. highlight:: c

.. _noneobject:

The ``None`` Object
-------------------

.. index:: pair: object; None

Note that the :c:type:`PyTypeObject` for ``None`` is not directly exposed in the
Python/C API.  Since ``None`` is a singleton, testing for object identity (using
``==`` in C) is sufficient. There is no :c:func:`!PyNone_Check` function for the
same reason.


.. c:var:: PyObject* Py_None

   The Python ``None`` object, denoting lack of value.  This object has no methods
   and is `immortal <https://peps.python.org/pep-0683/>`_.

.. versionchanged:: 3.12
   :c:data:`Py_None` is immortal.

.. c:macro:: Py_RETURN_NONE

   Return :c:data:`Py_None` from a function.

Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists