Message105800
| Author |
skrah |
| Recipients |
djmdjm, exarkun, henry.precheur, mark.dickinson, pitrou, skrah |
| Date |
2010年05月15日.11:28:24 |
| SpamBayes Score |
5.943731e-07 |
| Marked as misclassified |
No |
| Message-id |
<1273922906.39.0.775096043033.issue8712@psf.upfronthosting.co.za> |
| In-reply-to |
| Content |
The FreeBSD-6.4-RELEASE-i386 buildbot has similar libpthread issues.
This is just in:
======================================================================
FAIL: test_send_signal (test.test_subprocess.POSIXProcessTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/home/db3l/buildarea/3.x.bolen-freebsd/build/Lib/test/test_subprocess.py", line 770, in test_send_signal
self.assertIn(b'KeyboardInterrupt', stderr)
AssertionError: b'KeyboardInterrupt' not found in b''
Re documentation:
Another approach would be to configure builds on systems with known
threading issues --without-threads by default. Advantages:
a) Users will be immediately aware of the issues.
b) Less work with the FreeBSD-6.4 buildbot.
c) The --without-threads path is actually tested regularly. |
|