Skip to content

issues Search Results · repo:python/cpython language:Python

Filter by

72k results
 (95 ms)

72k results

inpython/cpython (press backspace or delete to remove)

Crash report Bug description: For example, the following function will trigger the problem: import pprint def spam(): pprint.pprint([]) Crash in test_code (on a debug build): python: Objects/codeobject.c:1944: ...
3.14
3.15
interpreter-core
type-crash
  • ericsnowcurrently
  • Opened 
    17 minutes ago
  • #135437

Bug report Bug description: I thought I add 3.14-dev to our CI on github actions and after fixing some obvious issues, this one was left (the code is tested successfully on 3.10 .. 3.13): File /home/runner/work/borg/borg/src/borg/archiver/create_cmd.py ...
3.14
3.15
extension-modules
type-bug
  • ThomasWaldmann
  • 6
  • Opened 
    4 hours ago
  • #135429

Bug report Bug description: I m aware that __static_attributes__ is only intented to be a heuristic (#123860), but perhaps dataclasses are common enough to warrant inclusion? @dataclass class A: ...
topic-dataclasses
type-bug
  • ariebovenberg
  • 3
  • Opened 
    5 hours ago
  • #135428

Bug report Bug description: Hi, With the recent change that Python now throws a warning for programs that fork() when there are more than one threads. I was hoping to use -Werror to find and pinpoint ...
3.13
3.14
3.15
extension-modules
type-bug
  • fperrin
  • 2
  • Opened 
    6 hours ago
  • #135427

Bug report Bug description: crash.py: import ast ast.parse( f {5\nclass \ta: 0 ) On 3.11.13: % python3.11 crash.py Traceback (most recent call last): File /Users/ned/coverage/trunk/crash.py ...
3.11
type-bug
  • nedbat
  • 3
  • Opened 
    6 hours ago
  • #135426

Bug report Bug description: I m giving macOS Tahoe a try and when installing Python 3.13 with macPorts or building from source it fails with 0:00:29 load avg: 13.06 [40/43] test_tabnanny 0:00:29 load ...
build
OS-mac
pending
type-bug
  • smasyutin
  • 3
  • Opened 
    9 hours ago
  • #135424

Bug report In https://github.com/python/cpython/issues/134036 I broke this use-case: # ex.py raise AssertionError() from None print(1,,2) Running ./python.exe ex.py on it produces: » ./python.exe ...
3.15
interpreter-core
topic-parser
type-bug
  • sobolevn
  • 1
  • Opened 
    9 hours ago
  • #135422

Feature or enhancement Proposal: The wheel for the GPy package lacks cython-compiled binary modules on the ARM64 architecture. For example, the choleskies_cython cython submodule is only available for ...
invalid
  • yurivict
  • 3
  • Opened 
    14 hours ago
  • #135418

Documentation Image The word traceback shouldn t be translate here.
docs
  • Locked-chess-official
  • 1
  • Opened 
    16 hours ago
  • #135415

Bug report Bug description: I m not sure if this is a bug or not, but I ended up having to skip cleanup when sys.is_finalizing() to prevent the exception at shutdown. So maybe we skip the whole thread ...
pending
topic-asyncio
type-bug
  • fried
  • 4
  • Opened 
    18 hours ago
  • #135413
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue search results · GitHub