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.16:04:27
SpamBayes Score 0.0002356514
Marked as misclassified No
Message-id <1255536268.83.0.995352317048.issue7123@psf.upfronthosting.co.za>
In-reply-to
Content
Sorry for the spam on the updates :) - but, its the same thread printing
this out too. I changed the print line to:

curThread = threading.current_thread()
print("Started subproc: PID: %d : args: %s Thread ID: %s" %(newJob.pid,
str(args), str(curThread.ident)))

and got the output:

Reaping PID: 23707
True
Started subproc: PID: 23709 : args: data1 Thread ID: 12
Started subproc: PID: 23709 : args: data1 Thread ID: 12
poll
isalive: True
Started subproc: PID: 23710 : args: data2 Thread ID: 13
poll
isalive: True

Again, I can't see how this could pring it out twice? Could this be
related to the problem we are having? Altgough I do seem to get the line
twice on 2.6.3 as well - but nothing like as often..
History
Date User Action Args
2009-10-14 16:04:29pajs@fodder.org.uksetrecipients: + pajs@fodder.org.uk, pitrou, jnoller
2009-10-14 16:04:28pajs@fodder.org.uksetmessageid: <1255536268.83.0.995352317048.issue7123@psf.upfronthosting.co.za>
2009-10-14 16:04:27pajs@fodder.org.uklinkissue7123 messages
2009-10-14 16:04:27pajs@fodder.org.ukcreate