diff options
Diffstat (limited to 'Python/ceval.c')
-rw-r--r-- | Python/ceval.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Python/ceval.c b/Python/ceval.c index 8698e85..1c12d9c 100644 --- a/Python/ceval.c +++ b/Python/ceval.c @@ -1964,6 +1964,8 @@ not(v) INCREF(w); return w; } + + /* External interface to call any callable object. The arg may be NULL. */ object * |