Issue 36883: 在ctypes里调用C库返回c_char_p类型时的问题 - Python tracker

Issue36883

Created on 2019-05-11 04:53 by fy2099, last changed 2022-04-11 14:59 by admin. This issue is now closed.

Messages (2)
msg342159 - (view) Author: 午夜之风 (fy2099) Date: 2019-05-11 04:53
在ctypes里调用C库返回c_char_p类型时 出现当字符串中包含 \\0 时只能获取到\0前的字符串的问题
msg342161 - (view) Author: anthony shaw (anthonypjshaw) * (Python triager) Date: 2019-05-11 05:53
Closing as duplicate of 36882
History
Date User Action Args
2022-04-11 14:59:15adminsetgithub: 81064
2019-05-11 07:02:48SilentGhostsettype: behavior
superseder: 在ctypes里调用C库返回c_char_p类型时的问题
resolution: duplicate
2019-05-11 05:53:21anthonypjshawsetstatus: open -> closed
stage: resolved
2019-05-11 05:53:17anthonypjshawsetnosy: + anthonypjshaw
messages: + msg342161
2019-05-11 04:53:15fy2099create