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 skrah
Recipients ZackerySpytz, benjamin.peterson, martin.panter, pitrou, serhiy.storchaka, skrah, stutzbach
Date 2018-08-23.21:01:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1535058067.33.0.56676864532.issue27195@psf.upfronthosting.co.za>
In-reply-to
Content
PyBUF_RECORDS pulls in PyBUF_STRIDES, which should IMO not be done in a stable release.

Maybe (PyBUF_CONTIG_RO|PyBUF_FORMAT), but I'm uneasy even about that. The potential for breakage is huge.
History
Date User Action Args
2018-08-23 21:01:07skrahsetrecipients: + skrah, pitrou, benjamin.peterson, stutzbach, martin.panter, serhiy.storchaka, ZackerySpytz
2018-08-23 21:01:07skrahsetmessageid: <1535058067.33.0.56676864532.issue27195@psf.upfronthosting.co.za>
2018-08-23 21:01:07skrahlinkissue27195 messages
2018-08-23 21:01:07skrahcreate