Read and respond to this message at:
https://sourceforge.net/forum/message.php?msg_id=4349896
By: adbingham
We observed a similar error with our system which has nothing to do with JSON.
I was able to narrow it down to this little script:
import tokenize
def next(token, string, start, end, line):
raise tokenize.StopTokenizing()
def getEmptyString():
return ''
tokenize.tokenize(getEmptyString, next)
The script reliably produces the below output when debugging under PyDev with
Python 2.5. The script completes with out error when "Running" under PyDev
or when using Python 2.4.
pydev debugger
/usr/lib64/python2.5/threading.py:699: RuntimeWarning: tp_compare didn't return
-1 or -2 for exception
return _active[_get_ident()]
Traceback (most recent call last):
File
"/home/bingham/eclipse/plugins/org.python.pydev.debug_1.3.4/pysrc/pydevd.py",
line 520, in trace_dispatch
t = threading.currentThread()
File "/usr/lib64/python2.5/threading.py", line 699, in currentThread
return _active[_get_ident()]
GeneratorExit
Exception exceptions.SystemError: 'error return without exception set' in
<generator
object at 0x8563f8> ignored
Aaron
______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit:
https://sourceforge.net/forum/unmonitor.php?forum_id=293649
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Pydev-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/pydev-users