From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: [PATCH] Fix ob-python.el initiate session error with py-shell Date: Tue, 18 Feb 2020 14:07:52 +0100 Message-ID: <87wo8kxcuv.fsf@gnu.org> References: <877e0kjbqq.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:43423) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1j42bj-000444-VN for emacs-orgmode@gnu.org; Tue, 18 Feb 2020 08:08:14 -0500 In-Reply-To: <877e0kjbqq.fsf@gmail.com> (stardiviner's message of "Tue, 18 Feb 2020 20:55:41 +0800") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane-mx.org@gnu.org Sender: "Emacs-orgmode" To: stardiviner , Jack Kamm Cc: Org Mode Hi Stardiviner, I add Jack to the loop, as he's deciding for these patches. Jack: feel free to go ahead with committing, the release of 9.4 is not yet planned (I'll write to the list when it is.) Thanks! stardiviner writes: > When I have a python src block like this: > > #+begin_src python :session "test" :results output > print("hello, world") > #+end_src > > It will report session error. > > This minor patch should fixed ~py-shell~ initiate Python session issue. -- Bastien