From: <bc...@wo...> - 2000-12-18 22:13:38
|
[Peter.Rupp] >I like cpython's threading interface a lot...would like to see if you >can build it in jython? Please? <grin> >I'm using Java's wierd-but-works threading variety...YUK! I have only done a quick test with the threading._test() method, but is looks like some of the threading module works with jython. Have you tried to copy the module from CPython2.0? You will also need the atexit.py, even though it is mostly a no-op. Let us know if the threading from cpython works for you. I will then include it in the installer. regards, finn |