Jack Kamm <jackk...@gmail.com> writes:

Also, could you try executing some simple ob-python session blocks and
see if they hang? e.g.,

#+begin_src python :session :results output
  print(1+1)
#+end_src

#+begin_src python :session :results value
  1+1
#+end_src

These both work for me now on master as of f17d301e1.
I ran make test and recieved the following output:

1 unexpected results:
  FAILED  test-ob-python/session-multiline

Applied the patch you provided, re-ran make test and recieved:

Ran 862 tests, 862 results as expected, 0 unexpected (2020-09-09 00:12:49-0400, 15.237936 sec)
12 expected failures

Source blocks executed correctly as well.

Reply via email to