Fix pure Python struct test in Py<3.6 where keyword dicts are unordered. This...
Fix pure Python struct test in Py<3.6 where keyword dicts are unordered. This means that cython.struct(x=int, y=float) has a non-deterministic order.
Showing
Please register or sign in to comment