unthrow
unthrow copied to clipboard
python exception which you can resume
Results
2
unthrow issues
Sort by
recently updated
recently updated
newest added
Hi, are there any hints for how to build this as a pyodide package? I'm trying with Pyodide stable (0.17.0, with Python 3.8), and I think I've almost made it...
Like other people in https://github.com/pyodide/pyodide/issues/1219 I'm trying to port an educational platform (http://futurecoder.io/) to pyodide and want to get `input()` working nicely. So I'm trying to understand this code to...