STINNER Victor added the comment:

> return '%d:%d' % (os.major(st.st_rdev), os.minor(st.st_rdev))

Can you check if the error comes from os.major() or os.minor(), and please 
provide the value of st_rdev?

You can modify the unit test to catch SystemError and raise a new exception 
with more information.

----------

_______________________________________
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