[Ironpython-users] IronPython, Daily Digest 7/8/2011

no_reply at codeplex.com no_reply at codeplex.com
Sat Jul 9 16:43:02 CEST 2011


Hi ironpython,

Here's your Daily Digest of new issues for project "IronPython".

In today's digest:ISSUES

1. [New issue] Code compiled for tracing isn't debuggable using the VS debugger
2. [New comment] [2.7] please add __format__ to datetime classes
3. [New comment] Enable running Python scripts on Windows Phone 7

----------------------------------------------

ISSUES

1. [New issue] Code compiled for tracing isn't debuggable using the VS debugger
http://ironpython.codeplex.com/workitem/30988
User dinov has proposed the issue:

"You if you enable sys.settrace .NET debugging stops working.  We should probably emit symbols for sys.settrace code if we're in debug mode too.

test.py:

import sys

def f(*args):
    return f

sys.settrace(f)

import test2

test2.py:
def g():
    while True:
        pass

g()

Run ipy.exe -X:Debug test.py
Attach VS to ipy's process and open test2.py
Set a break point in g() - the breakpoint is not hit."-----------------

2. [New comment] [2.7] please add __format__ to datetime classes
http://ironpython.codeplex.com/workitem/30447
User jdhardy has commented on the issue:

"Fixed in 37f4f8a."-----------------

3. [New comment] Enable running Python scripts on Windows Phone 7
http://ironpython.codeplex.com/workitem/26534
User chadbr has commented on the issue:

"Would love to have this..."
----------------------------------------------



----------------------------------------------
You are receiving this email because you subscribed to notifications on CodePlex.

To report a bug, request a feature, or add a comment, visit IronPython Issue Tracker. You can unsubscribe or change your issue notification settings on CodePlex.com.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/ironpython-users/attachments/20110709/b95b515c/attachment.html>


More information about the Ironpython-users mailing list