Message 141672 - Python tracker

Message141672

Author terry.reedy
Recipients Aneesh, Peter.Caven, brian.curtin, eli.bendersky, georg.brandl, kbk, loewis, ned.deily, python-dev, sunqiang, terry.reedy, tim.golden
Date 2011-08-05.17:33:33
SpamBayes Score 2.462798e-06
Marked as misclassified No
Message-id <1312565614.01.0.550293219384.issue12540@psf.upfronthosting.co.za>
In-reply-to
Content
The replacement file, for anyone without a dev setup, is
http://hg.python.org/cpython/file/cc86f4ca5020/Lib/idlelib/PyShell.py

After renaming PyShell to PyShellBak and replacing with the above,
IDLE seems to run better than ever. On my XP system, the several second delay for the old process dying is gone and I never see 3 pythonw processes, even temporarily, as before. I can no longer tell from TaskManager that one process has been killed and another started. Testing included running tk windows. Will test later on new Win7 system.

Pending some unforeseen new problem, thank you Ned and Eli.
History
Date User Action Args
2011-08-05 17:33:34terry.reedysetrecipients: + terry.reedy, loewis, georg.brandl, kbk, tim.golden, ned.deily, eli.bendersky, brian.curtin, sunqiang, python-dev, Peter.Caven, Aneesh
2011-08-05 17:33:34terry.reedysetmessageid: <1312565614.01.0.550293219384.issue12540@psf.upfronthosting.co.za>
2011-08-05 17:33:33terry.reedylinkissue12540 messages
2011-08-05 17:33:33terry.reedycreate