Pablo Galindo Salgado <[email protected]> added the comment:
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. ---------- _______________________________________ Python tracker <[email protected]> <https://bugs.python.org/issue46704> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
