Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
apply petr's comment
  • Loading branch information
shihai1991 committed Nov 4, 2020
commit d0aafe3829aa663e3496831992d61ccc6bd54183
5 changes: 4 additions & 1 deletion Doc/c-api/type.rst
Original file line number Diff line number Diff line change
Expand Up @@ -260,4 +260,7 @@ 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.

May not be ``NULL``.
.. versionchanged:: 3.10

The ``Py_tp_doc`` slot now can accepts ``NULL`` value.
Previously, the slot may not be ``NULL``.
Comment thread
shihai1991 marked this conversation as resolved.
Outdated