mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Reformat decl of new _PyString_Join. Add NEWS blurb about repr() speedup.
This commit is contained in:
parent
a7259597f1
commit
52e155e31b
2 changed files with 5 additions and 1 deletions
|
@ -1031,7 +1031,8 @@ string_join(PyStringObject *self, PyObject *args)
|
|||
return res;
|
||||
}
|
||||
|
||||
PyObject *_PyString_Join(PyObject *sep, PyObject *x)
|
||||
PyObject *
|
||||
_PyString_Join(PyObject *sep, PyObject *x)
|
||||
{
|
||||
PyObject* args;
|
||||
PyObject* result = NULL;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue