safety fix: a string as source input to the scanner should always be considered a...
authorStefan Behnel <scoder@users.berlios.de>
Sun, 14 Mar 2010 14:01:35 +0000 (15:01 +0100)
committerStefan Behnel <scoder@users.berlios.de>
Sun, 14 Mar 2010 14:01:35 +0000 (15:01 +0100)
commitf6c607382751ecc36c31a4e2bf918e49f67df583
treeb1c8283e9883d524682eee0b7e1219e80805407d
parent7e1933c77cf66f87f9bcf4eb9acdae0dfb524b4b
safety fix: a string as source input to the scanner should always be considered a .pyx file for now, regardless of how you name it
Cython/Compiler/Scanning.py