[issue28344] Python 3.5.2 hangs when running in session 0

2016-10-03 Thread spooja
spooja added the comment: Sorry I did not understand your comment, what is REPL? I am not using any script just scheduling a task to run python using this command 'python-3.5.2-x86.exe' with /quiet option. Are u telling me to kill the 2nd process that is getting created by the installer and t

[issue28344] Python 3.5.2 hangs when running in session 0

2016-10-03 Thread Eryk Sun
Eryk Sun added the comment: Are you running python.exe without a script or command? That runs the REPL in session 0, which will block reading from stdin. It's harmless to kill this process. The REPL could detect that it's running in session 0 and exit. However, I'm not in favor of such a chang

[issue28344] Python 3.5.2 hangs when running in session 0

2016-10-02 Thread SilentGhost
Changes by SilentGhost : -- components: +Windows nosy: +paul.moore, steve.dower, tim.golden, zach.ware ___ Python tracker ___ ___ Pyth

[issue28344] Python 3.5.2 hangs when running in session 0

2016-10-02 Thread spooja
New submission from spooja: Started the python 3.5.2 exe in session 0 using the task scheduler, 2 instances of python are running in task manager and the process gets hanged, killing the process did not create any logs in %temp% folder. -- messages: 277930 nosy: spooja priority: normal