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.

classification
Title: 在ctypes里调用C库返回c_char_p类型时的问题
Type: behavior Stage: resolved
Components: ctypes Versions: Python 3.7, Python 3.6
process
Status: closed Resolution: duplicate
Dependencies: Superseder: 在ctypes里调用C库返回c_char_p类型时的问题
View: 36882
Assigned To: Nosy List: anthonypjshaw, fy2099
Priority: normal Keywords:

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