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 michael.foord
Recipients michael.foord
Date 2009-07-26.20:21:32
SpamBayes Score 1.0914428e-06
Marked as misclassified No
Message-id <1248639696.3.0.831428549243.issue6581@psf.upfronthosting.co.za>
In-reply-to
Content
Patch for inspect.py so that it will import correctly even if
sys._getframe is unavailable. 

Without this patch inspect can't be imported under IronPython 2.6
(breaking basic features like help) when started without Python stack
frame support.

The same fix is required on trunk.
History
Date User Action Args
2009-07-26 20:21:36michael.foordsetrecipients: + michael.foord
2009-07-26 20:21:36michael.foordsetmessageid: <1248639696.3.0.831428549243.issue6581@psf.upfronthosting.co.za>
2009-07-26 20:21:34michael.foordlinkissue6581 messages
2009-07-26 20:21:34michael.foordcreate