[issue32394] socket lib beahavior change in 3.6.4

TJG report at bugs.python.org
Thu Dec 21 12:09:10 EST 2017


TJG <mail at timgolden.me.uk> added the comment:

It's a compile-time option in socketmodule.c.

https://github.com/python/cpython/blob/3.6/Modules/socketmodule.c#L7466

The MSDN page suggests that it was added for Win10:

https://msdn.microsoft.com/en-us/library/windows/desktop/ms738596(v=vs.85).aspx

Is it possible that the build machine has changed its OS/SDK between 
building 3.6.3 and 3.6.4?

----------
nosy: +tjguk

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue32394>
_______________________________________


More information about the Python-bugs-list mailing list