We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04f35f1 commit cdffd74Copy full SHA for cdffd74
Doc/c-api/allocation.rst
@@ -58,6 +58,19 @@ Allocating Objects on the Heap
58
use :c:func:`PyObject_GC_NewVar` instead.
59
60
61
+.. c:var:: PyObject _Py_NoneStruct
62
+
63
+ Object which is visible in Python as ``None``. This should only be accessed
64
+ using the :c:macro:`Py_None` macro, which evaluates to a pointer to this
65
+ object.
66
67
68
+.. seealso::
69
70
+ :ref:`moduleobjects`
71
+ To allocate and create extension modules.
72
73
74
Deprecated aliases
75
^^^^^^^^^^^^^^^^^^
76
0 commit comments