qiskit/releasenotes/notes/0.23/remove-pulse-deepcopy-9a19a...

8 lines
284 B
YAML

---
fixes:
- |
The Pulse expression parser should no longer periodically hang when called
from Jupyter notebooks. This is achieved by avoiding an internal ``deepycopy``
of a recursive object that seemed to be particularly difficult for the
memoization to evaluate.