Issue1013
Created on 2008-03-20.09:44:25 by shoyu, last changed 2008-03-21.20:11:36 by cgroves.
msg3099 (view) |
Author: Stéphane JULIEN (shoyu) |
Date: 2008-03-20.09:44:24 |
|
Hello,
I just type:
import threading
threading.local()
I get an IOError and jython crashes.
Best regards.
Stéphane
|
msg3100 (view) |
Author: Charlie Groves (cgroves) |
Date: 2008-03-20.20:06:27 |
|
I'm seeing the same thing. Jim, you wanna take a look at this? I'm
guessing it has something to do with the recent threading changes.
|
msg3102 (view) |
Author: Charlie Groves (cgroves) |
Date: 2008-03-21.20:11:35 |
|
Looks like pjenvey fixed this in r4242 yesterday.
|
|
Date |
User |
Action |
Args |
2008-03-21 20:11:36 | cgroves | set | status: open -> closed resolution: fixed messages:
+ msg3102 |
2008-03-20 20:06:28 | cgroves | set | assignee: zyasoft messages:
+ msg3100 nosy:
+ cgroves, zyasoft |
2008-03-20 09:44:25 | shoyu | create | |
|