main icon indicating copy to clipboard operation
main copied to clipboard

sys.settrace incompatibilities

Open ironpythonbot opened this issue 9 years ago • 1 comments

We now have a sys.settrace implementation but the CPython test demonstrates a few incompatibilities that we can't fix:

  1. Non-deterministic collection of certain objects, such as generators. We'll collect them at some random point in the future, CPython collects immediately so you get deterministic results on stepping through them even if they don't complete.
  2. We don't support turning on sys.settrace and then interacting w/ functions that are already on the call stack.

Work Item Details

Original CodePlex Issue: Issue 23324 Status: Active Reason Closed: Unassigned Assigned to: Unassigned Reported on: Jun 30, 2009 at 11:10 PM Reported by: dinov Updated on: Feb 22, 2013 at 2:13 AM Updated by: harrypierson

ironpythonbot avatar Dec 09 '14 17:12 ironpythonbot

@kunom Do your recent changes cover this?

slide avatar Oct 19 '16 09:10 slide