##// END OF EJS Templates
never use Queue.get(timeout=None)...
never use Queue.get(timeout=None) Queue.get(timeout=None) has stupid uninterruptible behavior, so wait for a week instead.

File last commit:

r9355:fa603a8f
r9358:d72b217f
Show More
__init__.py
5 lines | 121 B | text/x-python | PythonLexer
"""IPython kernel bases and utilities"""
from .connect import *
from .launcher import *
from .kernelmanagerabc import *