This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients Michael.Felt, corona10, erlendaasland, miss-islington, rhettinger, ronaldoussoren, shihai1991, vstinner
Date 2022-01-27.01:16:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1643246216.19.0.288874635278.issue40170@roundup.psfhosted.org>
In-reply-to
Content
In the top 5000 PyPI projects, the _PyObject_SIZE() and _PyObject_VAR_SIZE() functions are used by 7 projects:

* Cython-0.29.26
* frozendict-2.2.0: implement "sizeof" function, found in copies of Objects/dictobject.c file
* JPype1-1.3.0
* numpy-1.22.1: gentype_alloc() in numpy/core/src/multiarray/scalartypes.c.src, used as type tp_alloc functions
* pickle5-0.0.12
* pyobjc-core-8.2
* recordclass-0.17.1
History
Date User Action Args
2022-01-27 01:16:56vstinnersetrecipients: + vstinner, rhettinger, ronaldoussoren, Michael.Felt, corona10, miss-islington, shihai1991, erlendaasland
2022-01-27 01:16:56vstinnersetmessageid: <1643246216.19.0.288874635278.issue40170@roundup.psfhosted.org>
2022-01-27 01:16:56vstinnerlinkissue40170 messages
2022-01-27 01:16:56vstinnercreate