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 exarkun
Recipients exarkun
Date 2009-01-05.16:40:20
SpamBayes Score 0.19072187
Marked as misclassified No
Message-id <1231173621.16.0.0892471452842.issue4845@psf.upfronthosting.co.za>
In-reply-to
Content
Perhaps even more disconcerting is the disagreement between
inspect.getabsfile(f) and inspect.getabsfile(inspect.getmodule(f)).  The
latter agrees with the warnings system, unlike the former which just
looks at the filename in the .pyc.
History
Date User Action Args
2009-01-05 16:40:21exarkunsetrecipients: + exarkun
2009-01-05 16:40:21exarkunsetmessageid: <1231173621.16.0.0892471452842.issue4845@psf.upfronthosting.co.za>
2009-01-05 16:40:20exarkunlinkissue4845 messages
2009-01-05 16:40:20exarkuncreate