[issue8329] select.select() can return lists with identical id()'s
Changes by Mike Kent : -- type: -> behavior ___ Python tracker <http://bugs.python.org/issue8329> ___ ___ Python-bugs-list mailing list Unsubscri
[issue8329] select.select() can return lists with identical id()'s
New submission from Mike Kent : If select.select() returns two or more empty lists, these empty lists will all refer to the same list; that is, they will have identical id()'s. If you then have reason to alter one of the returned empty lists, you are altering all of the returned empty