From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Mon, 7 Oct 2024 17:59:31 +0000 (+0200) Subject: [3.12] gh-124182: Explain naming rules for struct sequence types (GH-124335) (#125056) X-Git-Tag: v3.12.8~251 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a62d2d3318fcd5a9ac5c062360f73e511a4375e1;p=thirdparty%2FPython%2Fcpython.git [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 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 82ef4bcd1478..e20c5a66189b 100644 --- a/Doc/c-api/tuple.rst +++ b/Doc/c-api/tuple.rst @@ -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