Closed as not planned
Description
Bug report
The runtime error will occur on simply launching the interpreter.
Modules/posixmodule.c:15451:9: runtime error: left shift of 34 by 26 places cannot be represented in type 'int'
Modules/posixmodule.c:15451:9: runtime error: left shift of 34 by 26 places cannot be represented in type 'int'
Python 3.12.0a0 (heads/main:dc2757accd, Aug 3 2022, 19:28:30) [GCC 10.2.1 20210110] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>>
Your environment
- CPython versions tested on: 3.12.0a0
- Operating system and architecture: Debian 11 -- amd64
debug output is attached. out.txt

