X Tutup
The Wayback Machine - https://web.archive.org/web/20250617023524/https://github.com/python/cpython/issues/95635
Skip to content

make test fails; executable works; runtime error in background #95635

Closed as not planned
@slmatrix

Description

@slmatrix

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    pendingThe issue will be closed if no feedback is providedtype-bugAn unexpected behavior, bug, or error

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      X Tutup