mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
Made some more things static, and other cleanup for new naming scheme
This commit is contained in:
parent
78c0535a22
commit
cd938fc5a1
5 changed files with 10 additions and 11 deletions
|
@ -73,7 +73,7 @@ AsString (value, tmp)
|
|||
{
|
||||
PyObject *v;
|
||||
|
||||
v = strobject (value);
|
||||
v = PyObject_Str (value);
|
||||
PyList_Append (tmp, v);
|
||||
Py_DECREF (v);
|
||||
return PyString_AsString (v);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue