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 pitrou
Recipients pitrou, serhiy.storchaka
Date 2013-01-02.21:14:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1357161270.81.0.205627983057.issue16843@psf.upfronthosting.co.za>
In-reply-to
Content
Just got this:

[255/372/1] test_sched
Warning -- threading._dangling was modified by test_sched
test test_sched failed -- Traceback (most recent call last):
  File "/home/antoine/cpython/default/Lib/test/test_sched.py", line 83, in test_cancel_concurrent
    scheduler.cancel(event1)
  File "/home/antoine/cpython/default/Lib/sched.py", line 96, in cancel
    self._queue.remove(event)
ValueError: list.remove(x): x not in list
History
Date User Action Args
2013-01-02 21:14:30pitrousetrecipients: + pitrou, serhiy.storchaka
2013-01-02 21:14:30pitrousetmessageid: <1357161270.81.0.205627983057.issue16843@psf.upfronthosting.co.za>
2013-01-02 21:14:30pitroulinkissue16843 messages
2013-01-02 21:14:30pitroucreate