-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Labels
theme: implementation flawsproblems with the implementation of specific APIsproblems with the implementation of specific APIs
Description
The meaning of a type's Py_SIZE (ob_size) depends entirely on the type. The interpreter generally sets it on allocation, but can't rely on the value afterwards.
Py_SIZEis not different from other instance data and doesn't really need special treatment- The interpreter doesn't know the size of a
PyVarObjectinstance
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
theme: implementation flawsproblems with the implementation of specific APIsproblems with the implementation of specific APIs