##// END OF EJS Templates
Extract session buffers as memoryviews...
Extract session buffers as memoryviews A bug in pyzmq forces us to have a workaround, which can be deleted when the pyzmq dependency is upgraded to fix pyzmq issue #646. Thanks to @minrk for helping work on the code and also for the bugfix in pyzmq.

File last commit:

r14009:6f019b30
r20450:d4b39a33
Show More
__main__.py
3 lines | 104 B | text/x-python | PythonLexer
if __name__ == '__main__':
from IPython.testing import iptestcontroller
iptestcontroller.main()