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: CHANGELOG.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -285,9 +285,9 @@ Please see [git log](https://github.com/python/typeshed/commits/main?after=2480d
285
285
286
286
### Mypy 1.18.2
287
287
288
-
- Fix crash on recursive alias in `indirection.py`(Ivan Levkivskyi, PR [19845](https://github.com/python/mypy/pull/19845))
289
-
- Add additional guidance for errors when runtime is `object.__init__` (Stephen Morton, PR [19733](https://github.com/python/mypy/pull/19733))
290
-
- Fix handling of None values in f-string expressions (BobTheBuidler, PR [19846](https://github.com/python/mypy/pull/19846))
288
+
- Fix crash on recursive alias (Ivan Levkivskyi, PR [19845](https://github.com/python/mypy/pull/19845))
289
+
- Add additional guidance for stubtest errors when runtime is `object.__init__` (Stephen Morton, PR [19733](https://github.com/python/mypy/pull/19733))
290
+
- Fix handling of None values in f-string expressions in mypyc (BobTheBuidler, PR [19846](https://github.com/python/mypy/pull/19846))
0 commit comments