##// END OF EJS Templates
Backport PR #5845: Pass Windows interrupt event to kernels as an environment variable...
Backport PR #5845: Pass Windows interrupt event to kernels as an environment variable This allows third party kernels to use our interrupt mechanism on Windows. Closes gh-5840

File last commit:

r14009:6f019b30
r16754:8c1227a0
Show More
__main__.py
3 lines | 104 B | text/x-python | PythonLexer
MinRK
add `python -m` entry points for everything
r14009 if __name__ == '__main__':
from IPython.testing import iptestcontroller
iptestcontroller.main()