[pypy-dev] What Causes An Ambiguous low-level helper specialization Error?

Benjamin Peterson benjamin at python.org
Mon Jan 23 23:23:07 CET 2012


2012/1/23 Andrew Francis <andrewfr_ice at yahoo.com>:
>     ll_thread.start_new_thread(T1)
>     ll_thread.start_new_thread(T2)

Try this:
     ll_thread.ll_start_new_thread(T1)
     ll_thread.ll_start_new_thread(T2)




-- 
Regards,
Benjamin


More information about the pypy-dev mailing list