[issue5635] test_sys reference counting fails while tracing

2009-03-31 Thread David Christian
New submission from David Christian d...@rpath.com: test_sys refcount test checks that assigning None to a local variable n increases the references to None by exactly 1. However sys.settrace is set, then the frame object must be instantiated to be passed to the trace object. This increments

[issue5635] test_sys reference counting fails while tracing

2009-03-31 Thread Georg Brandl
Georg Brandl ge...@python.org added the comment: Committed in r70933. Thanks! -- nosy: +georg.brandl resolution: - accepted status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue5635