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 AstraLuma
Recipients AstraLuma, draghuram, gvanrossum
Date 2008-01-03.21:30:50
SpamBayes Score 0.09248727
Marked as misclassified No
Message-id <1199395850.66.0.486550720878.issue1728@psf.upfronthosting.co.za>
In-reply-to
Content
Indeed. For the distutils.cmd case, linecache.updatecache() takes
"cmd.py" and tracks that down to /usr/lib/python2.5/cmd.py. This would
also explain the sqlite3.tests.types problem.

The bug seems to be that the inspect module doesn't pass enough context
information to linecache to unambiguously locate the file.
History
Date User Action Args
2008-01-03 21:30:50AstraLumasetspambayes_score: 0.0924873 -> 0.09248727
recipients: + AstraLuma, gvanrossum, draghuram
2008-01-03 21:30:50AstraLumasetspambayes_score: 0.0924873 -> 0.0924873
messageid: <1199395850.66.0.486550720878.issue1728@psf.upfronthosting.co.za>
2008-01-03 21:30:50AstraLumalinkissue1728 messages
2008-01-03 21:30:50AstraLumacreate