Message4352

Author jsaiz
Recipients jsaiz
Date 2009-03-26.14:26:21
SpamBayes Score 4.860318e-07
Marked as misclassified No
Message-id <1238077582.96.0.53922642337.issue1288@psf.upfronthosting.co.za>
In-reply-to
Content
The stack trace is:

    PyStringMap.__setitem__(String, PyObject) line: 195   
    PyFrame.setlocal(String, PyObject) line: 216   
    _pyx154.f$0(PyFrame) line: 3   
    _pyx154.call_function(int, PyFrame) line: not available   
    PyTableCode.call(PyFrame, PyObject) line: 208   
    PyTableCode(PyCode).call(PyFrame) line: 14   
    Py.runCode(PyCode, PyObject, PyObject) line: 1135   
    Py.exec(PyObject, PyObject, PyObject) line: 1157   
    PythonInterpreter.exec(String) line: 137

The erroneous call with null value seems to be done from

    _pyx154.f$0(PyFrame) line: 3   

which is compiled code, so I'm not able to see it.
History
Date User Action Args
2009-03-26 14:26:22jsaizsetmessageid: <1238077582.96.0.53922642337.issue1288@psf.upfronthosting.co.za>
2009-03-26 14:26:22jsaizsetrecipients: + jsaiz
2009-03-26 14:26:22jsaizlinkissue1288 messages
2009-03-26 14:26:22jsaizcreate