Ctrl-C with -gthread on Windows, causes uncaught IOError

Bug #412353 reported by Fernando Perez
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
IPython
Triaged
Medium
Fernando Perez

Bug Description

The proposed fix is, in Shell.py
      try:
          update_tk(self.tk)
          self.IP.runcode()
          time.sleep(0.01)
          return True
      except IOError:
          return True

See for details:
http://mail.scipy.org/pipermail/ipython-dev/2009-August/005407.html

Note that with the new inputhook work, this may become completely unnecessary. But still, if we ever put out an 0.10.1 bugfix release on the 0.10 series, this fix should go in.

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.