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 pablogsal
Recipients anthonypjshaw, lys.nikolaou, pablogsal
Date 2022-02-10.02:39:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1644460742.25.0.814044777498.issue46704@roundup.psfhosted.org>
In-reply-to
Content
The contract of that interface is to receive null-terminated strings, so I am a bit clueless on how this could receive a non-null terminated string.

Notice that calling PyRun_StringFlags with a non-null terminated string is out of contract.
History
Date User Action Args
2022-02-10 02:39:02pablogsalsetrecipients: + pablogsal, anthonypjshaw, lys.nikolaou
2022-02-10 02:39:02pablogsalsetmessageid: <1644460742.25.0.814044777498.issue46704@roundup.psfhosted.org>
2022-02-10 02:39:02pablogsallinkissue46704 messages
2022-02-10 02:39:02pablogsalcreate