Message5653

Author pjenvey
Recipients draghuram, fwierzbicki, marc, pekka.klarck, pjenvey
Date 2010-04-11.00:07:44
SpamBayes Score 0.00021094765
Marked as misclassified No
Message-id <1270944465.96.0.449150796048.issue1313@psf.upfronthosting.co.za>
In-reply-to
Content
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
History
Date User Action Args
2010-04-11 00:07:45pjenveysetmessageid: <1270944465.96.0.449150796048.issue1313@psf.upfronthosting.co.za>
2010-04-11 00:07:45pjenveysetrecipients: + pjenvey, fwierzbicki, draghuram, pekka.klarck, marc
2010-04-11 00:07:45pjenveylinkissue1313 messages
2010-04-11 00:07:44pjenveycreate