Skip to content

Commit

Permalink
bpo-41832: Restore note about NULL in PyType_Slot.pfunc (GH-23243)
Browse files Browse the repository at this point in the history
  • Loading branch information
shihai1991 authored Nov 14, 2020
1 parent 8836574 commit 2b39da4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Doc/c-api/type.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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``.

0 comments on commit 2b39da4

Please sign in to comment.