[issue12903] test_io.test_interrupte[r]d* blocks on OpenBSD

2012-02-27 Thread Charles-François Natali
Changes by Charles-François Natali : -- resolution: -> invalid stage: patch review -> committed/rejected status: open -> closed ___ Python tracker ___ __

[issue12903] test_io.test_interrupte[r]d* blocks on OpenBSD

2012-02-27 Thread Remi Pointel
Remi Pointel added the comment: I think we could close this bug because it's du to the pthread library on OpenBSD and not Python. We are switching to rthreads and I can't reproduce this bug. Thanks for your help and sorry for the delay. -- ___ Pyth

[issue12903] test_io.test_interrupte[r]d* blocks on OpenBSD

2011-09-05 Thread STINNER Victor
STINNER Victor added the comment: It looks similar to issue #12905: yet another threads+signals issue? -- ___ Python tracker ___ ___

[issue12903] test_io.test_interrupte[r]d* blocks on OpenBSD

2011-09-05 Thread Antoine Pitrou
Changes by Antoine Pitrou : -- components: +Tests nosy: +haypo, neologix, pitrou stage: -> patch review type: -> behavior versions: +Python 2.7, Python 3.3 ___ Python tracker _

[issue12903] test_io.test_interrupte[r]d* blocks on OpenBSD

2011-09-05 Thread Remi Pointel
New submission from Remi Pointel : Hi, these tests block on OpenBSD: -test_interrupted_write_unbuffered() -test_interrupted_write_buffered() -test_interrupted_write_text() -test_interrupterd_read_retry_buffered() -test_interrupterd_read_retry_text() -test_interrupterd_write_retry_buffered() -te