Re: Micro-threading PEP proposal announcement

2008-08-26 Thread Pau Freixes
Sorry Bruce, When can I read this PEP ? I'm interesting Bye On Mon, Aug 25, 2008 at 7:15 PM, Bruce Frederiksen [EMAIL PROTECTED]wrote: I wanted to make everybody aware that I've posted a (rather long and involved) PEP proposal for adding micro-threading to Python on python-ideas for

Re: Micro-threading PEP proposal announcement

2008-08-26 Thread Terry Reedy
Pau Freixes wrote: When can I read this PEP ? I'm interesting I wanted to make everybody aware that I've posted a (rather long and involved) PEP proposal for adding micro-threading to Python on python-ideas for feedback and review. Python-ideas is another mailing list at

Micro-threading PEP proposal announcement

2008-08-25 Thread Bruce Frederiksen
I wanted to make everybody aware that I've posted a (rather long and involved) PEP proposal for adding micro-threading to Python on python-ideas for feedback and review. In a nutshell, this proposal implements the Twisted Deferred/Reactor at the C level so that the Python programmer gets the