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 serhiy.storchaka
Recipients christian.heimes, petr.viktorin, serhiy.storchaka, vstinner
Date 2021-10-13.12:11:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1634127085.87.0.407553248019.issue45459@roundup.psfhosted.org>
In-reply-to
Content
ndim is not known before calling PyObject_GetBuffer(), so we will need a new API which combines PyObject_GetBuffer() and PyBuffer_New().
History
Date User Action Args
2021-10-13 12:11:25serhiy.storchakasetrecipients: + serhiy.storchaka, vstinner, christian.heimes, petr.viktorin
2021-10-13 12:11:25serhiy.storchakasetmessageid: <1634127085.87.0.407553248019.issue45459@roundup.psfhosted.org>
2021-10-13 12:11:25serhiy.storchakalinkissue45459 messages
2021-10-13 12:11:25serhiy.storchakacreate