[New-bugs-announce] [issue6581] inspect.py sys._getframe patch for Python 2.6

Michael Foord report at bugs.python.org
Sun Jul 26 22:21:36 CEST 2009


New submission from Michael Foord <michael at 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 <report at bugs.python.org>
<http://bugs.python.org/issue6581>
_______________________________________


More information about the New-bugs-announce mailing list