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 brett.cannon
Recipients brett.cannon
Date 2015-03-31.16:52:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1427820764.77.0.00384265932855.issue23827@psf.upfronthosting.co.za>
In-reply-to
Content
======================================================================
FAIL: test_sys_exit (__main__.WithProcessesTestSubclassingProcess)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/Users/bcannon/Repositories/cpython/pep-488/Lib/test/_test_multiprocessing.py", line 483, in test_sys_exit
    self.assertEqual(f.read().rstrip(), str(reason))
AssertionError: "[1, 2, 3]\nException ignored in: <_io.Fi[136 chars]-8'>" != '[1, 2, 3]'
- [1, 2, 3]
?          -
+ [1, 2, 3]- Exception ignored in: <_io.FileIO name='/dev/null' mode='rb' closefd=True>
- ResourceWarning: unclosed file <_io.TextIOWrapper name='/dev/null' mode='r' encoding='UTF-8'>
History
Date User Action Args
2015-03-31 16:52:44brett.cannonsetrecipients: + brett.cannon
2015-03-31 16:52:44brett.cannonsetmessageid: <1427820764.77.0.00384265932855.issue23827@psf.upfronthosting.co.za>
2015-03-31 16:52:44brett.cannonlinkissue23827 messages
2015-03-31 16:52:44brett.cannoncreate