# Bug report ### Bug description: ```python a if (1 if b else c) else d ``` output (Python 3.12.0rc3+): ```python python: Python/flowgraph.c:1598: optimize_cfg: Assertion `no_redundant_nops(g)' failed. ``` tested with the current 3.12 branch (538f505a3744ab1dd29861a859ab81ab65436144) ### CPython versions tested on: 3.12 ### Operating systems tested on: Linux <!-- gh-linked-prs --> ### Linked PRs * gh-109899 * gh-109987 * gh-110048 <!-- /gh-linked-prs -->
Bug report
Bug description:
output (Python 3.12.0rc3+):
tested with the current 3.12 branch (538f505)
CPython versions tested on:
3.12
Operating systems tested on:
Linux
Linked PRs