mirror of
https://github.com/python/cpython.git
synced 2025-11-02 03:01:58 +00:00
Added call_object interface
This commit is contained in:
parent
83bf35cb27
commit
a049031f2d
1 changed files with 2 additions and 0 deletions
|
|
@ -27,6 +27,8 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|||
|
||||
object *eval_code PROTO((codeobject *, object *, object *, object *));
|
||||
|
||||
object *call_object PROTO((object *, object *));
|
||||
|
||||
object *getglobals PROTO((void));
|
||||
object *getlocals PROTO((void));
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue