main icon indicating copy to clipboard operation
main copied to clipboard

sys module should contain _current_frames function just like Cpython.

Open ironpythonbot opened this issue 9 years ago • 0 comments

E:\IronPyTestFor2.5\ironpythonCompatableFor2.5\ironpythonCompatableFor2.5\25\L ib

ipy
IronPython console: IronPython 2.0A6 (2.0.11102.00) on .NET 2.0.50727.1318
Copyright (c) Microsoft Corporation. All rights reserved.

import sys
sys._current_frames()
Traceback (most recent call last):
File , line 0, in ##238
AttributeError: 'module' object has no attribute '_current_frames'

E:\IronPyTestFor2.5\ironpythonCompatableFor2.5\ironpythonCompatableFor2.5\25\L ib
python
Python 2.5 (r25:51908, Sep 19 2006, 09:52:17) [MSC v.1310 32 bit (Intel)] on win
32
Type ";help";, ";copyright";, ";credits"; or ";license"; for more information.
import sys
sys._current_frames()
{2216: }

Work Item Details

Original CodePlex Issue: Issue 23863 Status: Active Reason Closed: Unassigned Assigned to: Unassigned Reported on: Jul 28, 2009 at 12:03 AM Reported by: dfugate Updated on: Feb 22, 2013 at 2:12 AM Updated by: jdhardy Custom value: Reported internally at Microsoft. Test: test_sys.py CreatedDate: 12/11/2007 NewInternalID: 409680 OldInternalID: 360205 AreaPath: IronPython

ironpythonbot avatar Dec 09 '14 17:12 ironpythonbot