mirror of
https://github.com/python/cpython.git
synced 2026-06-28 03:41:13 +00:00
Docs: Fix incomplete sentence in tp_itemsize documentation (GH-152381)
This commit is contained in:
parent
109c59e25f
commit
0a21a248cc
1 changed files with 1 additions and 1 deletions
|
|
@ -639,7 +639,7 @@ but need extra remarks for use as slots:
|
|||
in the following situations:
|
||||
|
||||
- The base is not variable-sized (its
|
||||
:c:member:`~PyTypeObject.tp_itemsize`).
|
||||
:c:member:`~PyTypeObject.tp_itemsize` is zero).
|
||||
- The requested :c:member:`PyType_Spec.basicsize` is positive,
|
||||
suggesting that the memory layout of the base class is known.
|
||||
- The requested :c:member:`PyType_Spec.basicsize` is zero,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue