[New-bugs-announce] [issue16843] sporadic test_sched failure

Antoine Pitrou report at bugs.python.org
Wed Jan 2 22:14:30 CET 2013


New submission from Antoine Pitrou:

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

----------
components: Library (Lib), Tests
messages: 178851
nosy: pitrou, serhiy.storchaka
priority: normal
severity: normal
status: open
title: sporadic test_sched failure
type: behavior
versions: Python 3.4

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue16843>
_______________________________________


More information about the New-bugs-announce mailing list