Skip to content

Handle trio raising NotImplementedError on unsupported platforms. - #955

Merged
lovelydinosaur merged 4 commits into
masterfrom
handle-trio-notimplementederror
Sep 27, 2024
Merged

Handle trio raising NotImplementedError on unsupported platforms.#955
lovelydinosaur merged 4 commits into
masterfrom
handle-trio-notimplementederror

Conversation

@lovelydinosaur

Copy link
Copy Markdown
Contributor

Closes#946

@lovelydinosaurlovelydinosaur added the bug Something isn't working label Sep 27, 2024
@lovelydinosaur
lovelydinosaur requested a review from a teamSeptember 27, 2024 11:25
@lovelydinosaurlovelydinosaur mentioned this pull request Sep 27, 2024
@lovelydinosaur
lovelydinosaur merged commit 17409bb into masterSep 27, 2024
@lovelydinosaur
lovelydinosaur deleted the handle-trio-notimplementederror branch September 27, 2024 12:18
zemnmez-renovate-bot added a commit to zemn-me/monorepo that referenced this pull request Oct 1, 2024
##### [`v1.0.6](https://github.com/encode/httpcore/blob/HEAD/CHANGELOG.md#Version-106-October-1st-2024)
- Relax `trio` dependency pinning. ([#956](encode/httpcore#956))
- Handle `trio` raising `NotImplementedError` on unsupported platforms. ([#955](encode/httpcore#955))
- Handle mapping `ssl.SSLError` to `httpcore.ConnectError`. ([#918](encode/httpcore#918))
github-merge-queueBot pushed a commit to zemn-me/monorepo that referenced this pull request Oct 1, 2024
##### [`v1.0.6](https://github.com/encode/httpcore/blob/HEAD/CHANGELOG.md#Version-106-October-1st-2024)
- Relax `trio` dependency pinning. ([#956](encode/httpcore#956))
- Handle `trio` raising `NotImplementedError` on unsupported platforms. ([#955](encode/httpcore#955))
- Handle mapping `ssl.SSLError` to `httpcore.ConnectError`. ([#918](encode/httpcore#918))
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bugSomething isn't working

Development

Successfully merging this pull request may close these issues.

Handle NotImplementedError: unsupported platform case.

1 participant

@lovelydinosaur