disable some Cython syntax in .py compilation mode: typecasts, &..., sizeof()
authorStefan Behnel <stefan_ml@behnel.de>
Mon, 29 Oct 2012 15:34:17 +0000 (16:34 +0100)
committerStefan Behnel <stefan_ml@behnel.de>
Mon, 29 Oct 2012 15:34:17 +0000 (16:34 +0100)
commitf230a8615f775d8323d66518bb7b50612ea38f26
treee896a977b3a6fd58e5ed407a79046b2fc5531fee
parent293a9b51c1dddb1cc03595ad2b26627522dda7f7
disable some Cython syntax in .py compilation mode: typecasts, &..., sizeof()
Cython/Compiler/Parsing.py