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 davin, paul.moore, steve.dower, tim.golden, vstinner, zach.ware
Date 2017-05-12.22:30:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1494628223.7.0.0775389696939.issue30356@psf.upfronthosting.co.za>
In-reply-to
Content
http://buildbot.python.org/all/builders/x86%20Windows7%203.x/builds/601/steps/test/logs/stdio

======================================================================
FAIL: test_mymanager_context (test.test_multiprocessing_spawn.WithManagerTestMyManager)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "D:\cygwin\home\db3l\buildarea\3.x.bolen-windows7\build\lib\test\_test_multiprocessing.py", line 2232, in test_mymanager_context
    self.assertEqual(manager._process.exitcode, 0)
AssertionError: -15 != 0

----------------------------------------------------------------------
Ran 277 tests in 667.577s

FAILED (failures=1, skipped=24)
test test_multiprocessing_spawn failed
History
Date User Action Args
2017-05-12 22:30:23vstinnersetrecipients: + vstinner, paul.moore, tim.golden, zach.ware, steve.dower, davin
2017-05-12 22:30:23vstinnersetmessageid: <1494628223.7.0.0775389696939.issue30356@psf.upfronthosting.co.za>
2017-05-12 22:30:23vstinnerlinkissue30356 messages
2017-05-12 22:30:23vstinnercreate