Commit 9ff5f57
committed
fix(event-loop):
File "/home/runner/.cache/pypoetry/virtualenvs/pythonmonkey-lO6uHdZK-py3.9/lib/python3.9/site-packages/pythonmonkey/cli/pmjs.py", line 363, in runJS
await pm.wait() # blocks until all asynchronous calls finish
File "/opt/hostedtoolcache/Python/3.9.17/x64/lib/python3.9/asyncio/locks.py", line 226, in wait
await fut
RuntimeError: Task <Task pending name='Task-1' coro=<main.<locals>.runJS() running at /home/runner/.cache/pypoetry/virtualenvs/pythonmonkey-lO6uHdZK-py3.9/lib/python3.9/site-packages/pythonmonkey/cli/pmjs.py:363> cb=[_run_until_complete_cb() at /opt/hostedtoolcache/Python/3.9.17/x64/lib/python3.9/asyncio/base_events.py:184]> got Future <Future pending> attached to a different looppm.wait attached a different event-loop1 parent c6bf140 commit 9ff5f57
File tree
2 files changed
+14
-8
lines changed- include
- src/modules/pythonmonkey
2 files changed
+14
-8
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
222 | 222 | | |
223 | 223 | | |
224 | 224 | | |
225 | | - | |
226 | | - | |
227 | 225 | | |
| 226 | + | |
| 227 | + | |
228 | 228 | | |
229 | 229 | | |
230 | 230 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
268 | 268 | | |
269 | 269 | | |
270 | 270 | | |
| 271 | + | |
| 272 | + | |
| 273 | + | |
| 274 | + | |
| 275 | + | |
| 276 | + | |
| 277 | + | |
| 278 | + | |
| 279 | + | |
| 280 | + | |
| 281 | + | |
271 | 282 | | |
272 | 283 | | |
273 | 284 | | |
| |||
289 | 300 | | |
290 | 301 | | |
291 | 302 | | |
| 303 | + | |
292 | 304 | | |
293 | 305 | | |
294 | 306 | | |
| |||
406 | 418 | | |
407 | 419 | | |
408 | 420 | | |
409 | | - | |
410 | | - | |
411 | | - | |
412 | | - | |
413 | | - | |
414 | | - | |
415 | 421 | | |
416 | 422 | | |
417 | 423 | | |
| |||
0 commit comments