Skip to content

Commit 61404f4

Browse files
committed
Address review comments
1 parent 936e7b6 commit 61404f4

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

CHANGELOG.md

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ You can read the full documentation for this release on [Read the Docs](http://m
1616
- Switch to a more dynamic SCC processing logic (Ivan Levkivskyi, PR [20053](https://github.com/python/mypy/pull/20053))
1717
- Try some aliases speed-up (Ivan Levkivskyi, PR [19810](https://github.com/python/mypy/pull/19810))
1818

19-
### Fixed‑Format Cache (Experimental)
19+
### Fixed‑Format Cache
2020
- Force-discard cache if cache format changed (Ivan Levkivskyi, PR [20152](https://github.com/python/mypy/pull/20152))
2121
- Use more efficient serialization format for long integers in cache files (Jukka Lehtosalo, PR [20151](https://github.com/python/mypy/pull/20151))
2222
- More robust packing of flats in FF cache (Ivan Levkivskyi, PR [20150](https://github.com/python/mypy/pull/20150))
@@ -45,14 +45,7 @@ You can read the full documentation for this release on [Read the Docs](http://m
4545
- Fix crash on invalid unpack in base class (Ivan Levkivskyi, PR [19962](https://github.com/python/mypy/pull/19962))
4646
- Traverse ParamSpec prefix where we should (Ivan Levkivskyi, PR [19800](https://github.com/python/mypy/pull/19800))
4747

48-
### Mypyc: Lib-rt
49-
- Add efficient `librt.base64.b64decode` (Jukka Lehtosalo, PR [20263](https://github.com/python/mypy/pull/20263))
50-
- Enable SIMD for `librt.base64` on x86-64 (Jukka Lehtosalo, PR [20244](https://github.com/python/mypy/pull/20244))
51-
- Use faster base64 encode implementation in `librt.base64` (Jukka Lehtosalo, PR [20237](https://github.com/python/mypy/pull/20237))
52-
- Import `librt.base64` capsule automatically if needed (Jukka Lehtosalo, PR [20233](https://github.com/python/mypy/pull/20233))
53-
- Add minimal, experimental `librt.base64` module (Jukka Lehtosalo, PR [20226](https://github.com/python/mypy/pull/20226))
54-
55-
### Mypyc: Support for `__getattr__` and `__setattr__`
48+
### Mypyc: Support for `__getattr__`, `__setattr__`, and `__delattr__`
5649
- Support deleting attributes in `__setattr__` wrapper (Piotr Sawicki, PR [19997](https://github.com/python/mypy/pull/19997))
5750
- Generate `__setattr__` wrapper (Piotr Sawicki, PR [19937](https://github.com/python/mypy/pull/19937))
5851
- Generate `__getattr__` wrapper (Piotr Sawicki, PR [19909](https://github.com/python/mypy/pull/19909))

0 commit comments

Comments
 (0)