This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients Claudiu.Popa, benjamin.peterson, larry, vstinner
Date 2014-02-13.21:55:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1392328547.23.0.542753633225.issue20619@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2014-02-13 21:55:47vstinnersetrecipients: + vstinner, larry, benjamin.peterson, Claudiu.Popa
2014-02-13 21:55:47vstinnersetmessageid: <1392328547.23.0.542753633225.issue20619@psf.upfronthosting.co.za>
2014-02-13 21:55:47vstinnerlinkissue20619 messages
2014-02-13 21:55:46vstinnercreate