Replace filename strings with more generic source descriptors.
authorDag Sverre Seljebotn <dagss@student.matnat.uio.no>
Fri, 16 May 2008 14:12:20 +0000 (16:12 +0200)
committerDag Sverre Seljebotn <dagss@student.matnat.uio.no>
Fri, 16 May 2008 14:12:20 +0000 (16:12 +0200)
commit0221862606e0f2f1d1ef94080bfbfe1abf8b44bf
tree99b1aaaa11f20916c15c148b67b51511aa3bc7aa
parenta927b5a7c933cef6daade90a9b6b3799e930bc15
Replace filename strings with more generic source descriptors.

This facilitates using the parser and compiler with runtime sources (such as
strings), while still being able to provide context for error messages/C debugging comments.
Cython/Compiler/Code.py
Cython/Compiler/Errors.py
Cython/Compiler/Main.py
Cython/Compiler/ModuleNode.py
Cython/Compiler/Parsing.py
Cython/Compiler/Scanning.py