Will multithreading make python less popular?

sturlamolden sturlamolden at yahoo.no
Tue Feb 17 10:57:44 EST 2009


On 16 Feb, 15:18, rushen... at gmail.com wrote:

> As you mentioned, using multi cores makes programs more fast and more
> popular. But what about stackless python? Does it interpret same set
> of python libraries with Cpython or Does it have a special sub set?

Stackless and CPython have a GIL, Jython and IronPython do not.

S.M.



More information about the Python-list mailing list