[issue1665] re.match.func_code.co_filename returns "re.py"

thekorn report at bugs.python.org
Thu Dec 20 00:13:59 CET 2007


thekorn added the comment:

Thanks for your fast reply.
I'm using the python package of ubuntu-feisty,
$ python
Python 2.5.1 (r251:54863, Oct  5 2007, 13:50:07) 
[GCC 4.1.3 20070929 (prerelease) (Ubuntu 4.1.2-16ubuntu2)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import re
>>> re.match.func_code.co_filename
're.py'
>>> 

So maybe it's ubuntu-specific!?

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue1665>
__________________________________


More information about the Python-bugs-list mailing list