Message5884

Author zyasoft
Recipients zyasoft
Date 2010-07-09.14:45:04
SpamBayes Score 0.11043628
Marked as misclassified No
Message-id <1278686705.8.0.0710368295031.issue1630@psf.upfronthosting.co.za>
In-reply-to
Content
Current workaround documented in the Jython book, should simply be added to threading.Thread

@monkeypatch_method_if_not_set(Thread)
def __tojava__(self, java_type):
    return self._thread

http://jythonpodcast.hostjava.net/jythonbook/en/1.0/Concurrency.html#interruption
History
Date User Action Args
2010-07-09 14:45:06zyasoftsetrecipients: + zyasoft
2010-07-09 14:45:05zyasoftsetmessageid: <1278686705.8.0.0710368295031.issue1630@psf.upfronthosting.co.za>
2010-07-09 14:45:05zyasoftlinkissue1630 messages
2010-07-09 14:45:04zyasoftcreate