gh-148665: Enable socket.shutdown function for emscripten#148666
Conversation
|
I am sorry but this would be a breaking change. So I prefer that we first reach a consensus (which is the usual process). |
Sure. I totally agree with that point. |
|
@picnixz I'm not sure I follow why would this be a breaking change. Nobody will be using What's the concern here about a breaking change? Is there a detail I'm missing? |
|
The breaking change was about the hasattr checks and exception catching. It may be a non-issue but this should be taken into account (see issue). I closed the PR because we usually first discuss such changes before a PR. If you believe this would not be an issue then it is fine as well but we need to convene the change more loudly (in terms of docs). I just did not want a PR sitting there without a clear "yes" on the issue. |
|
Considering #148665 (comment), I'm reopening the PR. I'll let @hoodmane shepherd this then. |
Documentation build overview
283 files changed ·
|
|
Thanks @ryanking13 for the PR, and @freakboy3742 for merging it 🌮🎉.. I'm working now to backport this PR to: 3.15. |
|
GH-154319 is a backport of this pull request to the 3.15 branch. |
Fixes #148665
Enables socket.shutdown method for emscripten