New submission from thekorn: re.match.func_code.co_filename returns "re.py" I expect something like "/usr/lib/python2.5/re.py"
This causes issues in the "inspect"-module like: >>> inspect.getabsfile(re.match) >>> '<current-dir>/re.py' Sorry, this is my first python-bugreport, please ping me if you need any further details. Markus __________________________________ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue1665> __________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com