Issue1279
Created on 2009-03-20.01:15:35 by pjenvey, last changed 2009-05-29.01:19:39 by pjenvey.
| msg4315 (view) |
Author: Philip Jenvey (pjenvey) |
Date: 2009-03-20.01:15:34 |
|
test_dummy_threading fails
Traceback (most recent call last):
File "dist/Lib/test/test_dummy_threading.py", line 7, in <module>
import dummy_threading as _threading
File "/Users/pjenvey/src/java/jython/dist/Lib/dummy_threading.py",
line 50, in <module>
import threading
File "/Users/pjenvey/src/java/jython/dist/Lib/threading.py", line 6,
in <module>
from thread import _newFunctionThread
ImportError: cannot import name _newFunctionThread
this is due to the fact that our thread module has _newFunctionThread,
but dummy_thread does not
Our threading module differs from CPython's so this may be a little more
involved than it seems
|
| msg4748 (view) |
Author: Philip Jenvey (pjenvey) |
Date: 2009-05-29.01:19:38 |
|
over to jim because technically he broke it with the new threading.py
Someone told us dummy_threading was actually needed for the GAE Python
SDK. Otherwise we probably wouldn't/shouldn't care at all
|
|
| Date |
User |
Action |
Args |
| 2009-05-29 01:19:39 | pjenvey | set | assignee: zyasoft messages:
+ msg4748 nosy:
+ zyasoft |
| 2009-03-20 01:15:35 | pjenvey | create | |
|