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 eryksun
Recipients Christian Heigele, eryksun, paul.moore, steve.dower, tim.golden, zach.ware
Date 2018-02-09.14:23:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1518186206.21.0.467229070634.issue32808@psf.upfronthosting.co.za>
In-reply-to
Content
Is it just for this particular svn.exe application, or is it for any application (e.g. tasklist.exe)? 

The symptoms sound like svn.exe is spawning a new instance of itself with the `CREATE_NEW_CONSOLE` creation flag, which allocates a new console and replaces the standard handles if they aren't explicitly set by STARTUPINFO. svn.exe could be doing this indirectly via ShellExecute[Ex] in order to elevate via the "runas" verb. Try running Python elevated (run as administrator), in which case svn.exe may behave normally.
History
Date User Action Args
2018-02-09 14:23:26eryksunsetrecipients: + eryksun, paul.moore, tim.golden, zach.ware, steve.dower, Christian Heigele
2018-02-09 14:23:26eryksunsetmessageid: <1518186206.21.0.467229070634.issue32808@psf.upfronthosting.co.za>
2018-02-09 14:23:26eryksunlinkissue32808 messages
2018-02-09 14:23:26eryksuncreate