STINNER Victor added the comment:

I don't understand the link with tracemalloc. I get the same result if I 
comment all lines containing tracemalloc.

With Python 3.3, I get:

Traceback (most recent call last):
  File "x.py", line 9, in <module>
    print(arg.lineno, arg.col_offset)
AttributeError: 'arg' object has no attribute 'lineno'

With Python 3.4, I get a number which looks random, but lineno and col_offset 
have the same value.

I'm not sure if it's a regression or not, so I set the priority to release 
blocker.

----------
nosy: +benjamin.peterson, larry
priority: normal -> release blocker

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue20619>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to