diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2024-07-17 08:04:45 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-17 08:04:45 (GMT) |
commit | 09ff4ec14f4285aca1ddf907274e2bb3a1fbb6a1 (patch) | |
tree | 9778290fb77610cdd63f0026c6037991e7e24ec0 /Python/fileutils.c | |
parent | d358f74a695b41b2b494b82df7ce3fd719dfac9c (diff) | |
download | cpython-09ff4ec14f4285aca1ddf907274e2bb3a1fbb6a1.zip cpython-09ff4ec14f4285aca1ddf907274e2bb3a1fbb6a1.tar.gz cpython-09ff4ec14f4285aca1ddf907274e2bb3a1fbb6a1.tar.bz2 |
[3.13] gh-121153: Fix some errors with use of _PyLong_CompactValue() (GH-121154) (GH-121900)
* The result has type Py_ssize_t, not intptr_t.
* Type cast between unsigned and signed integer types should be explicit.
* Downcasting should be explicit.
* Fix integer overflow check in sum().
(cherry picked from commit 1801545)
Diffstat (limited to 'Python/fileutils.c')
0 files changed, 0 insertions, 0 deletions