Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a62d2d3

Browse files
[3.12] gh-124182: Explain naming rules for struct sequence types (GH-124335) (#125056)
gh-124182: Explain naming rules for struct sequence types (GH-124335) (cherry picked from commit 3287c83) Co-authored-by: ffelixg <[email protected]>
1 parent d2b3071 commit a62d2d3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Doc/c-api/tuple.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,8 @@ type.
158158
159159
.. c:member:: const char *name
160160
161-
Name of the struct sequence type.
161+
Fully qualified name of the type; null-terminated UTF-8 encoded.
162+
The name must contain the module name.
162163
163164
.. c:member:: const char *doc
164165

0 commit comments

Comments
 (0)