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 ncoghlan
Recipients belopolsky, loewis, ncoghlan
Date 2008-12-15.11:05:51
SpamBayes Score 1.628178e-08
Marked as misclassified No
Message-id <[email protected]>
In-reply-to
Content
I have a test case locally that demonstrates both the missing line
number in the __main__.py from a zipfile case, as well as the display of
main.c as the filename (the latter is not specific to the zipfile case -
it also happens for a normal main module).

It still seems to me that there is something going wrong at a deeper
level for doctest to be getting the "in main.c" part wrong. I want to
get to the bottom of that before working around the problem at the line
number lookup stage.
History
Date User Action Args
2008-12-15 11:05:55ncoghlansetrecipients: + ncoghlan, loewis, belopolsky
2008-12-15 11:05:55ncoghlansetmessageid: <[email protected]>
2008-12-15 11:05:52ncoghlanlinkissue4197 messages
2008-12-15 11:05:51ncoghlancreate