cpython/Misc/NEWS.d/next/Library/2024-05-24-11-47-08.gh-issu...

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.