[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


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


More information about the Python-Dev mailing list