[issue15921] select module uses uninitialized value "tv.tv_usec"

2012-09-17 Thread Jesús Cea Avión
Changes by Jesús Cea Avión : -- resolution: -> fixed stage: patch review -> committed/rejected status: open -> closed ___ Python tracker ___

[issue15921] select module uses uninitialized value "tv.tv_usec"

2012-09-17 Thread Jesús Cea Avión
Changes by Jesús Cea Avión : -- nosy: +benj resolution: fixed -> stage: committed/rejected -> patch review status: closed -> open ___ Python tracker ___

[issue15921] select module uses uninitialized value "tv.tv_usec"

2012-09-11 Thread Roundup Robot
Roundup Robot added the comment: New changeset 6cdc72f4d82c by Benjamin Peterson in branch 'default': remove useless and defined initialization (closes #15921) http://hg.python.org/cpython/rev/6cdc72f4d82c -- nosy: +python-dev resolution: -> fixed stage: patch review -> committed/reject

[issue15921] select module uses uninitialized value "tv.tv_usec"

2012-09-11 Thread Christian Heimes
New submission from Christian Heimes: Starting with Python 3.3 the select module access the uninitialized tv.tv_usec member of a timeval struct. I don't see the point of initializing the local variable long tv_usec from tv.tv_usec. The comment above the code states that long tv_usec is require