diff options
author | Alexey Izbyshev <izbyshev@ispras.ru> | 2023-12-01 15:44:03 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-01 15:44:03 (GMT) |
commit | 0443f926becc38480fe60529ad9049ccceb635bd (patch) | |
tree | be8e56bd11c6d52b2635ef1429a3fa378412bf2d /Lib/idlelib/debugobj.py | |
parent | eb3c0dc66760d24fc64eaddcc705519ed621f84b (diff) | |
download | cpython-0443f926becc38480fe60529ad9049ccceb635bd.zip cpython-0443f926becc38480fe60529ad9049ccceb635bd.tar.gz cpython-0443f926becc38480fe60529ad9049ccceb635bd.tar.bz2 |
[3.11] bpo-35191: Fix unexpected integer truncation in socket.setblocking() (GH-10415)
On platforms with 64-bit long, socket.setblocking(x) treated all x
which lower 32 bits are zero as False due to integer truncation.
Reported by ubsan.
Diffstat (limited to 'Lib/idlelib/debugobj.py')
0 files changed, 0 insertions, 0 deletions