Commit 1100800
authored
[mypyc] Document free threading and other doc updates (#21494)
Free threading support and limitations weren't documented at all.
Some features that we currently support were still documented as
unsupported. This includes some dunders and numeric use cases. We now
support simple numeric use cases via `vec[float]`.1 parent 1bbd6da commit 1100800Copy full SHA for 1100800
2 files changed
+48-12Lines changed: 48 additions & 12 deletions
File tree
Expand file treeCollapse file tree
Open diff view settings
Filter options
- mypyc/doc
Expand file treeCollapse file tree
Open diff view settings
Collapse file
mypyc/doc/differences_from_python.rst
Copy file name to clipboardExpand all lines: mypyc/doc/differences_from_python.rst+40-4Lines changed: 40 additions & 4 deletions
- Display the source diff
- Display the rich diff
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
260 | 260 | |
261 | 261 | |
262 | 262 | |
| 263 | + |
| 264 | + |
| 265 | + |
| 266 | + |
| 267 | + |
| 268 | + |
| 269 | + |
| 270 | + |
| 271 | + |
| 272 | + |
| 273 | + |
| 274 | + |
| 275 | + |
| 276 | + |
| 277 | + |
| 278 | + |
| 279 | + |
| 280 | + |
| 281 | + |
| 282 | + |
| 283 | + |
| 284 | + |
| 285 | + |
| 286 | + |
| 287 | + |
| 288 | + |
| 289 | + |
| 290 | + |
| 291 | + |
| 292 | + |
| 293 | + |
| 294 | + |
| 295 | + |
| 296 | + |
| 297 | + |
| 298 | + |
| 299 | + |
| 300 | + |
| 301 | + |
263 | 302 | |
264 | 303 | |
265 | 304 | |
| ||
284 | 323 | |
285 | 324 | |
286 | 325 | |
287 | | - |
288 | 326 | |
289 | | - |
290 | | - |
| 327 | + |
291 | 328 | |
292 | 329 | |
293 | 330 | |
| ||
318 | 355 | |
319 | 356 | |
320 | 357 | |
321 | | - |
322 | 358 | |
323 | 359 | |
324 | 360 | |
|
Collapse file
+8-8Lines changed: 8 additions & 8 deletions
- Display the source diff
- Display the rich diff
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
23 | 23 | |
24 | 24 | |
25 | 25 | |
26 | | - |
27 | | - |
| 26 | + |
| 27 | + |
28 | 28 | |
29 | 29 | |
30 | 30 | |
| ||
54 | 54 | |
55 | 55 | |
56 | 56 | |
57 | | - |
58 | | - |
59 | | - |
60 | | - |
| 57 | + |
| 58 | + |
| 59 | + |
| 60 | + |
| 61 | + |
61 | 62 | |
62 | 63 | |
63 | 64 | |
| ||
110 | 111 | |
111 | 112 | |
112 | 113 | |
113 | | - |
114 | | - |
| 114 | + |
115 | 115 | |
116 | 116 | |
117 | 117 | |
|
0 commit comments