Uh oh!
There was an error while loading. Please reload this page.
gh-152433: Windows: _ssl module: improve UWP compatibility - #152791
Conversation
picnixz
left a comment
There was a problem hiding this comment.
- Please use
if defined()andelif defined(MS_WINDOWS) && ...andelsefor the fallback branch. - Can you determine why we are only raising a NotImplementedError on MS DEBUG builds for those functions? it's a separate issue but I think we should also raise unconditionally (or does it mean that those functions are available on regular MS builds only in release builds?) If there is something worth investigating, you can open a separate issue for that.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
834b4c3 to
4db23b3CompareUh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
picnixz
left a comment
There was a problem hiding this comment.
This PR was small enough and changes were easy to spot, but in the future, please avoid force pushing once someone started reviewing your PR as it makes incremental review much harder. We squash merge at the end and change the commit messages ourselves when necessary.
Uh oh!
There was an error while loading. Please reload this page.
GH-153216 is a backport of this pull request to the 3.15 branch. |
Windows:
_sslmodule: improve UWP compatibility.