[IronPython] (no subject)

yngipy hernan yngipy at gmail.com
Thu Jul 8 08:13:46 CEST 2010


Hi all,

I have observed something that may be an issue, see snippet below

import sys

#filename is temp.py
print 'hello world'
print 'hello world'
print 'Line : %s'%sys._getframe(0).f_lineno

Here is my command line:

ipy.exe -X:FullFrames temp.py

The command "sys._getframe(0).f_lineno" always returns 1.

Below my IPY version:
IronPython 2.6.1 (2.6.10920.0) on .NET 4.0.30319.1

Note that CPython 2.6.5 reports "6"

Regards,
Yngipy
IPRobot (http://pyas.svn.sourceforge.net/viewvc/pyas/trunk/src/ipr/)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/ironpython-users/attachments/20100708/f0863a14/attachment.html>


More information about the Ironpython-users mailing list