]> granicus.if.org Git - python/commit
Fixed various problems with command-dot handling (some very old):
authorJack Jansen <jack.jansen@cwi.nl>
Sat, 10 Nov 2001 00:41:43 +0000 (00:41 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Sat, 10 Nov 2001 00:41:43 +0000 (00:41 +0000)
commit439eaa9f749ab7168e99fce5c867434d28951946
treec8e6dcfb4fc10b432c940b269666e1e6494a38b2
parent94ead57dc3c4f1e3def90bae22bcf24786548af9
Fixed various problems with command-dot handling (some very old):
- Don't scan for cmd-. unless in the foreground
- Scan before switching out to other processes, not after
- don't scan if SchedParams.check_interrupt is false (!)
  - But: do scan if we're blocked on I/O

One problem remains: in the last case KeyboardInterrupt is raised
too late.
Mac/Python/macglue.c