Skip to content

Commit b4a1172

Browse files
Fix NEWS note
1 parent c0e9dee commit b4a1172

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
Fix `asyncio._CFuture` losing the initial exception traceback frames when
2-
`Future.result()` is called more than once. Previously, the C implementation
3-
cleared the stored traceback after the first call, causing subsequent raises
4-
to omit the original raise site. The Python implementation was unaffected.
1+
Fix :class:`asyncio.Future` (C implementation) losing the initial exception
2+
traceback frames when ``Future.result()`` is called more than once. Previously,
3+
the C implementation cleared the stored traceback after the first call, causing
4+
subsequent raises to omit the original raise site. The pure-Python
5+
implementation was unaffected.

0 commit comments

Comments
 (0)