mirror of
https://github.com/python/cpython.git
synced 2025-12-04 00:30:19 +00:00
Merged revisions 64226 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk ........ r64226 | martin.v.loewis | 2008-06-13 09:47:47 +0200 (Fr, 13 Jun 2008) | 2 lines Make more symbols static. ........
This commit is contained in:
parent
1c95155bd1
commit
59683e8529
6 changed files with 13 additions and 13 deletions
|
|
@ -488,7 +488,7 @@ Split(char *list)
|
|||
lists. SplitObj walks through a nested tuple, finding string objects that
|
||||
need to be split. */
|
||||
|
||||
PyObject *
|
||||
static PyObject *
|
||||
SplitObj(PyObject *arg)
|
||||
{
|
||||
if (PyTuple_Check(arg)) {
|
||||
|
|
@ -1435,7 +1435,7 @@ varname_converter(PyObject *in, void *_out)
|
|||
return 0;
|
||||
}
|
||||
|
||||
void
|
||||
static void
|
||||
var_perform(VarEvent *ev)
|
||||
{
|
||||
*(ev->res) = ev->func(ev->self, ev->args, ev->flags);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue