"If onerror is called and returns normally, then i...
# development
h
"If onerror is called and returns normally, then it is assumed that it handled the exception on its own and nothing is printed to stderr. " <- I'm not sure what "returns normally" means in this context. what is that handler supposed to return if it handles an exception itself? (which, IIRC, we're not doing with that handler function)