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 georg.brandl
Recipients Aneesh, Peter.Caven, brian.curtin, eli.bendersky, georg.brandl, kbk, loewis, ned.deily, sunqiang, terry.reedy, tim.golden, vstinner
Date 2011-07-23.10:47:02
SpamBayes Score 2.6581145e-06
Marked as misclassified No
Message-id <1311418023.56.0.676142611816.issue12540@psf.upfronthosting.co.za>
In-reply-to
Content
Hmm, the docs say "Any other value for sig will cause the process to be unconditionally killed by the TerminateProcess API [...]"

What happens if you try to use other signals (like signal.SIGKILL) instead of SIGTERM?
History
Date User Action Args
2011-07-23 10:47:03georg.brandlsetrecipients: + georg.brandl, loewis, terry.reedy, kbk, vstinner, tim.golden, ned.deily, eli.bendersky, brian.curtin, sunqiang, Peter.Caven, Aneesh
2011-07-23 10:47:03georg.brandlsetmessageid: <1311418023.56.0.676142611816.issue12540@psf.upfronthosting.co.za>
2011-07-23 10:47:03georg.brandllinkissue12540 messages
2011-07-23 10:47:02georg.brandlcreate