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 vstinner
Recipients koobs, vstinner
Date 2017-04-25.00:08:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1493078902.85.0.200556294004.issue30107@psf.upfronthosting.co.za>
In-reply-to
Content
The commit 2a1aed04b0943636f605543522e16cca1dc23e70 introduced a regression on macOS. The PR https://github.com/python/cpython/pull/1279 should fix it.

http://buildbot.python.org/all/builders/x86-64%20El%20Capitan%203.x/builds/87/steps/test/logs/stdio

======================================================================
FAIL: test_daemon_threads_shutdown_stderr_deadlock (test.test_io.CMiscIOTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/Users/buildbot/buildarea/3.x.billenstein-elcapitan/build/Lib/test/test_io.py", line 3772, in test_daemon_threads_shutdown_stderr_deadlock
    self.check_daemon_threads_shutdown_deadlock('stderr')
  File "/Users/buildbot/buildarea/3.x.billenstein-elcapitan/build/Lib/test/test_io.py", line 3766, in check_daemon_threads_shutdown_deadlock
    self.assertFalse(err.strip('.!'))
AssertionError: '2017-04-24 16:57:21.432 defaults[41046:2462851] \nThe domain/default pair of (com.apple.CrashReporter, DialogType) does not exist\n' is not false
History
Date User Action Args
2017-04-25 00:08:23vstinnersetrecipients: + vstinner, koobs
2017-04-25 00:08:22vstinnersetmessageid: <1493078902.85.0.200556294004.issue30107@psf.upfronthosting.co.za>
2017-04-25 00:08:22vstinnerlinkissue30107 messages
2017-04-25 00:08:21vstinnercreate