[python-win32] Understanding "Access Denied" when calling win32process.TerminateProcess() from Run As Administrator prompt
Mark Hammond
skippy.hammond at gmail.com
Fri Nov 15 05:16:17 CET 2013
On 14/11/2013 8:52 PM, Tim Golden wrote:
> Hopefully someone else has (a) more time right now and/or (b) more
> knowledge at their fingertips to give you a better answer. If no-one
I had a quick peek at the CRT spawn source code, and can't explain why
it behaves differently on winxp vs 7. The only thing I can see that
would explain it is if the second process isn't attached to the console,
but I can't see why that would be different in the 2 environments either...
Cheers,
Mark
More information about the python-win32
mailing list