##// END OF EJS Templates
Draft of context closing....
Draft of context closing. I have added atexit.register(context.close) to both the kernel and the frontend. This required pyzmq master and zeromq 2.0.8 or 2.0.9. This code is commented out for now, but it is easy to enable and test.

File last commit:

r1420:34bafc01
r3046:452f07b9
Show More
simplevars.py
2 lines | 22 B | text/x-python | PythonLexer
Fernando Perez
Checkpoint with more tests working....
r1420 x = 1
print 'x is:',x