mirror of
https://github.com/python/cpython.git
synced 2026-05-06 20:51:17 -04:00
51abbc7b4a
This code generated a C assertion:
assert 1, ([s for s in x] +
[s for s in x])
pass
assert was completely broken, it needed to use the proper block.
compiler_use_block() is now no longer used, so remove it.