Matthias Klose added the comment:

so the culprit is an "optimization":

"Committed to 2.7 with small change: stat() and makedev() should return int 
instead of long if possible."

the test case however expects a long. st_dev is now not always a long, but an 
int or long depending on the value.

----------

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

Reply via email to