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 ned.deily
Recipients Aneesh, Peter.Caven, brian.curtin, eli.bendersky, georg.brandl, kbk, loewis, ned.deily, sunqiang, terry.reedy, tim.golden, vstinner
Date 2011-07-23.08:27:43
SpamBayes Score 0.0045954273
Marked as misclassified No
Message-id <1311409663.7.0.875190314194.issue12540@psf.upfronthosting.co.za>
In-reply-to
Content
Doesn't unix_terminate() also get called on Windows?  If so, what does os.kill() do on Windows?  The docs for os.kill say "New in version 3.2: Windows support."  Perhaps this was being skipped before and now has some negative effect?
History
Date User Action Args
2011-07-23 08:27:43ned.deilysetrecipients: + ned.deily, loewis, georg.brandl, terry.reedy, kbk, vstinner, tim.golden, eli.bendersky, brian.curtin, sunqiang, Peter.Caven, Aneesh
2011-07-23 08:27:43ned.deilysetmessageid: <1311409663.7.0.875190314194.issue12540@psf.upfronthosting.co.za>
2011-07-23 08:27:43ned.deilylinkissue12540 messages
2011-07-23 08:27:43ned.deilycreate