Commit fb01a4e
committed
Pyodide workaround due greedy properties access
THe issue is explained in here: pyscript/pyscript#2106
This MR adds reserved workers words to avoid creating forever pending promises all over the place.
The list of words is `__dict__`, `constructor`, `get`, `has`, `includes`, `next`, `set` and `then`.1 parent de009fb commit fb01a4e
3 files changed
+13
-5
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
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 | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
12 | | - | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
13 | 21 | | |
14 | 22 | | |
0 commit comments