[issue15385] Behaviour change in runpy for __file__ attributes between 3.2 and 3.3

2012-07-18 Thread Nick Coghlan
Changes by Nick Coghlan : -- resolution: -> works for me status: open -> closed ___ Python tracker ___ ___ Python-bugs-list mailing l

[issue15385] Behaviour change in runpy for __file__ attributes between 3.2 and 3.3

2012-07-18 Thread Nick Coghlan
New submission from Nick Coghlan : Directory setup: linkdir is a symlink to realdir $ python3 -c "import sys; sys.path.insert(0, 'linkdir'); import runpy; print(runpy.run_module('foo')['__file__'])" /home/ncoghlan/devel/play/realdir/foo.py $ ../py3k/python -c "import sys; sys.path.insert(0, 'li