New submission from Michael Foord <mich...@voidspace.org.uk>:

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.

----------
assignee: michael.foord
components: Library (Lib)
files: inspect.patch
keywords: needs review, patch, patch
messages: 90955
nosy: michael.foord
severity: normal
status: open
title: inspect.py sys._getframe patch for Python 2.6
type: behavior
versions: Python 2.6, Python 2.7
Added file: http://bugs.python.org/file14571/inspect.patch

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue6581>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to