mirror of
https://github.com/python/cpython.git
synced 2025-09-18 14:40:43 +00:00
Backport from 3k: #1116: fix reference to old filename.
This commit is contained in:
parent
337841dac7
commit
ecabc37b08
1 changed files with 1 additions and 1 deletions
|
@ -423,7 +423,7 @@ Fortunately, the Python interpreter is easily called recursively, and there is a
|
||||||
standard interface to call a Python function. (I won't dwell on how to call the
|
standard interface to call a Python function. (I won't dwell on how to call the
|
||||||
Python parser with a particular string as input --- if you're interested, have a
|
Python parser with a particular string as input --- if you're interested, have a
|
||||||
look at the implementation of the :option:`-c` command line option in
|
look at the implementation of the :option:`-c` command line option in
|
||||||
:file:`Python/pythonmain.c` from the Python source code.)
|
:file:`Modules/main.c` from the Python source code.)
|
||||||
|
|
||||||
Calling a Python function is easy. First, the Python program must somehow pass
|
Calling a Python function is easy. First, the Python program must somehow pass
|
||||||
you the Python function object. You should provide a function (or some other
|
you the Python function object. You should provide a function (or some other
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue