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.
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:14 | admin | set | github: 68015 |
| 2015年03月31日 17:16:18 | serhiy.storchaka | set | status: 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:44 | brett.cannon | create | |