mirror of
https://github.com/python/cpython.git
synced 2025-07-24 03:35:53 +00:00
rename printrefs, getobjects to _Py_ prefix
This commit is contained in:
parent
363078afa4
commit
ded690fc35
3 changed files with 7 additions and 5 deletions
|
@ -525,7 +525,7 @@ DELREF(op)
|
|||
(*dealloc)(op);
|
||||
}
|
||||
|
||||
printrefs(fp)
|
||||
_Py_PrintReferences(fp)
|
||||
FILE *fp;
|
||||
{
|
||||
object *op;
|
||||
|
@ -541,7 +541,7 @@ printrefs(fp)
|
|||
}
|
||||
|
||||
PyObject *
|
||||
getobjects(self, args)
|
||||
_Py_GetObjects(self, args)
|
||||
PyObject *self;
|
||||
PyObject *args;
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue