Re: C-API PyObject_Call
- From: Stefan Behnel <stefan_ml@xxxxxxxxx>
- Date: Tue, 16 Mar 2010 17:18:01 +0100
moerchendiser2k3, 16.03.2010 12:52:
i have a serious problem and I am looking for a solution. I pass an
instance of a class from a file to PyObject_Call. When something
fails, I get a full traceback. If it succeeds, I get the return value.
Is it possible to get information from which line/file the return
value of PyObject_Call is?
Could you explain what you want to do with this information and in what cases you need it? Do you want to extract the information programmatically at runtime?
Stefan
.
- Follow-Ups:
- Re: C-API PyObject_Call
- From: moerchendiser2k3
- Re: C-API PyObject_Call
- References:
- C-API PyObject_Call
- From: moerchendiser2k3
- C-API PyObject_Call
- Prev by Date: Re: C-API PyObject_Call
- Next by Date: Python bindings tutorial
- Previous by thread: Re: C-API PyObject_Call
- Next by thread: Re: C-API PyObject_Call
- Index(es):
Relevant Pages
|