Replies: 1 comment 1 reply
-
Are you sure that you are using the exact same Python for this check? According to the docs, Win 10 1709 is required for the flag. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
my environment:
my c# test code is:
My question is why it raise exception in
var tcp_keepidle = socket.TCP_KEEPIDLE
, which shows errorsocket.TCP_KEEPIDLE error: The module has no attribute 'TCP_KEEPIDLE'
.but if I test in ipython, there is no error here in getting socket.TCP_KEEPIDLE.
ipython:
it has attributes
'TCP_KEEPIDLE',
'TCP_KEEPINTVL',
'TCP_KEEPCNT',
but these attributes lost in C# environtment:
Also I test
socket.__file__
in ipython and C# , they both point to same socket.pymy python environment setting is
Beta Was this translation helpful? Give feedback.
All reactions