https://github.com/python/cpython/commit/3287c834e5370294e310450115290979aac06efa
commit: 3287c834e5370294e310450115290979aac06efa
branch: main
author: ffelixg <[email protected]>
committer: vstinner <[email protected]>
date: 2024-10-07T19:52:34+02:00
summary:
gh-124182: Explain naming rules for struct sequence types (#124335)
files:
M Doc/c-api/tuple.rst
diff --git a/Doc/c-api/tuple.rst b/Doc/c-api/tuple.rst
index 7a8a6134282ade..815afddad19df1 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
_______________________________________________
Python-checkins mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3/lists/python-checkins.python.org/
Member address: [email protected]