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 brett.cannon
Recipients brett.cannon, cvrebert, georg.brandl, gregory.p.smith, johannes.janssen, michael.foord, thobe
Date 2009-08-16.23:16:48
SpamBayes Score 3.295488e-07
Marked as misclassified No
Message-id <1250464609.55.0.340778905532.issue6712@psf.upfronthosting.co.za>
In-reply-to
Content
It sounds like inspect needs to have its docs updated such that it makes 
it explicit inspect.currentframe() requires sys._getframe() to exist to 
return anything of use (the code returns None in other cases). So the 
public API can exist, but it needs to say what it depends on is optional.
History
Date User Action Args
2009-08-16 23:16:49brett.cannonsetrecipients: + brett.cannon, georg.brandl, gregory.p.smith, michael.foord, cvrebert, johannes.janssen, thobe
2009-08-16 23:16:49brett.cannonsetmessageid: <1250464609.55.0.340778905532.issue6712@psf.upfronthosting.co.za>
2009-08-16 23:16:48brett.cannonlinkissue6712 messages
2009-08-16 23:16:48brett.cannoncreate