Issue 12774: Warning -- multiprocessing.process._dangling was modified by test_multiprocessing (original) (raw)

Issue12774

Created on 2011-08-18 00:21 by ned.deily, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Messages (3)
msg142295 - (view) Author: Ned Deily (ned.deily) * (Python committer) Date: 2011-08-18 00:21
[188/352] test_multiprocessing Warning -- multiprocessing.process._dangling was modified by test_multiprocessing
msg142296 - (view) Author: Ned Deily (ned.deily) * (Python committer) Date: 2011-08-18 00:28
This warning is a regression in 3.2.2 from previous 3.2 releases due to the dangling Thread and Process checks added to 3.2 by 64e35f3bcda5 for Issue12573; the same checks introduce a new warning in 3.2.2 for test_threaded_import which has already been fixed in default but not backported to 3.2.
msg162403 - (view) Author: Richard Oudkerk (sbt) * (Python committer) Date: 2012-06-06 12:09
The warning no longer appears for the 3.x branch. I think it was changeset e54adf13e7a6 which only modified the test suite. I don't think it is worth backporting to 3.2.
History
Date User Action Args
2022-04-11 14:57:20 admin set github: 56983
2012-06-19 13:35:17 sbt set status: pending -> closed
2012-06-06 12:09:19 sbt set status: open -> pendingnosy: + sbtmessages: + resolution: fixedstage: needs patch -> resolved
2011-08-18 00:29:32 ned.deily set nosy: + georg.brandl, pitrou
2011-08-18 00:28:02 ned.deily set messages: +
2011-08-18 00:21:16 ned.deily create