[issue5785] Condition.wait() does not respect its timeout

2009-04-19 Thread Benjamin Peterson
Benjamin Peterson added the comment: I don't think we need warnings about third party libraries in our docs. -- nosy: +benjamin.peterson resolution: -> invalid status: open -> closed ___ Python tracker ___

[issue5785] Condition.wait() does not respect its timeout

2009-04-19 Thread Stéphane
Stéphane added the comment: Ok I fixed the issue thanks to the help from Piet van Oostrum: I didn't call gobject.threads_init(), so that gave the unexpected behaviour. It is certainly bad documentation on the gobject side, but you may consider adding some kind of warning on the threading docu

[issue5785] Condition.wait() does not respect its timeout

2009-04-18 Thread Stéphane
New submission from Stéphane : I have an issue with the wait() method of Condition which doesn't seem to respect the timeout it is given: I couldn't create a simple example to reproduce the bug, because if I try to do something small and simple everything works as expected, but in the actual c