prevent 'file' from being recognised as a builtin type - it's no longer available...
authorStefan Behnel <scoder@users.berlios.de>
Tue, 2 Nov 2010 15:58:59 +0000 (16:58 +0100)
committerStefan Behnel <scoder@users.berlios.de>
Tue, 2 Nov 2010 15:58:59 +0000 (16:58 +0100)
commit22111321b037fc20ebe9af6723b24080278535a9
tree3db6b364b62dcbc0ee1e22c57c61bd2dac2c9e58
parentf5e3ddeee06376c248b33328e51682e4c6dd3b9b
prevent 'file' from being recognised as a builtin type - it's no longer available in Py3
Cython/Compiler/Builtin.py
Cython/Compiler/Symtab.py