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

PEP 667 follow-up: hard deprecate PyEval_GetLocals() 3.14 new features, bugs and security fixes interpreter-core (Objects, Python, Grammar, and Parser dirs) topic-C-API triaged The issue has been accepted as valid by a triager.
#125170 opened Oct 9, 2024 by ncoghlan
Spelling Error docs Documentation in the Doc dir easy
#125168 opened Oct 9, 2024 by PhantomEclipse741
cProfile hangs / segfaults with 3.13t 3.13 bugs and security fixes topic-free-threading type-bug An unexpected behavior, bug, or error
#125165 opened Oct 8, 2024 by andrewkho
Speed up posixpath.realpath() in the common case type-feature A feature request or enhancement
#125159 opened Oct 8, 2024 by nineteendo
New REPL does not preserve history between sessions topic-repl Related to the interactive shell type-bug An unexpected behavior, bug, or error
#125154 opened Oct 8, 2024 by pfmoore
test_fma_zero_result fails due to unexpected zero instead of negative zero on NetBSD 3.13 bugs and security fixes 3.14 new features, bugs and security fixes tests Tests in the Lib/test dir type-bug An unexpected behavior, bug, or error
#125150 opened Oct 8, 2024 by furkanonder
For new REPL the help page should explain keyboard shortcuts type-feature A feature request or enhancement
#125142 opened Oct 8, 2024 by nascheme
Python 3.13.0 REPL loads local files unexpectedly, causing conflicts and security issues 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
#125140 opened Oct 8, 2024 by aleksa
_thread.RLock.release is not safe in free-threaded builds 3.13 bugs and security fixes 3.14 new features, bugs and security fixes topic-free-threading
#125139 opened Oct 8, 2024 by kumaraditya303
struct module has undefined behavior when loading bools stdlib Python modules in the Lib dir type-bug An unexpected behavior, bug, or error
#125118 opened Oct 8, 2024 by alex
pdb: can't debug a script with arguments 3.13 bugs and security fixes stdlib Python modules in the Lib dir type-bug An unexpected behavior, bug, or error
#125115 opened Oct 8, 2024 by Jamim
partial __getstate__ wrong (?) extension-modules C modules in the Modules dir type-bug An unexpected behavior, bug, or error
#125094 opened Oct 8, 2024 by albertz
Pathlib join pure windows path and pure posix path changes it behaviour on 3.13 3.13 bugs and security fixes topic-pathlib type-bug An unexpected behavior, bug, or error
#125069 opened Oct 7, 2024 by pohmelie
Python 3.13: tests fail on rocky linux 8 3.13 bugs and security fixes build The build process and cross-build tests Tests in the Lib/test dir topic-XML type-bug An unexpected behavior, bug, or error
#125067 opened Oct 7, 2024 by JacobHenner
_thread module docs: update yet another bullet point in the *caveats* list docs Documentation in the Doc dir
#125058 opened Oct 7, 2024 by zuo
urllib.request.urlopen hangs with timeout=30 and works with timeout=1 stdlib Python modules in the Lib dir type-bug An unexpected behavior, bug, or error
#125049 opened Oct 7, 2024 by saschanaz
The code generator(s) for the interpreters and JIT could do with better error reporting and documentation interpreter-core (Objects, Python, Grammar, and Parser dirs) type-feature A feature request or enhancement
#125046 opened Oct 7, 2024 by markshannon
2 tasks
Re-enable skipped test_zlib tests on s390x hardware acceleration tests Tests in the Lib/test dir
#125041 opened Oct 7, 2024 by encukou
this_instr should be const in generated code. this_instr is generated, and should be const. interpreter-core (Objects, Python, Grammar, and Parser dirs) type-bug An unexpected behavior, bug, or error
#125039 opened Oct 7, 2024 by markshannon
SIGSEGV with generators after direct change in gi_frame 3.13 bugs and security fixes 3.14 new features, bugs and security fixes interpreter-core (Objects, Python, Grammar, and Parser dirs) type-crash A hard crash of the interpreter, possibly with a core dump
#125038 opened Oct 7, 2024 by efimov-mikhail
Import system deadlocks in multithreading environments when performing circular imports pending The issue will be closed if no feedback is provided type-bug An unexpected behavior, bug, or error
#125037 opened Oct 7, 2024 by Jerem2360
ProTip! Type g i on any issue or pull request to go back to the issue listing page.