mirror of
https://github.com/python/cpython.git
synced 2025-11-01 18:51:43 +00:00
Refcount info for PyString_FromFormat() and PyString_FromFormatV().
Closes SF patch #455666.
This commit is contained in:
parent
c86aa57f58
commit
8c64a54f75
1 changed files with 8 additions and 0 deletions
|
|
@ -918,6 +918,14 @@ PyString_FromStringAndSize:PyObject*::+1:
|
|||
PyString_FromStringAndSize:const char*:v::
|
||||
PyString_FromStringAndSize:int:len::
|
||||
|
||||
PyString_FromFormat:PyObject*::+1:
|
||||
PyString_FromFormat:const char*:format::
|
||||
PyString_FromFormat::...::
|
||||
|
||||
PyString_FromFormatV:PyObject*::+1:
|
||||
PyString_FromFormatV:const char*:format::
|
||||
PyString_FromFormatV:va_list:vargs::
|
||||
|
||||
PyString_GET_SIZE:int:::
|
||||
PyString_GET_SIZE:PyObject*:string:0:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue