Commit f9324cb
authored
pythongh-134451: Converted
asyncio.tools.CycleFoundException from dataclass to a regular exception type. (python#134513)1 parent 5804ee7 commit f9324cbCopy full SHA for f9324cb
File tree
Expand file treeCollapse file tree
2 files changed
+10
-3
lines changedOpen diff view settings
Filter options
- Lib/asyncio
- Misc/NEWS.d/next/Library
Expand file treeCollapse file tree
2 files changed
+10
-3
lines changedOpen diff view settings
Collapse file
+9-3Lines changed: 9 additions & 3 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
13 | 13 | |
14 | 14 | |
15 | 15 | |
16 | | - |
17 | 16 | |
18 | 17 | |
19 | | - |
20 | | - |
| 18 | + |
| 19 | + |
| 20 | + |
| 21 | + |
| 22 | + |
| 23 | + |
| 24 | + |
| 25 | + |
| 26 | + |
21 | 27 | |
22 | 28 | |
23 | 29 | |
|
Collapse file
Misc/NEWS.d/next/Library/2025-05-22-14-12-53.gh-issue-134451.M1rD-j.rst
Copy file name to clipboard+1Lines changed: 1 addition & 0 deletions
- Display the source diff
- Display the rich diff
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
| 1 | + |
0 commit comments