mirror of
https://github.com/python/cpython.git
synced 2024-11-23 18:04:37 +08:00
Added call_object interface
This commit is contained in:
parent
83bf35cb27
commit
a049031f2d
@ -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…
Reference in New Issue
Block a user