]> granicus.if.org Git - python/commit
Added PyMac_SetEventHandler which allows you to replace complete event
authorJack Jansen <jack.jansen@cwi.nl>
Fri, 20 Jun 1997 16:18:15 +0000 (16:18 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Fri, 20 Jun 1997 16:18:15 +0000 (16:18 +0000)
commit36ed506f09b0b73d6d99341541f2dbc4b89ffe99
tree2be46594fa36d775da0a492701cc3637912f9c00
parentd993648ef6f9e76cf847dfc8f66904f76c621894
Added PyMac_SetEventHandler which allows you to replace complete event
handling in inner loop with python code. Also move (previously
machine independent) PyErr_CheckSignals here, so we can propagate
exceptions in event handling code.
Mac/Python/macglue.c