Commit a1f785e
authored
This reverts commit d37c2be.
Lambdas can't be safely deferred. There are various subtle assumptions about
lambdas not being deferred in different parts of the codebase, and figuring out
how to do this safely is almost certainly not worth the trouble. This would be
very difficult to validate, since lambda deferral would probably happen very
rarely in practice.
1 parent 1393e3f commit a1f785e
File tree
4 files changed
+4
-35
lines changed- mypy
- test-data/unit
4 files changed
+4
-35
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
404 | 404 | | |
405 | 405 | | |
406 | 406 | | |
407 | | - | |
408 | | - | |
| 407 | + | |
| 408 | + | |
409 | 409 | | |
410 | 410 | | |
411 | 411 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3928 | 3928 | | |
3929 | 3929 | | |
3930 | 3930 | | |
3931 | | - | |
3932 | | - | |
3933 | | - | |
3934 | | - | |
3935 | | - | |
3936 | | - | |
3937 | | - | |
| 3931 | + | |
3938 | 3932 | | |
3939 | 3933 | | |
3940 | 3934 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
351 | 351 | | |
352 | 352 | | |
353 | 353 | | |
354 | | - | |
355 | | - | |
356 | | - | |
357 | | - | |
358 | | - | |
359 | | - | |
360 | | - | |
361 | | - | |
362 | | - | |
363 | | - | |
364 | | - | |
365 | | - | |
366 | | - | |
367 | | - | |
368 | | - | |
369 | | - | |
370 | | - | |
371 | | - | |
372 | | - | |
373 | | - | |
374 | | - | |
375 | | - | |
376 | 354 | | |
377 | 355 | | |
378 | 356 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
738 | 738 | | |
739 | 739 | | |
740 | 740 | | |
741 | | - | |
| 741 | + | |
742 | 742 | | |
743 | | - | |
744 | | - | |
745 | | - | |
746 | 743 | | |
747 | 744 | | |
748 | 745 | | |
| |||
0 commit comments