[issue13911] test_trace depends on dict repr() ordering

2012-02-08 Thread Mark Shannon
Mark Shannon added the comment: Failure occurs in test_pprint which is covered by issue 13907 -- resolution: -> duplicate status: open -> closed ___ Python tracker ___

[issue13911] test_trace depends on dict repr() ordering

2012-02-03 Thread Terry J. Reedy
Changes by Terry J. Reedy : -- nosy: +belopolsky stage: -> test needed versions: +Python 3.3 ___ Python tracker ___ ___ Python-bugs-l

[issue13911] test_trace depends on dict repr() ordering

2012-01-29 Thread Mark Shannon
New submission from Mark Shannon : Changing PyDict_MINSIZE to 4 causes the following failure python -m test.test_trace ... == ERROR: test_coverage (__main__.TestCoverage) ---