Message5653
It's not that straightforward to implement this like CPython does. Creating a signal handler that handles SIGINT is easy enough, but Java's signal support will call the handler in a brand new thread -- what you're really asking for is for Jython to always call the handler in the main thread like CPython does, interrupting any operation in progress |
|
Date |
User |
Action |
Args |
2010-04-11 00:07:45 | pjenvey | set | messageid: <1270944465.96.0.449150796048.issue1313@psf.upfronthosting.co.za> |
2010-04-11 00:07:45 | pjenvey | set | recipients:
+ pjenvey, fwierzbicki, draghuram, pekka.klarck, marc |
2010-04-11 00:07:45 | pjenvey | link | issue1313 messages |
2010-04-11 00:07:44 | pjenvey | create | |
|