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

Unit tests on Mac should fall back to use X if DISPLAY is set OS-mac type-bug An unexpected behavior, bug, or error
#123155 opened Aug 19, 2024 by smontanaro
Clarifying the documentation for zipfile.ZipFile.write() docs Documentation in the Doc dir
#123154 opened Aug 19, 2024 by hunterhogan
Add A Howto Page About Concurrency in Python docs Documentation in the Doc dir
#123152 opened Aug 19, 2024 by ericsnowcurrently
Create a contribution and developer guide for backports maintained by jaraco docs Documentation in the Doc dir type-feature A feature request or enhancement
#123144 opened Aug 19, 2024 by jaraco
Source locations too broad for list comprehension iterable expression interpreter-core (Objects, Python, Grammar, and Parser dirs) needs backport to 3.12 bug and security fixes needs backport to 3.13 bugs and security fixes type-bug An unexpected behavior, bug, or error
#123142 opened Aug 19, 2024 by iritkatriel
email.headerregistry docs omit the required keyword parse_tree docs Documentation in the Doc dir
#123138 opened Aug 19, 2024 by perey
fnmatch.filter has platform-inconsistent behaviour stdlib Python modules in the Lib dir type-bug An unexpected behavior, bug, or error
#123135 opened Aug 19, 2024 by picnixz
test_pdb fails: Unexpected sys.path[0] behavior with PYTHONSAFEPATH set tests Tests in the Lib/test dir type-bug An unexpected behavior, bug, or error
#123121 opened Aug 18, 2024 by xncbf
Stable ABI: Objects/bytesobject.c:122: PyBytes_FromStringAndSize: Assertion '_Py_IsImmortal(op)' failed. 3.13 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
#123091 opened Aug 17, 2024 by mgorny
Make WeakSet safe against concurrent mutation across threads while iterating 3.14 new features, bugs and security fixes type-bug An unexpected behavior, bug, or error
#123089 opened Aug 17, 2024 by kumaraditya303
importlib.resources.files() doesn't work correctly when importlib library is compiled stdlib Python modules in the Lib dir topic-importlib type-bug An unexpected behavior, bug, or error
#123085 opened Aug 17, 2024 by Gatsik
Remove shutil.ExecError stdlib Python modules in the Lib dir type-feature A feature request or enhancement
#123084 opened Aug 16, 2024 by barneygale
STORE_ATTR_WITH_HINT has potential use-after-free 3.12 bugs and security fixes 3.13 bugs and security fixes 3.14 new features, bugs and security fixes interpreter-core (Objects, Python, Grammar, and Parser dirs) type-bug An unexpected behavior, bug, or error
#123083 opened Aug 16, 2024 by colesbury
Missing some obvious ast optimizations interpreter-core (Objects, Python, Grammar, and Parser dirs) performance Performance or resource usage type-feature A feature request or enhancement
#123080 opened Aug 16, 2024 by wrongnull
no sys.monitoring branches shown for async for interpreter-core (Objects, Python, Grammar, and Parser dirs) type-bug An unexpected behavior, bug, or error
#123076 opened Aug 16, 2024 by jaltmayerpizzorno
zipfile and tarfile docs should cover local timezone impact on entry timestamps docs Documentation in the Doc dir triaged The issue has been accepted as valid by a triager.
#123059 opened Aug 16, 2024 by ncoghlan
Certain sys.monitoring "not taken" branches in a for loop not showing correctly interpreter-core (Objects, Python, Grammar, and Parser dirs) type-bug An unexpected behavior, bug, or error
#123050 opened Aug 15, 2024 by jaltmayerpizzorno
sys.monitoring branch for match case mapping to None interpreter-core (Objects, Python, Grammar, and Parser dirs) type-bug An unexpected behavior, bug, or error
#123048 opened Aug 15, 2024 by jaltmayerpizzorno
sys.monitoring branches for match cases showing incorrectly interpreter-core (Objects, Python, Grammar, and Parser dirs) type-bug An unexpected behavior, bug, or error
#123044 opened Aug 15, 2024 by jaltmayerpizzorno
Unnecessary specialization failures of LOAD_ATTR and STORE_ATTR when attributes are shadowed by the object's class. 3.14 new features, bugs and security fixes interpreter-core (Objects, Python, Grammar, and Parser dirs) performance Performance or resource usage
#123040 opened Aug 15, 2024 by markshannon
Update SBOM generation to meet new guidance from CISA type-security A security issue
#123038 opened Aug 15, 2024 by sethmlarson
8 tasks
Quitting interactive help when started without call duplicates prompt topic-repl Related to the interactive shell type-bug An unexpected behavior, bug, or error
#123024 opened Aug 14, 2024 by schuelermine
ProTip! Type g i on any issue or pull request to go back to the issue listing page.