Freeze by `unittest.mock.call??`
Open
- Dominant language
- Python
- Stars
- 16.8k
- Forks
- 4.5k
- Avg merge
- 1d 2h
- Merged PRs (30d)
- 6
Description
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.
Contributor guide
Assessment
This issue has not been assessed yet.