[New-bugs-announce] [issue23827] test.test_multiprocessing_spawn fails under -Werror

Brett Cannon report at bugs.python.org
Tue Mar 31 18:52:44 CEST 2015


New submission from Brett Cannon:

======================================================================
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'>

----------
components: Tests
messages: 239731
nosy: brett.cannon
priority: normal
severity: normal
stage: needs patch
status: open
title: test.test_multiprocessing_spawn fails under -Werror
versions: Python 3.5

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


More information about the New-bugs-announce mailing list