C-API PyObject_Call

moerchendiser2k3 googler.1.webmaster at spamgourmet.com
Fri Mar 19 09:12:34 EDT 2010


In my case I call a funcion and I would like to get the line
where the function returned.

for instance:


def my_function():
    return 3

So I would like to get line 2(in C) somehow.



More information about the Python-list mailing list