[issue20564] locks cannot be interrupted on OpenBSD

2014-02-18 Thread Remi Pointel
Remi Pointel added the comment: > You may report the feature request to OpenBSD kernel if you want. Until > OpenBSD implements it, the test is now skipped in Python. Yes, it's done yet. However, it's good to skip it until it's implemented. -- ___ Py

[issue20564] locks cannot be interrupted on OpenBSD

2014-02-18 Thread STINNER Victor
STINNER Victor added the comment: @Remi: You may report the feature request to OpenBSD kernel if you want. Until OpenBSD implements it, the test is now skipped in Python. -- resolution: -> fixed status: open -> closed ___ Python tracker

[issue20564] locks cannot be interrupted on OpenBSD

2014-02-18 Thread Roundup Robot
Roundup Robot added the comment: New changeset a3d54bb04cbb by Victor Stinner in branch 'default': Issue #20564: Skip tests on lock+signals on OpenBSD http://hg.python.org/cpython/rev/a3d54bb04cbb -- nosy: +python-dev ___ Python tracker

[issue20564] locks cannot be interrupted on OpenBSD

2014-02-18 Thread STINNER Victor
Changes by STINNER Victor : -- title: test_threadsignals.py "failed" on OpenBSD because too slow (> 3sec) -> locks cannot be interrupted on OpenBSD ___ Python tracker ___ __