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, petdance, shihai1991, vstinner
Date 2020-04-15.01:38:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1586914729.93.0.820022452955.issue40170@roundup.psfhosted.org>
In-reply-to
Content
On python-dev, Ronald Oussoren asked to add support for the buffer protocol in PyType_FromSpec() and PyTypeSpec API:

Ronald:
> BTW. This will require growing the PyTypeSpec ABI a little, there are features you cannot implement using that API for example the buffer protocol.

https://mail.python.org/archives/list/python-dev@python.org/message/PGKRW7S2IUOWVRX6F7RT6VAWD3ZPUDYS/

See also PyType_FromSpec() issue with opaque PyObject:
https://bugs.python.org/issue39573#msg366473
History
Date User Action Args
2020-04-15 01:38:49vstinnersetrecipients: + vstinner, Michael.Felt, corona10, shihai1991, petdance
2020-04-15 01:38:49vstinnersetmessageid: <1586914729.93.0.820022452955.issue40170@roundup.psfhosted.org>
2020-04-15 01:38:49vstinnerlinkissue40170 messages
2020-04-15 01:38:49vstinnercreate