[Python-ideas] Coroutines and PEP 380
Nick Coghlan
ncoghlan at gmail.com
Wed Jan 25 09:45:16 CET 2012
(redirecting to python-ideas - coroutine proposals are nowhere near
mature enough for python-dev)
On Wed, Jan 25, 2012 at 5:35 PM, Matt Joiner <anacrolix at gmail.com> wrote:
> If someone can explain what's stopping real coroutines being into
> Python (3.3), that would be great.
The general issues with that kind of idea:
- the author hasn't offered the code for inclusion and relicensing
under the PSF license (thus we legally aren't allowed to do it)
- complexity
- maintainability
- platform support
In the specific case of coroutines, you have the additional hurdle of
convincing people whether or not they're a good idea at all.
Cheers,
Nick.
--
Nick Coghlan | ncoghlan at gmail.com | Brisbane, Australia
More information about the Python-ideas
mailing list