You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: data/changelogs/gdb.md
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,14 @@
1
+
## 16.3.0.20250920 (2025-09-20)
2
+
3
+
[gdb] Update ThreadExitedEvent parent class for 17.0 ([#14729](https://github.com/python/typeshed/pull/14729)) ([#14744](https://github.com/python/typeshed/pull/14744))
4
+
5
+
Even though the parent thread for `ThreadExitedEvent` won't change from
6
+
`Event` to `ThreadEvent` until 17.0 is released, this actually makes
7
+
type checking work better in practice for all released versions that
8
+
support `ThreadExitedEvent` because at run time `ThreadExitedEvent` has
9
+
the lone attribute, `inferior_thread`, that it would have inherited from
10
+
`ThreadEvent`.
11
+
1
12
## 16.3.0.20250915 (2025-09-15)
2
13
3
14
Add `@disjoint_base` decorator to the third-party stubs ([#14716](https://github.com/python/typeshed/pull/14716))
0 commit comments