Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
This repository was archived by the owner on Apr 10, 2022. It is now read-only.

fleshed out use cases #17

Merged
merged 3 commits into from
Feb 5, 2021
Merged

fleshed out use cases #17

merged 3 commits into from
Feb 5, 2021

Conversation

iritkatriel
Copy link
Member

No description provided.

Copy link
Member

@gvanrossum gvanrossum left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1, one optional suggestion

except_star.md Outdated
Comment on lines 23 to 30
* Concurrent errors. The Trio library for async concurrency has a `MultiError`
exception type used to report a collection of errors raised in parallel
in different child tasks. Work on this PEP was initially motivated by the
difficulties in handling `MultiError`s, which are detailed in a design
document for an [improved version, `MultiError2`]([https://github.com/python-trio/trio/issues/611).
This document demonstrates how difficult it is to create an effective API
for reporting and handling multiple errors without the language changes we
are proposing.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Shouldn't we also mention that asyncio has a similar use case (e.g. gather())?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@1st1 Would you like to edit this paragraph along these lines?

@iritkatriel iritkatriel merged commit 46a0584 into master Feb 5, 2021
@iritkatriel iritkatriel deleted the use-cases branch February 5, 2021 16:44
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants
Morty Proxy This is a proxified and sanitized view of the page, visit original site.