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 pitrou
Recipients jnoller, pajs@fodder.org.uk, pitrou
Date 2009-10-14.15:54:44
SpamBayes Score 0.004991643
Marked as misclassified No
Message-id <1255535912.5634.13.camel@localhost>
In-reply-to <1255535244.69.0.99612326183.issue7123@psf.upfronthosting.co.za>
Content
> 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?

This is a thread-safety issue in sys.stdout/stderr, it will be fixed in
3.1.2 (see issue6750).
History
Date User Action Args
2009-10-14 15:54:46pitrousetrecipients: + pitrou, pajs@fodder.org.uk, jnoller
2009-10-14 15:54:44pitroulinkissue7123 messages
2009-10-14 15:54:44pitroucreate