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 Lasse Schuirmann
Recipients Lasse Schuirmann
Date 2016-01-02.22:30:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1451773843.64.0.986014558431.issue25998@psf.upfronthosting.co.za>
In-reply-to
Content
You can see this when importing the Flask `request` object in a file that is doctested. The `request` object will throw a RuntimeError when one tries to access any attribute. Doctest tries to `inspect.unwrap` all objects in the file in order to find out if they're doctestable functions - and apparently only catches the `AttributeError` exception. Thus it crashes :)
History
Date User Action Args
2016-01-02 22:30:43Lasse Schuirmannsetrecipients: + Lasse Schuirmann
2016-01-02 22:30:43Lasse Schuirmannsetmessageid: <1451773843.64.0.986014558431.issue25998@psf.upfronthosting.co.za>
2016-01-02 22:30:43Lasse Schuirmannlinkissue25998 messages
2016-01-02 22:30:43Lasse Schuirmanncreate