Skip to content

Issues: python/cpython

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Author
Filter by author
Loading
Label
Filter by label
Loading
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Loading
Milestones
Filter by milestone
Loading
Assignee
Filter by who’s assigned
Sort

Issues list

New REPL exposes its internal imports/definitions to top-level environment 3.13 bugs and security fixes 3.14 new features, bugs and security fixes topic-repl Related to the interactive shell type-bug An unexpected behavior, bug, or error
#118908 opened May 10, 2024 by chgnrdv
Change in pdb behavior at exit from post-mortem debugger type-bug An unexpected behavior, bug, or error
#118714 opened May 7, 2024 by chgnrdv
Crash when inspecting frame of other thread in free-threaded build topic-free-threading type-crash A hard crash of the interpreter, possibly with a core dump
#118680 opened May 7, 2024 by chgnrdv
test_trace lacks tests for line execution tracing tests Tests in the Lib/test dir type-bug An unexpected behavior, bug, or error
#115266 opened Feb 10, 2024 by chgnrdv
Display frame numbers in pdb stack trace and allow user to select needed frame by its number stdlib Python modules in the Lib dir type-feature A feature request or enhancement
#110953 opened Oct 16, 2023 by chgnrdv
Add value getter to _ctypes._Pointer topic-ctypes type-feature A feature request or enhancement
#110777 opened Oct 12, 2023 by chgnrdv
Crash at finalization after fail to start new thread 3.12 bugs and security fixes 3.13 bugs and security fixes extension-modules C modules in the Modules dir interpreter-core (Objects, Python, Grammar, and Parser dirs) type-crash A hard crash of the interpreter, possibly with a core dump
#109746 opened Sep 22, 2023 by chgnrdv
Assertion failure when marshalling buffer object with exception being set interpreter-core (Objects, Python, Grammar, and Parser dirs) type-crash A hard crash of the interpreter, possibly with a core dump
#106287 opened Jun 30, 2023 by chgnrdv
enum.Enum.__dir__ docs do not mention enum members in return value 3.11 only security fixes 3.12 bugs and security fixes stdlib Python modules in the Lib dir type-bug An unexpected behavior, bug, or error
#104235 opened May 6, 2023 by chgnrdv
Iterating over ctypes pointer causes hang or segmentation fault topic-ctypes type-bug An unexpected behavior, bug, or error
#92347 opened May 5, 2022 by chgnrdv
ProTip! Exclude everything labeled bug with -label:bug.