Bug report
Bug description:
Reported via @encukou in this comment
The Emscripten buildbot is currently failing the PyRepl test. If I run the browser test locally, I get the following error in the JS console:
Unhandled Promise Rejection: TypeError: Module.PyUnstable_DumpTraceback is not a function. (In 'Module.PyUnstable_DumpTraceback(2, Module._PyGILState_GetThisThreadState())', 'Module.PyUnstable_DumpTraceback' is undefined)
If I revert to emscripten 6.0.0, the PyRepl page loads without a problem.
/cc @hoodmane
CPython versions tested on:
CPython main branch
Operating systems tested on:
Other
Bug report
Bug description:
Reported via @encukou in this comment
The Emscripten buildbot is currently failing the PyRepl test. If I run the browser test locally, I get the following error in the JS console:
Unhandled Promise Rejection: TypeError: Module.PyUnstable_DumpTraceback is not a function. (In 'Module.PyUnstable_DumpTraceback(2, Module._PyGILState_GetThisThreadState())', 'Module.PyUnstable_DumpTraceback' is undefined)If I revert to emscripten 6.0.0, the PyRepl page loads without a problem.
/cc @hoodmane
CPython versions tested on:
CPython main branch
Operating systems tested on:
Other