[Python-Dev] Re: a serious threat to 2.3's speed? (original) (raw)
Delaney, Timothy C (Timothy) tdelaney at avaya.com
Thu Dec 11 14:57:12 EST 2003
- Previous message: [Python-Dev] Re: a serious threat to 2.3's speed?
- Next message: [Python-Dev] Re: a serious threat to 2.3's speed?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
From: Duncan Booth
The interface includes methods: PyObject call(); PyObject call(PyObject arg1); PyObject call(PyObject arg1, PyObject arg2); PyObject call(PyObject arg1, PyObject arg2, PyObject arg3); PyObject call(PyObject[] args); PyObject call(PyObject[] args, PyDict keywordArgs);
Hmm - IIRC that's how Jython does it.
Tim Delaney
- Previous message: [Python-Dev] Re: a serious threat to 2.3's speed?
- Next message: [Python-Dev] Re: a serious threat to 2.3's speed?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]