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 gregory.p.smith
Recipients colesbury, gregory.p.smith, pablogsal, serhiy.storchaka, vstinner
Date 2020-04-04.04:27:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1585974478.77.0.164201836678.issue40120@roundup.psfhosted.org>
In-reply-to
Content
PyBytesObject could become a struct that contains a single opaque internal struct.

there is some code out there that references PyBytesObjects internals by field name but my searches across a broad swath of code so far seem to suggest that is so rare this change may be plausible (more research needed).  People are using the PyBytes_ macros and APIs.  yay!
History
Date User Action Args
2020-04-04 04:27:58gregory.p.smithsetrecipients: + gregory.p.smith, vstinner, serhiy.storchaka, colesbury, pablogsal
2020-04-04 04:27:58gregory.p.smithsetmessageid: <1585974478.77.0.164201836678.issue40120@roundup.psfhosted.org>
2020-04-04 04:27:58gregory.p.smithlinkissue40120 messages
2020-04-04 04:27:58gregory.p.smithcreate