From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Mon, 7 Oct 2024 21:47:30 +0000 (+0200) Subject: [3.13] gh-124182: Explain naming rules for struct sequence types (GH-124335) (#125057) X-Git-Tag: v3.13.1~377 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=566983dd1250c897404db8fab3257a0d1b54753d;p=thirdparty%2FPython%2Fcpython.git [3.13] gh-124182: Explain naming rules for struct sequence types (GH-124335) (#125057) 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> --- diff --git a/Doc/c-api/tuple.rst b/Doc/c-api/tuple.rst index a2c3a75daa6e..2944b8d342c9 100644 --- a/Doc/c-api/tuple.rst +++ b/Doc/c-api/tuple.rst @@ -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