Bugs item #1529297, was opened at 2006-07-26 15:02 Message generated for change (Settings changed) made by macquigg You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1529297&group_id=5470
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Python Interpreter Core Group: Python 2.5 Status: Open Resolution: None Priority: 5 Submitted By: David MacQuigg (macquigg) Assigned to: Nobody/Anonymous (nobody) >Summary: unrelated variable messing up doctests Initial Comment: Version 2.5b2 with IDLE 1.2b2 running on Windows XP Home, fully updated. Unpack the attached zip file. Open program.py, test_suite.py, in separate IDLE windows. Run test_suite.py. 8 passed and 0 failed. Now add a variable at the top of program.py, any name will do. xyz = 2 Re-run test_suite.py. 7 passed and 1 failed !! I haven't been able to isolate the problem, but it is repeatable. Taking out blocks of unrelated statements changes the behavior. Feels like a memory allocation error, or something strange. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1529297&group_id=5470 _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com