Message148714
| Author |
python_hu |
| Recipients |
amaury.forgeotdarc, python_hu |
| Date |
2011年12月01日.08:37:23 |
| SpamBayes Score |
0.00032582405 |
| Marked as misclassified |
No |
| Message-id |
<1322728644.1.0.599350878862.issue13493@psf.upfronthosting.co.za> |
| In-reply-to |
| Content |
-> void* handle = dlopen("/usr/local/lib/python2.7/lib-dynload/time.so", 2);
this code can work well,but when the code run to :
PyRun_SimpleString("from time import time,ctime\nprint 'Today is',ctime(time())\n");
it dumped, i think it make be because of there are two python handle running,one is main thread ,anthother is the time.so. |
|
History
|
|---|
| Date |
User |
Action |
Args |
| 2011年12月01日 08:37:24 | python_hu | set | recipients:
+ python_hu, amaury.forgeotdarc |
| 2011年12月01日 08:37:24 | python_hu | set | messageid: <1322728644.1.0.599350878862.issue13493@psf.upfronthosting.co.za> |
| 2011年12月01日 08:37:23 | python_hu | link | issue13493 messages |
| 2011年12月01日 08:37:23 | python_hu | create |
|