]> granicus.if.org Git - python/commit
Fix race exposed by 2.4 GHz XP box: Don't tear down PyShell until
authorKurt B. Kaiser <kbk@shore.net>
Mon, 19 May 2003 23:11:51 +0000 (23:11 +0000)
committerKurt B. Kaiser <kbk@shore.net>
Mon, 19 May 2003 23:11:51 +0000 (23:11 +0000)
commit88957d8d0d9bf6d45603171927aa82d921bf9697
treec886f3bc2cb561c30366b966501804d4f34f55df
parent8fd86cc46e0f056bd8af5dfe4c6ad1a30af453d5
Fix race exposed by 2.4 GHz XP box: Don't tear down PyShell until
subprocess polling has terminated.  Tk callit gets unhappy if it can't
find the function 'after' scheduled to run.

M PyShell.py
Lib/idlelib/PyShell.py