[Python-Dev] Changing select.select to accept iterables
Brett C.
bac at OCF.Berkeley.EDU
Sat Sep 6 22:16:29 EDT 2003
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
More information about the Python-Dev
mailing list