We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3dc340 commit 1c269b6Copy full SHA for 1c269b6
Doc/c-api/typeobj.rst
@@ -2552,7 +2552,7 @@ and :c:data:`PyType_Type` effectively act as defaults.)
2552
.. versionadded:: 3.12
2553
2554
2555
-.. c:member:: iteritemfunc PyTypeObject.tp_iteritem
+.. c:member:: function_pointer PyTypeObject.tp_iteritem
2556
2557
Internal. Do not use.
2558
Doc/conf.py
@@ -179,6 +179,8 @@
179
('c:type', 'unsigned __int64'),
180
('c:type', 'double'),
181
('c:type', '_Float16'),
182
+ # Opaque C types
183
+ ('c:type', 'function_pointer'),
184
# Standard C structures
185
('c:struct', 'in6_addr'),
186
('c:struct', 'in_addr'),
0 commit comments