Commit 3fc1eeb
committed
[functools] Add __slots__
Python 3.10: https://github.com/python/cpython/blob/3.10/Lib/functools.py
Changed PR: python/cpython#119827
Python 3.14: https://github.com/python/cpython/blob/3.14/Lib/functools.py1 parent 3e951ce commit 3fc1eeb
1 file changed
+7
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
156 | 156 | | |
157 | 157 | | |
158 | 158 | | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
159 | 164 | | |
160 | 165 | | |
161 | 166 | | |
| |||
255 | 260 | | |
256 | 261 | | |
257 | 262 | | |
258 | | - | |
| 263 | + | |
| 264 | + | |
259 | 265 | | |
260 | 266 | | |
261 | 267 | | |
| |||
0 commit comments