SIGN IN SIGN UP

[3.13] gh-69214: Fix fcntl.ioctl() request type (GH-119498) (#119504)

gh-69214: Fix fcntl.ioctl() request type (GH-119498)

Use an 'unsigned long' instead of an 'unsigned int' for the request
parameter of fcntl.ioctl() to support requests larger than UINT_MAX.
(cherry picked from commit 92fab3356f4c61d4c73606e4fae705c6d8f6213b)

Co-authored-by: Victor Stinner <vstinner@python.org>
M
Miss Islington (bot) committed
0bab0b3a53da735838720f96f3d3bf86ca6ba125
Parent: c864efb
Committed by GitHub <noreply@github.com> on 5/24/2024, 12:54:59 PM