From: ffelixg <142172984+ffelixg@users.noreply.github.com> Date: Mon, 7 Oct 2024 17:52:34 +0000 (+0200) Subject: gh-124182: Explain naming rules for struct sequence types (#124335) X-Git-Tag: v3.14.0a1~161 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3287c834e5370294e310450115290979aac06efa;p=thirdparty%2FPython%2Fcpython.git gh-124182: Explain naming rules for struct sequence types (#124335) --- diff --git a/Doc/c-api/tuple.rst b/Doc/c-api/tuple.rst index 7a8a6134282a..815afddad19d 100644 --- a/Doc/c-api/tuple.rst +++ b/Doc/c-api/tuple.rst @@ -167,7 +167,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