Checklist
Expected Behavior
Evaluating the following block code does not report an error on screen (using another "org error" buffer)
#+begin_src python :async
raise NotImplementedError
#+end_src
If you evaluate it withou :async, then the error is reported on screen.
The last section in troubleshooting.org shows this issue