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 8f2e924 commit c151684Copy full SHA for c151684
Doc/c-api/set.rst
@@ -166,3 +166,15 @@ subtypes but not for instances of :class:`frozenset` or its subtypes.
166
Empty an existing set of all elements. Return ``0`` on
167
success. Return ``-1`` and raise :exc:`SystemError` if *set* is not an instance of
168
:class:`set` or its subtype.
169
+
170
171
+Deprecated API
172
+^^^^^^^^^^^^^^
173
174
+.. c:macro:: PySet_MINSIZE
175
176
+ This is a :term:`soft deprecated` constant representing the size of a
177
+ preallocated table inside :c:type:`PySetObject` instances.
178
179
+ This is documented solely for completeness and not useful to users in any
180
+ way. If looking for the size of a set, use :c:func:`PySet_Size` instead.
0 commit comments