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 kristjan.jonsson
Recipients benjamin.peterson, gregory.p.smith, jnoller, jon, kristjan.jonsson, pitrou, r.david.murray
Date 2009-11-13.21:42:46
SpamBayes Score 0.0017111889
Marked as misclassified No
Message-id <1258148568.31.0.470634088489.issue7060@psf.upfronthosting.co.za>
In-reply-to
Content
See my analysis from issue 7314:
The other processes are all waiting to ReadFile().  Maybe they have yet 
to run to the point where they open the socket to which the master 
process is trying to connect to.

The mystery is also: Why does the harmless act of setting an instance 
attribute on a context manager (and without any traceback) trigger this 
behaviour?
History
Date User Action Args
2009-11-13 21:42:48kristjan.jonssonsetrecipients: + kristjan.jonsson, gregory.p.smith, pitrou, jon, benjamin.peterson, jnoller, r.david.murray
2009-11-13 21:42:48kristjan.jonssonsetmessageid: <1258148568.31.0.470634088489.issue7060@psf.upfronthosting.co.za>
2009-11-13 21:42:47kristjan.jonssonlinkissue7060 messages
2009-11-13 21:42:46kristjan.jonssoncreate