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:49:38
SpamBayes Score 0.0029522034
Marked as misclassified No
Message-id <1311418179.29.0.58809267076.issue12540@psf.upfronthosting.co.za>
In-reply-to
Content
The other question is if it is an access control problem.

win32_kill tries to open the process with PROCESS_ALL_ACCESS, while IMO PROCESS_TERMINATE would suffice.
History
Date User Action Args
2011-07-23 10:49:39georg.brandlsetrecipients: + georg.brandl, loewis, terry.reedy, kbk, vstinner, tim.golden, ned.deily, eli.bendersky, brian.curtin, sunqiang, Peter.Caven, Aneesh
2011-07-23 10:49:39georg.brandlsetmessageid: <1311418179.29.0.58809267076.issue12540@psf.upfronthosting.co.za>
2011-07-23 10:49:38georg.brandllinkissue12540 messages
2011-07-23 10:49:38georg.brandlcreate