summaryrefslogtreecommitdiffstats
path: root/Objects/iterobject.c
diff options
context:
space:
mode:
authorNeal Norwitz <nnorwitz@gmail.com>2005-12-18 07:06:23 (GMT)
committerNeal Norwitz <nnorwitz@gmail.com>2005-12-18 07:06:23 (GMT)
commit51abbc7b4affeeedb8faf1adee8195be9ad8195f (patch)
treec4bc413f79bfff8a43e91a0f2bd15322da92cce9 /Objects/iterobject.c
parent0e7a0ed335b464eb82e2b06f334566fe6d35226a (diff)
downloadcpython-51abbc7b4affeeedb8faf1adee8195be9ad8195f.zip
cpython-51abbc7b4affeeedb8faf1adee8195be9ad8195f.tar.gz
cpython-51abbc7b4affeeedb8faf1adee8195be9ad8195f.tar.bz2
Fix Armin's bug 1333982. He found it, he didn't created it :-)
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.
Diffstat (limited to 'Objects/iterobject.c')
0 files changed, 0 insertions, 0 deletions