This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author fabioz
Recipients
Date 2007-06-08.18:58:19
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
The code attached is giving the error below

D:\bin\Python251\Lib\threading.py:697: RuntimeWarning: tp_compare didn't return -1 or -2 for exception
  return _active[_get_ident()]
Exception exceptions.SystemError: 'error return without exception set' in <generator object at 0x00B07E68> ignored
Ok, I have no clues why there could be an error here...


History
Date User Action Args
2007-08-23 14:54:50adminlinkissue1733757 messages
2007-08-23 14:54:50admincreate