[Python-Dev] Changing select.select to accept iterables (original) (raw)
Brett C. bac at OCF.Berkeley.EDU
Sat Sep 6 22:16:29 EDT 2003
- Previous message: [Python-Dev] Changing select.select to accept iterables
- Next message: [Python-Dev] Changing select.select to accept iterables
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Guido van Rossum wrote:
Since Tim thinks it's okay to change (and since I now know what the OP wanted) you have my blessing to give this a try.
OK. I will go with Tim's suggestion and just do the brain-dead PySequence_Fast/PySequence_Fast_GET_ITEM substitution solution and not bother with the PyObject_GetIter/PyIter_Next solution.
-Brett
- Previous message: [Python-Dev] Changing select.select to accept iterables
- Next message: [Python-Dev] Changing select.select to accept iterables
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]