This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

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.
History
Date User Action Args
2010-05-15 11:28:26skrahsetrecipients: + skrah, exarkun, mark.dickinson, pitrou, djmdjm, henry.precheur
2010-05-15 11:28:26skrahsetmessageid: <1273922906.39.0.775096043033.issue8712@psf.upfronthosting.co.za>
2010-05-15 11:28:24skrahlinkissue8712 messages
2010-05-15 11:28:24skrahcreate