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 Rock.Achu
Recipients Rock.Achu
Date 2011-12-30.05:26:37
SpamBayes Score 9.7019794e-05
Marked as misclassified No
Message-id <1325222798.58.0.605471618578.issue13679@psf.upfronthosting.co.za>
In-reply-to
Content
Ok, using other code, I narrowed it down to this code and before:
for i in xrange(10):
    spawner.newproc(run=True)

repeating infinitely


which only should set a variable (self.busy) to false
History
Date User Action Args
2011-12-30 05:26:38Rock.Achusetrecipients: + Rock.Achu
2011-12-30 05:26:38Rock.Achusetmessageid: <1325222798.58.0.605471618578.issue13679@psf.upfronthosting.co.za>
2011-12-30 05:26:38Rock.Achulinkissue13679 messages
2011-12-30 05:26:37Rock.Achucreate