commit | 51abbc7b4affeeedb8faf1adee8195be9ad8195f | [log] [tgz] |
---|---|---|
author | Neal Norwitz <nnorwitz@gmail.com> | Sun Dec 18 07:06:23 2005 +0000 |
committer | Neal Norwitz <nnorwitz@gmail.com> | Sun Dec 18 07:06:23 2005 +0000 |
tree | c4bc413f79bfff8a43e91a0f2bd15322da92cce9 | |
parent | 0e7a0ed335b464eb82e2b06f334566fe6d35226a [diff] |
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.