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 pajs@fodder.org.uk
Recipients jnoller, pajs@fodder.org.uk, pitrou
Date 2009-10-14.15:47:23
SpamBayes Score 0.014288517
Marked as misclassified No
Message-id <1255535244.69.0.99612326183.issue7123@psf.upfronthosting.co.za>
In-reply-to
Content
Further oddness:

When running the script (i've reduced its size further now, see attached):

I get the following output:

Reaping PID: 23215
True
Started subproc: PID: 23216 : args: data1
Started subproc: PID: 23216 : args: data1
Started subproc: PID: 23217 : args: data2
poll
isalive: True
isalive: True
poll


Notice the Started subprod of the SAME PID and the Same args twice, yet
this print only occurs once in the code, and I can't see how this should
happen?
History
Date User Action Args
2009-10-14 15:47:24pajs@fodder.org.uksetrecipients: + pajs@fodder.org.uk, pitrou, jnoller
2009-10-14 15:47:24pajs@fodder.org.uksetmessageid: <1255535244.69.0.99612326183.issue7123@psf.upfronthosting.co.za>
2009-10-14 15:47:23pajs@fodder.org.uklinkissue7123 messages
2009-10-14 15:47:23pajs@fodder.org.ukcreate