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.06:19:53
SpamBayes Score 0.00031831494
Marked as misclassified No
Message-id <1311401994.0.0.786014869823.issue12540@psf.upfronthosting.co.za>
In-reply-to
Content
OK, I can reproduce the problem on a clean virtual machine running a pristine XP home SP2. No Python was previously installed.

Steps to reproduce:

1. Install Python 3.2.1 MSI from http://www.python.org/download/releases/3.2.1/
2. Run IDLE from start menu
3. Close IDLE
4. A pythonw.exe process stays running after IDLE has exited

Running steps 2-3 N times leaves N pythonw.exe processes alive
History
Date User Action Args
2011-07-23 06:19:54eli.benderskysetrecipients: + eli.bendersky, loewis, georg.brandl, terry.reedy, kbk, vstinner, tim.golden, ned.deily, brian.curtin, sunqiang, Peter.Caven, Aneesh
2011-07-23 06:19:53eli.benderskysetmessageid: <1311401994.0.0.786014869823.issue12540@psf.upfronthosting.co.za>
2011-07-23 06:19:53eli.benderskylinkissue12540 messages
2011-07-23 06:19:53eli.benderskycreate