https://github.com/python/cpython
Revision 97dc3757f6ecad8e28bbe36866364c707a7d5378 authored by Windson yang on 17 November 2018, 19:16:51 UTC, committed by Miss Islington (bot) on 17 November 2018, 19:17:04 UTC
Source of T_STRING: https://github.com/python/cpython/blob/e42b705188271da108de42b55d9344642170aa2b/Python/structmember.cGH-L51

Source of PyUnicode_FromString
https://github.com/python/cpython/blob/master/Include/unicodeobject.hGH-L702

https://bugs.python.org/issue25438
(cherry picked from commit 689d555ec135d4115574addd063c358ac4897cc4)

Co-authored-by: Windson yang <wiwindson@outlook.com>
1 parent f415aa1
History
Tip revision: 97dc3757f6ecad8e28bbe36866364c707a7d5378 authored by Windson yang on 17 November 2018, 19:16:51 UTC
bpo-25438: document what codec PyMemberDef T_STRING decodes the char * as (GH-10580)
Tip revision: 97dc375
File Mode Size
Grammar -rw-r--r-- 6.3 KB

back to top