[issue25026] (FreeBSD/OSX) Fix fcntl module to accept 'unsigned long' type commands for ioctl(2).

Serhiy Storchaka report at bugs.python.org
Tue Sep 8 11:36:51 CEST 2015


Serhiy Storchaka added the comment:

Originally the type of the code variable in fcntl_ioctl() was int. In cbad1f5cabb1 it was changed to unsigned int. I guess that the log message that you cited was written before this.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue25026>
_______________________________________


More information about the Python-bugs-list mailing list