[issue13910] test_packaging is dependent on dict ordering.

2012-02-03 Thread Éric Araujo
Éric Araujo added the comment: Thanks for the report; it was not obvious (due to title/scope change) that there was already one :) I’m on this. -- assignee: -> eric.araujo resolution: -> duplicate stage: test needed -> committed/rejected status: open -> closed superseder: -> pysetu

[issue13910] test_packaging is dependent on dict ordering.

2012-02-03 Thread Terry J. Reedy
Changes by Terry J. Reedy : -- nosy: +alexis, eric.araujo, tarek stage: -> test needed versions: +Python 3.3 ___ Python tracker ___ _

[issue13910] test_packaging is dependent on dict 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_packaging ... Traceback (most recent call last): File "/home/mark/python/cpython/Lib/runpy.py", line 160, in _run_module_as_main "__main__", fname, loader, pkg_name) File "/