mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
Dont put "void" in signature for nullary functions.
This commit is contained in:
parent
f0b1733574
commit
36b30b5a4b
7 changed files with 10 additions and 9 deletions
|
@ -98,12 +98,13 @@ access internal read-only data of Unicode objects:
|
|||
:ctype:`PyUnicodeObject` (not checked).
|
||||
|
||||
|
||||
.. cfunction:: int PyUnicode_ClearFreeList(void)
|
||||
.. cfunction:: int PyUnicode_ClearFreeList()
|
||||
|
||||
Clear the free list. Return the total number of freed items.
|
||||
|
||||
.. versionadded:: 2.6
|
||||
|
||||
|
||||
Unicode provides many different character properties. The most often needed ones
|
||||
are available through these macros which are mapped to C functions depending on
|
||||
the Python configuration.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue