On Sun, Mar 1, 2009 at 5:03 PM, David Christian
<david.christ...@gmail.com> wrote:
> In 2005, when the ast branch was merged to head, compile.c
>
> when setting the filename for the code object,
> PyString_InternFromString was replaced with PyString_FromString.
>
> http://svn.python.org/view?view=rev&revision=39758
>
> This means that where before, you could rely that
> <function>.func_code.co_filename == <function1>.func_code.co_filename

Are you sure you don't instead mean `is` rather than == ?

Cheers,
Chris

-- 
Shameless self-promotion:
http://blog.rebertia.com
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to