I can consistently make my Ubuntu 14.04 host freeze with this recipe:
On Python 3.6.1 installed via pyenv (https://github.com/pyenv/pyenv), and IPython 6.0.0 installed via pip run:
>>> from unittest.mock import call
>>> call??
Observe the entire host stop responding, as if all the CPU and/or memory are consumed by IPython.
I can consistently make my Ubuntu 14.04 host freeze with this recipe:
On Python 3.6.1 installed via
pyenv(https://github.com/pyenv/pyenv), and IPython 6.0.0 installed viapiprun:Observe the entire host stop responding, as if all the CPU and/or memory are consumed by IPython.