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 anthonypjshaw
Recipients anthonypjshaw, fy2099
Date 2019-05-11.05:55:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1557554105.05.0.878495760542.issue36882@roundup.psfhosted.org>
In-reply-to
Content
"When the C library is called in ctypes to return the c_char_p type, the problem that only the string before \0 can be obtained when the string contains \\0"

This function is specifically for null-terminated strings (\0), please could you be more specific about the expected behaviour and why this is a bug?

https://docs.python.org/2/library/ctypes.html#ctypes.c_char_p
History
Date User Action Args
2019-05-11 05:55:05anthonypjshawsetrecipients: + anthonypjshaw, fy2099
2019-05-11 05:55:05anthonypjshawsetmessageid: <1557554105.05.0.878495760542.issue36882@roundup.psfhosted.org>
2019-05-11 05:55:05anthonypjshawlinkissue36882 messages
2019-05-11 05:55:04anthonypjshawcreate