Undefined behavior in struct.unpack
#96735
Labels
3.10
only security fixes
3.11
only security fixes
3.12
bugs and security fixes
extension-modules
C modules in the Modules dir
type-bug
An unexpected behavior, bug, or error
type-crash
A hard crash of the interpreter, possibly with a core dump
Reproducer:
Error:
Modules/_struct.c:842:15: runtime error: left shift of 72057594037927935 by 8 places cannot be represented in type 'long long int'
Compiler options:
Python version:
Python 3.12.0a0 (heads/main:30cc1901efa, Sep 10 2022, 10:14:58) [GCC 9.4.0] on linux
The text was updated successfully, but these errors were encountered: