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 alex
Recipients alex, benjamin.peterson, methane, serhiy.storchaka, skrah
Date 2020-09-18.11:35:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1600428909.81.0.0579563226811.issue41784@roundup.psfhosted.org>
In-reply-to
Content
It's a big project I think :-) Py_Buffer is allocated on the stack, so either we'd have to agree to never change it's ABI (size, alignment, etc.) or we'd need to completely change the interface.
History
Date User Action Args
2020-09-18 11:35:09alexsetrecipients: + alex, benjamin.peterson, methane, skrah, serhiy.storchaka
2020-09-18 11:35:09alexsetmessageid: <1600428909.81.0.0579563226811.issue41784@roundup.psfhosted.org>
2020-09-18 11:35:09alexlinkissue41784 messages
2020-09-18 11:35:09alexcreate