()
| 417 | wtfpm.printTimersDebugInfo() |
| 418 | elif (enterRepl or forceRepl): |
| 419 | async def runREPL(): |
| 420 | globalInitModule.initReplLibs() |
| 421 | await repl() |
| 422 | await pm.wait() |
| 423 | asyncio.run(runREPL()) |
| 424 | |
| 425 | globalThis.python.exit() # need for python.exit.code in require.py |