This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

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:24python_husetrecipients: + python_hu, amaury.forgeotdarc
2011-12-01 08:37:24python_husetmessageid: <1322728644.1.0.599350878862.issue13493@psf.upfronthosting.co.za>
2011-12-01 08:37:23python_hulinkissue13493 messages
2011-12-01 08:37:23python_hucreate