tasklet library based on PEP 0342
Gabriel Genellina
gagsl-py2 at yahoo.com.ar
Mon Jan 19 09:17:41 EST 2009
En Mon, 19 Jan 2009 09:59:17 -0200, <charlie137 at gmail.com> escribió:
> Using new features of python generators, as described in PEP 0342, it
> is possible to write some sort of "tasklets" in a maner very similar
> to stackless python, but running on cpython. For example :
> [...]
> This kind of tool is very useful, but unfortunately there is no
> standard library that would provide a unified way to use it
> independently of the underlying event loop.
>
> Does someone know if a similar library could eventually be added into
> python standard libraries ? Would it be accepted as a PEP ?
Try the python-ideas list at python-ideas at python.org
--
Gabriel Genellina
More information about the Python-list
mailing list