]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.13] gh-124182: Explain naming rules for struct sequence types (GH-124335) (#125057)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 7 Oct 2024 21:47:30 +0000 (23:47 +0200)
committerGitHub <noreply@github.com>
Mon, 7 Oct 2024 21:47:30 +0000 (23:47 +0200)
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 a2c3a75daa6e483d6f3c2ba45bbc279c58d2f3f3..2944b8d342c9a89692267c4792c0123bfbbe21da 100644 (file)
@@ -161,7 +161,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