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

Compare folder A and subfolder B and show files that are in folder A but not in subfolder B pending The issue will be closed if no feedback is provided type-bug An unexpected behavior, bug, or error
#113736 opened Jan 5, 2024 by me-suzy
Argument clinic: add support for creating method aliases pending The issue will be closed if no feedback is provided topic-argument-clinic type-feature A feature request or enhancement
#113270 opened Dec 19, 2023 by eltoder
Unordered UnitTest Methods When Using unittest.defaultTestLoader.sortTestMethodsUsing = None pending The issue will be closed if no feedback is provided
#113247 opened Dec 18, 2023 by iihsan
Calling _run_once with an empty event loop hangs forever pending The issue will be closed if no feedback is provided topic-asyncio type-bug An unexpected behavior, bug, or error
#112741 opened Dec 5, 2023 by phvalguima
asyncio.gather doesn't work with generator and return_exceptions=True pending The issue will be closed if no feedback is provided topic-asyncio type-bug An unexpected behavior, bug, or error
#112572 opened Dec 1, 2023 by ArtemIsmagilov
deadlocked child process after forking on pystate.c's HEAD_LOCK 3.11 bug and security fixes interpreter-core (Objects, Python, Grammar, and Parser dirs) pending The issue will be closed if no feedback is provided topic-multiprocessing type-bug An unexpected behavior, bug, or error
#112275 opened Nov 20, 2023 by ChuBoning
end_offset is ignored in subclasses of SyntaxError pending The issue will be closed if no feedback is provided type-bug An unexpected behavior, bug, or error
#111609 opened Nov 1, 2023 by stbech
sysconfig.get_config_var("LDLIBRARY") returns non-existent libname pending The issue will be closed if no feedback is provided topic-sysconfig type-bug An unexpected behavior, bug, or error
#111268 opened Oct 24, 2023 by ze897c
The pydoc3 command uses the incorrect interpreter in virtual environments and fails to bring documentation for installed packages. pending The issue will be closed if no feedback is provided type-bug An unexpected behavior, bug, or error
#109115 opened Sep 7, 2023 by CarvellScott
Fail to run tests for peg generator under Python 3.11.4 interpreter-core (Objects, Python, Grammar, and Parser dirs) pending The issue will be closed if no feedback is provided tests Tests in the Lib/test dir type-bug An unexpected behavior, bug, or error
#108969 opened Sep 6, 2023 by ghost
Dataclasses - Support use of Annotated including field as metainfo pending The issue will be closed if no feedback is provided stdlib Python modules in the Lib dir type-feature A feature request or enhancement
#107051 opened Jul 22, 2023 by mementum
Possible memory leak related to Byte-code compilation interpreter-core (Objects, Python, Grammar, and Parser dirs) pending The issue will be closed if no feedback is provided type-bug An unexpected behavior, bug, or error
#106911 opened Jul 20, 2023 by epigramx
multiprocessing Value lock sample code incorrect? docs Documentation in the Doc dir pending The issue will be closed if no feedback is provided
#106691 opened Jul 12, 2023 by jsykes2
PyEval_SetTrace not set frame->f_trace to true interpreter-core (Objects, Python, Grammar, and Parser dirs) pending The issue will be closed if no feedback is provided type-bug An unexpected behavior, bug, or error
#106483 opened Jul 6, 2023 by leandrogmuller
Provide a way for operators on subclasses of native types to return instances of the subclass pending The issue will be closed if no feedback is provided stdlib Python modules in the Lib dir type-feature A feature request or enhancement
#106222 opened Jun 29, 2023 by Gouvernathor
Dataclass with __module__ = "builtins" adds __builtins__.__builtins__ pending The issue will be closed if no feedback is provided stdlib Python modules in the Lib dir
#105203 opened Jun 1, 2023 by The-Compiler
[Windows] Embedded Python Memory Leaks #96853 ( Corrected 98%), Need testing pending The issue will be closed if no feedback is provided type-feature A feature request or enhancement
#98359 opened Oct 17, 2022 by AlexSoft73
Potential regression in Python 3.11 (multiprocess shutdown?) 3.11 bug and security fixes 3.12 bugs and security fixes extension-modules C modules in the Modules dir OS-windows pending The issue will be closed if no feedback is provided topic-sqlite3
#97641 opened Sep 29, 2022 by carltongibson
raw readinto() returned invalid length 4494852078 (should have been between 0 and 2297167872) pending The issue will be closed if no feedback is provided topic-IO type-bug An unexpected behavior, bug, or error
#93287 opened May 27, 2022 by ThomasWaldmann
Simplify the signature of __exit__ pending The issue will be closed if no feedback is provided type-feature A feature request or enhancement
#90488 opened Jan 10, 2022 by JelleZijlstra
gh-89532: Remove LibreSSL workarounds awaiting review needs backport to 3.11 bug and security fixes pending The issue will be closed if no feedback is provided stale Stale PR or inactive for long period of time.
#28728 opened Oct 5, 2021 by ramikg Loading…
Folding ''.join(<known number of elts>) into f-strings interpreter-core (Objects, Python, Grammar, and Parser dirs) pending The issue will be closed if no feedback is provided
#88360 opened May 20, 2021 by isidentical
Run sys.__interactivehook__ for asyncio REPLs easy pending The issue will be closed if no feedback is provided stdlib Python modules in the Lib dir topic-asyncio type-feature A feature request or enhancement
#84995 opened May 29, 2020 by remilapeyre mannequin
gh-84563: Reprs of subclasses of weakref now contain actual type name awaiting changes pending The issue will be closed if no feedback is provided
#19707 opened Apr 25, 2020 by OhBonsai Loading…
Allow graceful error handling in messages.py when MIMEText object encodes payload awaiting review pending The issue will be closed if no feedback is provided
#15147 opened Aug 6, 2019 by F1uxCapacitor Loading…
ProTip! Exclude everything labeled bug with -label:bug.