We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 419750e commit 936e7b6Copy full SHA for 936e7b6
CHANGELOG.md
@@ -54,7 +54,7 @@ You can read the full documentation for this release on [Read the Docs](http://m
54
55
### Mypyc: Support for `__getattr__` and `__setattr__`
56
- Support deleting attributes in `__setattr__` wrapper (Piotr Sawicki, PR [19997](https://github.com/python/mypy/pull/19997))
57
-- Generate _`_setattr__` wrapper (Piotr Sawicki, PR [19937](https://github.com/python/mypy/pull/19937))
+- Generate `__setattr__` wrapper (Piotr Sawicki, PR [19937](https://github.com/python/mypy/pull/19937))
58
- Generate `__getattr__` wrapper (Piotr Sawicki, PR [19909](https://github.com/python/mypy/pull/19909))
59
60
### Miscellaneous Mypyc Improvements
0 commit comments