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

Crash in OrderedDict similiar to #83771 interpreter-core (Objects, Python, Grammar, and Parser dirs) type-crash A hard crash of the interpreter, possibly with a core dump
#119004 opened May 13, 2024 by chibinz
"Check if generated files are up to date" CI job fails. type-bug An unexpected behavior, bug, or error
#114191 opened Jan 17, 2024 by markshannon
The Limit of 32 Pending Calls is Too Small 3.13 bugs and security fixes interpreter-core (Objects, Python, Grammar, and Parser dirs) topic-subinterpreters type-feature A feature request or enhancement
#110693 opened Oct 11, 2023 by ericsnowcurrently
test_threading.test_4_daemon_threads() crash randomly tests Tests in the Lib/test dir
#110052 opened Sep 28, 2023 by vstinner
ABI breaks between debug and non-debug build in generated files. interpreter-core (Objects, Python, Grammar, and Parser dirs) type-bug An unexpected behavior, bug, or error
#108918 opened Sep 5, 2023 by markshannon
Add Documentation for C-API Used by the _xxsubinterpreters Module 3.12 bugs and security fixes 3.13 bugs and security fixes docs Documentation in the Doc dir topic-C-API topic-subinterpreters
#107784 opened Aug 8, 2023 by ericsnowcurrently
Possible UB in bytes_characters topic-subinterpreters type-bug An unexpected behavior, bug, or error
#106693 opened Jul 12, 2023 by pablogsal
copy fails on collections.OrderedDict dataclass with required args 3.11 only security fixes 3.12 bugs and security fixes 3.13 bugs and security fixes stdlib Python modules in the Lib dir type-bug An unexpected behavior, bug, or error
#105736 opened Jun 13, 2023 by ringohoffman
_PyStaticType_InitBuiltin should not exist. interpreter-core (Objects, Python, Grammar, and Parser dirs) type-bug An unexpected behavior, bug, or error
#103276 opened Apr 5, 2023 by markshannon
_PyStaticType_Dealloc should not exist. interpreter-core (Objects, Python, Grammar, and Parser dirs) type-bug An unexpected behavior, bug, or error
#101603 opened Feb 6, 2023 by markshannon
Add a Check for Extensions that Support Running in Subinterpreters 3.12 bugs and security fixes interpreter-core (Objects, Python, Grammar, and Parser dirs) tests Tests in the Lib/test dir topic-subinterpreters type-feature A feature request or enhancement
#98627 opened Oct 24, 2022 by ericsnowcurrently
The global config should not be stored on each interpreter 3.12 bugs and security fixes interpreter-core (Objects, Python, Grammar, and Parser dirs) topic-C-API
#91120 opened Mar 8, 2022 by ericsnowcurrently
Inconsistent import behavior for (unusual) submodules 3.9 only security fixes 3.10 only security fixes 3.11 only security fixes interpreter-core (Objects, Python, Grammar, and Parser dirs) type-bug An unexpected behavior, bug, or error
#90518 opened Jan 12, 2022 by ericsnowcurrently
Statically allocate interpreter states as much as possible. 3.11 only security fixes interpreter-core (Objects, Python, Grammar, and Parser dirs)
#90111 opened Dec 1, 2021 by ericsnowcurrently
OS-specific frozen modules are built, even on other OSes. 3.11 only security fixes interpreter-core (Objects, Python, Grammar, and Parser dirs) type-bug An unexpected behavior, bug, or error
#89436 opened Sep 23, 2021 by ericsnowcurrently
'os.path' should not be a frozen module 3.11 only security fixes build The build process and cross-build type-bug An unexpected behavior, bug, or error
#89435 opened Sep 23, 2021 by zooba
Add inspect.Signature.from_text(). stdlib Python modules in the Lib dir type-feature A feature request or enhancement
#81678 opened Jul 4, 2019 by ericsnowcurrently
[subinterpreters] PEP 554 implementation: add interpreters module docs Documentation in the Doc dir topic-subinterpreters type-feature A feature request or enhancement
#76785 opened Jan 20, 2018 by ericsnowcurrently
Bad .pyc files prevent import of otherwise valid .py files. 3.7 (EOL) end of life interpreter-core (Objects, Python, Grammar, and Parser dirs) type-bug An unexpected behavior, bug, or error
#72194 opened Sep 7, 2016 by ericsnowcurrently
Re-enable test_modules_search_builtin() in test_pydoc 3.9 only security fixes 3.10 only security fixes 3.11 only security fixes tests Tests in the Lib/test dir type-bug An unexpected behavior, bug, or error
#64327 opened Jan 5, 2014 by ericsnowcurrently
add weakref support to types.SimpleNamespace 3.9 only security fixes 3.10 only security fixes interpreter-core (Objects, Python, Grammar, and Parser dirs) type-feature A feature request or enhancement
#59209 opened Jun 5, 2012 by ericsnowcurrently
Expose called function on frame object interpreter-core (Objects, Python, Grammar, and Parser dirs) type-feature A feature request or enhancement
#57066 opened Aug 30, 2011 by ericsnowcurrently
ProTip! Exclude everything labeled bug with -label:bug.