Karthikeyan Singaravelan <tir.kar...@gmail.com> added the comment:

Thinking about it further the attached test is based on the ordering of dict 
and hence works only on 3.6 and above. But this test will be backported to mock 
on PyPI where this will fail on 2.7 and 3.4, 3.5. Is it okay to apply the fix 
that makes backporting easy though it has no effect on current CPython 
implementation or to only apply the test since it's fixed in CPython due to 
dict implementation detail and make sure the cabal backporting is done with 
this detail taken into account to run test only on 3.6+. But the latter makes 
the issue still prevalent in cabal's mock repo.

I think it's better to apply the fix along with the test that will make it easy 
on both ends. I am not aware of the backport process for mock on PyPI so 
feedback will be helpful on this.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue24928>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to