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
Label
Filter by label
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Milestones
Filter by milestone
Assignee
Filter by who’s assigned
Sort

Issues list

The Tier 2 Optimizer interpreter-core (Objects, Python, Grammar, and Parser dirs) performance Performance or resource usage type-feature A feature request or enhancement
#113710 opened Jan 4, 2024 by Fidget-Spinner
C Comments about long integer representation are out of date docs Documentation in the Doc dir
#113706 opened Jan 4, 2024 by mdboom
code.InteractiveInterpreter.runsource() regression on Python 3.12+ interpreter-core (Objects, Python, Grammar, and Parser dirs) type-bug An unexpected behavior, bug, or error
#113703 opened Jan 4, 2024 by gpotter2
match statement is undocumented in built-in python help docs Documentation in the Doc dir
#113700 opened Jan 4, 2024 by britecrawlers
test_logging's test_111615 fails under WASI 3.12 bugs and security fixes 3.13 new features, bugs and security fixes tests Tests in the Lib/test dir topic-WebAssembly type-bug An unexpected behavior, bug, or error
#113692 opened Jan 3, 2024 by brettcannon
Split up Modules/gcmodule.c 3.13 new features, bugs and security fixes topic-free-threading type-feature A feature request or enhancement
#113688 opened Jan 3, 2024 by colesbury
Missing UF_ and SF_ flags in Lib/stat.py OS-mac type-feature A feature request or enhancement
#113666 opened Jan 2, 2024 by ronaldoussoren
bisect.insort*() docs: inconsistent formatting of O() docs Documentation in the Doc dir
#113664 opened Jan 2, 2024 by jwilk
3.12 starts to return an error when all tests in a test file are skipped tests Tests in the Lib/test dir type-bug An unexpected behavior, bug, or error
#113661 opened Jan 2, 2024 by fishy
Security risk of hidden pth files 3.8 only security fixes 3.9 only security fixes 3.10 only security fixes 3.11 bug and security fixes 3.12 bugs and security fixes 3.13 new features, bugs and security fixes type-security A security issue
#113659 opened Jan 2, 2024 by serhiy-storchaka
Python stack overflow collecting PGO data on Windows 3.12 bugs and security fixes build The build process and cross-build OS-windows performance Performance or resource usage type-bug An unexpected behavior, bug, or error
#113655 opened Jan 2, 2024 by mdboom
Add error to autoconf when building under wasm32-unknown-emscripten 3.13 new features, bugs and security fixes build The build process and cross-build deferred-blocker topic-WebAssembly type-bug An unexpected behavior, bug, or error
#113632 opened Jan 1, 2024 by brettcannon
Direct class dict modification through gc.get_referrers() leads to an invalid type cache and a segfault type-crash A hard crash of the interpreter, possibly with a core dump
#113631 opened Jan 1, 2024 by jstasiak
Safe data serialization with marshal module stdlib Python modules in the Lib dir type-feature A feature request or enhancement
#113626 opened Jan 1, 2024 by serhiy-storchaka
[improvement] Align object addresses in the Descriptor HowTo Guide docs Documentation in the Doc dir
#113625 opened Jan 1, 2024 by dsardelic
pygettext does not work with new f-strings (same quotes) type-bug An unexpected behavior, bug, or error
#113604 opened Dec 31, 2023 by Obstbeeren
Segfaults on 3.12 when using PySR and running Julia's GC type-crash A hard crash of the interpreter, possibly with a core dump
#113591 opened Dec 31, 2023 by MilesCranmer
del (a, [b]) is currently accepted syntax by the python interpreter docs Documentation in the Doc dir topic-parser type-bug An unexpected behavior, bug, or error
#113587 opened Dec 30, 2023 by 15r10nk
ElementTree.tostring(..., default_namespace=...) incorrectly strips namespace from attributes stdlib Python modules in the Lib dir topic-XML type-bug An unexpected behavior, bug, or error
#113581 opened Dec 30, 2023 by hexagonrecursion
Possible heap-use-after-free in ctypes in Python 3.12 3.12 bugs and security fixes topic-ctypes type-crash A hard crash of the interpreter, possibly with a core dump
#113576 opened Dec 29, 2023 by jiridanek
reprlib (used by pytest) infers builtin types based on class __name__ type-bug An unexpected behavior, bug, or error
#113570 opened Dec 29, 2023 by jpivarski
ProTip! no:milestone will show everything without a milestone.