[IPython-dev] IDL/GDL kernel

Paul Moore p.f.moore at gmail.com
Thu Jul 31 03:00:38 EDT 2014


On 31 July 2014 07:52, Luke Stagner <lstagner at uci.edu> wrote:
> In regards to the kernel not shutting down the GDL process. It seems that
> kernel.do_shutdown is not being overridden by GDLKernel.do_shutdown. To
> check this I threw in an assert that will fail if GDLKernel.do_shutdown gets
> called. Suffice to say that assert is never thrown.

>From visual inspection, it appears to me that do_shutdown is indented
too far, making it a local function of do_execute, rather than a
method of the class.

Paul



More information about the IPython-dev mailing list