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 devplayer
Recipients devplayer, eric.araujo, r.david.murray, terry.reedy
Date 2010-10-30.02:43:23
SpamBayes Score 0.00020322144
Marked as misclassified No
Message-id <1288406605.94.0.342961048356.issue10060@psf.upfronthosting.co.za>
In-reply-to
Content
Another thing I've noticed that makes the issue more complicated (or perhaps less complicated depending on your view).

When running the python.exe at the DOS prompt (in a window on WinXP), then issuing the help() then modules commands, python.exe seems to hang at times, when it doesn't crash. However this apparent hang sometimes seems to be related to the attached "help" child window/dialog popup instantating with "focus" behind the DOS window. This popup with the focus (and behind it's parent window and being modal) prevents the mouse from moving the DOS window (holding the running python.exe) from being moved.  The -sometimes- solution to this "apparent" hang is ALT-TAB back to the DOS window which will put the help-modal-dialog on top of said DOS window (which is running Python).
History
Date User Action Args
2010-10-30 02:43:26devplayersetrecipients: + devplayer, terry.reedy, eric.araujo, r.david.murray
2010-10-30 02:43:25devplayersetmessageid: <1288406605.94.0.342961048356.issue10060@psf.upfronthosting.co.za>
2010-10-30 02:43:24devplayerlinkissue10060 messages
2010-10-30 02:43:23devplayercreate