mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
bpo-41832: Restore note about NULL in PyType_Slot.pfunc (GH-23243)
This commit is contained in:
parent
8836574a0f
commit
2b39da4997
1 changed files with 2 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue