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 eli.bendersky
Recipients Aneesh, Peter.Caven, brian.curtin, eli.bendersky, georg.brandl, kbk, loewis, ned.deily, sunqiang, terry.reedy, tim.golden, vstinner
Date 2011-07-23.11:05:44
SpamBayes Score 0.033155687
Marked as misclassified No
Message-id <1311419145.41.0.549751145822.issue12540@psf.upfronthosting.co.za>
In-reply-to
Content
Georg, I'm now debugging into win32_kill, and it's an error in OpenProcess, so this *could* be a security issue.

The process is started with _spawnv, so maybe this causes problems opening it with OpenProcess later.
History
Date User Action Args
2011-07-23 11:05:45eli.benderskysetrecipients: + eli.bendersky, loewis, georg.brandl, terry.reedy, kbk, vstinner, tim.golden, ned.deily, brian.curtin, sunqiang, Peter.Caven, Aneesh
2011-07-23 11:05:45eli.benderskysetmessageid: <1311419145.41.0.549751145822.issue12540@psf.upfronthosting.co.za>
2011-07-23 11:05:44eli.benderskylinkissue12540 messages
2011-07-23 11:05:44eli.benderskycreate