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.

classification
Title: test.test_multiprocessing_spawn fails under -Werror
Type: Stage: resolved
Components: Tests Versions: Python 3.5
process
Status: closed Resolution: duplicate
Dependencies: Superseder: test_multiprocessing_spawn fails when ran with -Werror
View: 21779
Assigned To: Nosy List: brett.cannon, serhiy.storchaka
Priority: normal Keywords:

Created on 2015-03-31 16:52 by brett.cannon, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Messages (2)
msg239731 - (view) Author: Brett Cannon (brett.cannon) * (Python committer) Date: 2015-03-31 16:52
======================================================================
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'>
msg239737 - (view) Author: Serhiy Storchaka (serhiy.storchaka) * (Python committer) Date: 2015-03-31 17:16
This is a duplicate of issue21779.
History
Date User Action Args
2022-04-11 14:58:14adminsetgithub: 68015
2015-03-31 17:16:18serhiy.storchakasetstatus: open -> closed

superseder: test_multiprocessing_spawn fails when ran with -Werror

nosy: + serhiy.storchaka
messages: + msg239737
resolution: duplicate
stage: needs patch -> resolved
2015-03-31 16:52:44brett.cannoncreate