There's the issue of the GIL, but if you don't touch the interpreter you can do threading just as in C.
On Apr 29, 2008, at 5:26 PM, Gottfried F. Zojer wrote: > From: Gottfried F. Zojer <[EMAIL PROTECTED]> > Date: Apr 30, 2008 2:12 AM > Subject: MultiCores/AMD open source tools > To: [email protected] > > > Hallo, > > Just wondering if someone is using cython in combination with any > of AMD > open-source projects like framewave or have any other thoughts to use > cython/python for parallel programming or Multi Core programming. > Any feedback welcome > > Rgds Gottfried > > > www.5152.eu > _______________________________________________ > Cython-dev mailing list > [email protected] > http://codespeak.net/mailman/listinfo/cython-dev _______________________________________________ Cython-dev mailing list [email protected] http://codespeak.net/mailman/listinfo/cython-dev
