Commit e55256f
Matthias Bussonnier
Add option to
In some narrow but rate case; it is useful to be allow to compile code
with top-level await features; for example when writing a REPL.
This attempt to allow that.compile() to accept top-level await features.1 parent ad2ed0a commit e55256f
7 files changed
Lines changed: 61 additions & 15 deletions
File tree
- Doc/library
- Include
- Lib/test
- Misc/NEWS.d/next/Core and Builtins
- Parser
- Python
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
257 | 257 | | |
258 | 258 | | |
259 | 259 | | |
| 260 | + | |
| 261 | + | |
| 262 | + | |
| 263 | + | |
| 264 | + | |
| 265 | + | |
260 | 266 | | |
261 | 267 | | |
262 | 268 | | |
| |||
290 | 296 | | |
291 | 297 | | |
292 | 298 | | |
| 299 | + | |
| 300 | + | |
| 301 | + | |
| 302 | + | |
293 | 303 | | |
294 | 304 | | |
295 | 305 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| 21 | + | |
| 22 | + | |
21 | 23 | | |
22 | 24 | | |
23 | 25 | | |
| |||
358 | 360 | | |
359 | 361 | | |
360 | 362 | | |
| 363 | + | |
| 364 | + | |
| 365 | + | |
| 366 | + | |
| 367 | + | |
| 368 | + | |
| 369 | + | |
| 370 | + | |
| 371 | + | |
| 372 | + | |
| 373 | + | |
| 374 | + | |
| 375 | + | |
| 376 | + | |
| 377 | + | |
| 378 | + | |
| 379 | + | |
| 380 | + | |
| 381 | + | |
| 382 | + | |
| 383 | + | |
| 384 | + | |
| 385 | + | |
| 386 | + | |
| 387 | + | |
| 388 | + | |
| 389 | + | |
361 | 390 | | |
362 | 391 | | |
363 | 392 | | |
| |||
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1000 | 1000 | | |
1001 | 1001 | | |
1002 | 1002 | | |
| 1003 | + | |
| 1004 | + | |
1003 | 1005 | | |
1004 | 1006 | | |
1005 | 1007 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2608 | 2608 | | |
2609 | 2609 | | |
2610 | 2610 | | |
2611 | | - | |
| 2611 | + | |
| 2612 | + | |
| 2613 | + | |
2612 | 2614 | | |
2613 | 2615 | | |
2614 | 2616 | | |
| 2617 | + | |
2615 | 2618 | | |
2616 | 2619 | | |
2617 | 2620 | | |
| |||
4550 | 4553 | | |
4551 | 4554 | | |
4552 | 4555 | | |
4553 | | - | |
4554 | | - | |
4555 | | - | |
4556 | | - | |
| 4556 | + | |
| 4557 | + | |
| 4558 | + | |
| 4559 | + | |
4557 | 4560 | | |
4558 | 4561 | | |
4559 | 4562 | | |
| |||
4761 | 4764 | | |
4762 | 4765 | | |
4763 | 4766 | | |
4764 | | - | |
4765 | | - | |
| 4767 | + | |
| 4768 | + | |
| 4769 | + | |
| 4770 | + | |
4766 | 4771 | | |
4767 | 4772 | | |
4768 | 4773 | | |
4769 | | - | |
4770 | | - | |
4771 | | - | |
4772 | | - | |
4773 | | - | |
4774 | | - | |
| 4774 | + | |
| 4775 | + | |
4775 | 4776 | | |
| 4777 | + | |
4776 | 4778 | | |
4777 | 4779 | | |
4778 | 4780 | | |
| |||
5708 | 5710 | | |
5709 | 5711 | | |
5710 | 5712 | | |
5711 | | - | |
| 5713 | + | |
5712 | 5714 | | |
5713 | 5715 | | |
5714 | 5716 | | |
| |||
0 commit comments