[Stackless] Select Patch for Stackless 2.6.5

Andrew Francis andrewfr_ice at yahoo.com
Tue Oct 19 23:43:03 CEST 2010


Hi Guys:

My friend Kevin has made the patch for an implementation of select() available. He has also written a blog post. I am really happy that Kevin
joined me to make select() happen. As I mentioned at my EuroPython talk, much of how select() looks are based on his efforts.

The patch: http://github.com/k19k/stackless_select/blob/master/stackless-2.6.5_select.diff

The post:http://blog.k19k.com/2010/10/select-in-stackless-python.html#comment-form

A word of warning. The C Stackless Python implementation still has many bugs. In the weeks to come I am going to see if I can make some head way. This is the excuse I need to get deeper into Stackless.

That said, I will post more examples of what select can do. Currently I am writing versions of the Santa Claus Problem and I am make changes to the API.

Cheers,
Andrew


      



More information about the Stackless mailing list