What does ob_size reprensents in the structure of long integer?

后端 未结 0 1718
自闭症患者
自闭症患者 2020-12-15 03:14

The integer (long) type definition effectively looks like this (once the C macros are expanded):

struct _longobject {
  long ob_refcnt;
  PyTypeObject *ob_typ         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题