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 terry.reedy
Recipients gkcn, jnoller, petri.lehtinen, terry.reedy
Date 2011-05-28.21:30:46
SpamBayes Score 3.6672263e-05
Marked as misclassified No
Message-id <1306618246.68.0.46665882133.issue12157@psf.upfronthosting.co.za>
In-reply-to
Content
I ran with 3.2, winxp with "if __name__ == '__main__':" added after the def statement (without this, process spawned 150 processes before I got logged out) and ()s added to prints. Hung on pool.join as OP said. I could only stop by closing command window as ^C was ignored. Any new test should have a timeout ;-).
History
Date User Action Args
2011-05-28 21:30:46terry.reedysetrecipients: + terry.reedy, jnoller, gkcn, petri.lehtinen
2011-05-28 21:30:46terry.reedysetmessageid: <1306618246.68.0.46665882133.issue12157@psf.upfronthosting.co.za>
2011-05-28 21:30:46terry.reedylinkissue12157 messages
2011-05-28 21:30:46terry.reedycreate