Andrew Brezovsky added the comment:
I see your point.
Then perhaps only a subset of the more vital ones get added to previous
releases?
#define IPPROTO_IPV4 IPPROTO_IPV4
#define IPPROTO_IPV6 IPPROTO_IPV6
#define IPPROTO_TCP IPPROTO_TCP
#define IPPROTO_UDP IPPROTO_UDP
#define IPPROTO_ICMP
Andrew Brezovsky added the comment:
I lean towards it being considered a bug fix. First, the lack of parity between
Windows and Linux-based OSs causes confusion. Second, the current workaround to
hard-code the value in is far from best practice
Andrew Brezovsky added the comment:
Can confirm this is still a problem in latest versions of 3.5, 3.6, and 3.7
Any progress made on this?
--
nosy: +abrezovsky
___
Python tracker
<https://bugs.python.org/issue29
Change by Andrew Brezovsky :
--
keywords: +patch
pull_requests: +5692
stage: needs patch -> patch review
___
Python tracker
<https://bugs.python.org/issu
Andrew Brezovsky added the comment:
I'll update these based on the information in the HTML docs.
--
nosy: +abrezovsky
___
Python tracker
<https://bugs.python.org/is
New submission from Andrew Brezovsky :
Test test_script_helper fails, details:
Running Debug|Win32 interpreter...
== CPython 3.8.0a0 (heads/master:6cdb7954b0, Feb 24 2018, 17:25:46) [MSC v.1912
32 bit (Intel)]
== Windows-10-10.0.16299-SP0 little-endian
== cwd: \cpython\build\test_python_7920