Skip to content

Commit

Permalink
docs: Minor fix in news fragment [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
achimnol committed Mar 10, 2022
1 parent d5ce553 commit e737f4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion changes/44.feature.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Propagate task exceptions using separate future instances if they are awaited by the caller of `create_task()` in `PersistentTaskGroup`, in addition to invocation of task group exception handler. Note that `await`-ing those futures hangs indefinitely in Python 3.6 but we don't fix it since Python 3.6 is EoL as of December 2021.
Propagate task results and exceptions via separate future instances if they are `await`-ed by the caller of `create_task()` in `PersistentTaskGroup`, in addition to invocation of task group exception handler. Note that `await`-ing those futures hangs indefinitely in Python 3.6 but we don't fix it since Python 3.6 is EoL as of December 2021.

0 comments on commit e737f4c

Please sign in to comment.