provide compiler directive to set __file__ and __path__ from the source path at modul...
authorStefan Behnel <stefan_ml@behnel.de>
Mon, 6 Aug 2012 18:32:19 +0000 (20:32 +0200)
committerStefan Behnel <stefan_ml@behnel.de>
Mon, 6 Aug 2012 18:32:19 +0000 (20:32 +0200)
commit885236845a881f235cfc787775af12eaf457d9bc
tree5767849a16e50354e112914e2d004928604453de
parente7c0e635c827bfd2c8a51a188edd18d86def1609
provide compiler directive to set __file__ and __path__ from the source path at module init time
Cython/Compiler/ModuleNode.py
Cython/Compiler/Options.py
Cython/Compiler/Symtab.py
tests/run/initial_file_path.srctree [new file with mode: 0644]