[issue11223] interruption of locks by signals not guaranteed when the semaphore implementation is not used

Sébastien Sablé report at bugs.python.org
Wed Feb 16 17:24:11 CET 2011


Sébastien Sablé <sable at users.sourceforge.net> added the comment:

Well I don't know precisely:

* when running make buildbottest, test_socket will systematically hang on AIX 5.3 and 6.1.

* but when running ./python -Wd -E -bb Lib/test/test_socket.py, the tests complete rather quickly (with one failure cf 11192).

Ran 158 tests in 16.867s

FAILED (failures=1, skipped=4)

I will try with pdb or something.

----------

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


More information about the Python-bugs-list mailing list