[issue15599] test_threaded_import fails sporadically on Windows and FreeBSD

2015-03-18 Thread STINNER Victor
STINNER Victor added the comment: No real activity on this issue. Since the issue is sporadic and I'm not interested to work on it, I just close the issue as out of date. -- resolution: -> out of date status: open -> closed ___ Python tracker

[issue15599] test_threaded_import fails sporadically on Windows and FreeBSD

2014-10-14 Thread Stefan Krah
Changes by Stefan Krah : -- nosy: -skrah ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.o

[issue15599] test_threaded_import fails sporadically on Windows and FreeBSD

2014-06-23 Thread David Bolen
David Bolen added the comment: I've been experimenting with setting up a Windows 8.1 buildbot, and found this ticket after finding a problem with test_threaded_import, testing against the 3.4 branch. I seem to be have a low syscheckinterval issue similar to that discussed here on some platfor

[issue15599] test_threaded_import fails sporadically on Windows and FreeBSD

2014-06-03 Thread STINNER Victor
STINNER Victor added the comment: A recent failure. As usual, the test passed at the second run. http://buildbot.python.org/all/builders/AMD64%20FreeBSD%2010.0%203.x/builds/2180/steps/test/logs/stdio == FAIL: test_parallel_meta

[issue15599] test_threaded_import fails sporadically on Windows and FreeBSD

2013-12-20 Thread Nick Coghlan
Nick Coghlan added the comment: Another recent instance of the parallel meta path failure: http://buildbot.python.org/all/builders/x86%20Windows7%203.x/builds/7740/steps/test/logs/stdio -- keywords: +buildbot -patch nosy: +ncoghlan ___ Python tracker

[issue15599] test_threaded_import fails sporadically on Windows and FreeBSD

2013-01-02 Thread STINNER Victor
Changes by STINNER Victor : -- nosy: -haypo ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python

[issue15599] test_threaded_import fails sporadically on Windows and FreeBSD

2012-12-18 Thread Roundup Robot
Roundup Robot added the comment: New changeset 67d6bb557d67 by Antoine Pitrou in branch '3.3': Try to make test_threaded_import faster and safer (issue #15599). http://hg.python.org/cpython/rev/67d6bb557d67 New changeset 30c7cc62303a by Antoine Pitrou in branch 'default': Try to make test_thread

[issue15599] test_threaded_import fails sporadically on Windows and FreeBSD

2012-12-18 Thread Antoine Pitrou
Changes by Antoine Pitrou : -- title: test_circular_imports() of test_threaded_import fails on FreeBSD 9.0 -> test_threaded_import fails sporadically on Windows and FreeBSD ___ Python tracker _