Re: [Python-Dev] Hello everyone + little question around Cpython/stackless

2008-12-28 Thread Antoine Pitrou
Hello, > I'm currently studying all I can find on stackless python, PYPY and the > concepts they've brought to Python, and so far I wonder : since > stackless python claims to be 100% compatible with CPython's extensions, > faster, and brings lots of fun stuffs (tasklets, coroutines and no C

Re: [Python-Dev] Hello everyone + little question around Cpython/stackless

2008-12-23 Thread Pascal Chambon
Allright then, I understand the problem... Thanks a lot, regards, Pascal ___ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive

Re: [Python-Dev] Hello everyone + little question around Cpython/stackless

2008-12-22 Thread Martin v. Löwis
> I'm currently studying all I can find on stackless python, PYPY and the > concepts they've brought to Python, and so far I wonder : since > stackless python claims to be 100% compatible with CPython's extensions, > faster, and brings lots of fun stuffs (tasklets, coroutines and no C > stack), how