bpo-41832: Restore note about NULL in PyType_Slot.pfunc (GH-23243)
This commit is contained in:
parent
8836574a0f
commit
2b39da4997
|
@ -265,3 +265,5 @@ The following functions and structs are used to create
|
|||
|
||||
The desired value of the slot. In most cases, this is a pointer
|
||||
to a function.
|
||||
|
||||
Slots other than ``Py_tp_doc`` may not be ``NULL``.
|
||||
|
|
Loading…
Reference in New Issue