This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author steve.dower
Recipients abrezovsky, christian.heimes, eryksun, jgosmann, mhils, paul.moore, steve.dower, tim.golden, zach.ware
Date 2019-01-15.18:37:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1547577456.93.0.709402216169.issue29515@roundup.psfhosted.org>
In-reply-to
Content
No progress, but I like the extra defines idea best (directly in socketmodule.c, not in a public header file). That's the easiest way to close the gap between (apparently) real constants used on Windows and the preprocessor defines (apparently) used elsewhere.
History
Date User Action Args
2019-01-15 18:37:38steve.dowersetrecipients: + steve.dower, paul.moore, christian.heimes, tim.golden, zach.ware, eryksun, jgosmann, mhils, abrezovsky
2019-01-15 18:37:36steve.dowersetmessageid: <1547577456.93.0.709402216169.issue29515@roundup.psfhosted.org>
2019-01-15 18:37:36steve.dowerlinkissue29515 messages
2019-01-15 18:37:36steve.dowercreate