Propagating options through list comprehensions.
authorDag Sverre Seljebotn <dagss@student.matnat.uio.no>
Fri, 15 Aug 2008 19:44:22 +0000 (21:44 +0200)
committerDag Sverre Seljebotn <dagss@student.matnat.uio.no>
Fri, 15 Aug 2008 19:44:22 +0000 (21:44 +0200)
commitce0cf9b5cf19b1b06bb0d7ac65600120865f2398
tree739f7395ab1575bd926ce4a76500a7f3ad1ace37
parentd3b92ce4a710daa8a718163efffafcd396775905
Propagating options through list comprehensions.

Side-effect: Buffer access starts working within list comprehensions.
Cython/Compiler/ExprNodes.py
tests/run/bufaccess.pyx
tests/run/tnumpy.pyx