mirror of https://github.com/python/cpython
4 lines
221 B
ReStructuredText
4 lines
221 B
ReStructuredText
|
Fix ``fcntl.ioctl()`` *request* parameter: use an ``unsigned long`` instead of
|
||
|
an ``unsigned int`` for the *request* parameter of :func:`fcntl.ioctl` to
|
||
|
support requests larger than ``UINT_MAX``. Patch by Victor Stinner.
|