]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.12] gh-124182: Explain naming rules for struct sequence types (GH-124335) (#125056)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 7 Oct 2024 17:59:31 +0000 (19:59 +0200)
committerGitHub <noreply@github.com>
Mon, 7 Oct 2024 17:59:31 +0000 (17:59 +0000)
gh-124182: Explain naming rules for struct sequence types (GH-124335)
(cherry picked from commit 3287c834e5370294e310450115290979aac06efa)

Co-authored-by: ffelixg <142172984+ffelixg@users.noreply.github.com>
Doc/c-api/tuple.rst

index 82ef4bcd14784d803bcaa0757de4fe316092eda4..e20c5a66189be02d3ed6dfcbe2a2327ba7e43590 100644 (file)
@@ -158,7 +158,8 @@ type.
 
    .. c:member:: const char *name
 
-      Name of the struct sequence type.
+      Fully qualified name of the type; null-terminated UTF-8 encoded.
+      The name must contain the module name.
 
    .. c:member:: const char *doc