[Python-Dev] [Python-checkins] cpython: Issue #9566: recv(), recvfrom(), send(), sendall() and sendto() methods
Jeremy Kloth
jeremy.kloth at gmail.com
Tue Jun 25 00:08:01 CEST 2013
More information about the Python-Dev mailing list
Tue Jun 25 00:08:01 CEST 2013
- Previous message: [Python-Dev] [Python-checkins] cpython: Issue #9566: Fix a compiler warning in tupleiter_setstate() on Windows x64
- Next message: [Python-Dev] [Python-checkins] cpython: Issue #9566: recv(), recvfrom(), send(), sendall() and sendto() methods
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Mon, Jun 24, 2013 at 3:48 PM, victor.stinner <python-checkins at python.org> wrote: > +#if defined(MS_WIN64) || defined(MS_WINDOWS) This test could be reduced to simply `#ifdef MS_WINDOWS`. See PC\pyconfig.h
- Previous message: [Python-Dev] [Python-checkins] cpython: Issue #9566: Fix a compiler warning in tupleiter_setstate() on Windows x64
- Next message: [Python-Dev] [Python-checkins] cpython: Issue #9566: recv(), recvfrom(), send(), sendall() and sendto() methods
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-Dev mailing list