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

Python license documentation file has a stale link to Zope Corporation docs Documentation in the Doc dir
#126022 opened Oct 27, 2024 by partev updated Oct 27, 2024
Implement PEP 649 and PEP 749 3.14 new features, bugs and security fixes topic-typing
#119180 opened May 19, 2024 by JelleZijlstra updated Oct 27, 2024
14 of 29 tasks
Add versioning to XML elements to protect against evil mutations extension-modules C modules in the Modules dir topic-XML type-feature A feature request or enhancement
#126040 opened Oct 27, 2024 by picnixz updated Oct 27, 2024
Improve UTF-8 decode speed interpreter-core (Objects, Python, Grammar, and Parser dirs) performance Performance or resource usage type-feature A feature request or enhancement
#126024 opened Oct 27, 2024 by methane updated Oct 27, 2024
Crash: xml.etree.ElementTree.Element.remove with an evil Element.__eq__ 3.12 bugs and security fixes 3.13 bugs and security fixes 3.14 new features, bugs and security fixes extension-modules C modules in the Modules dir topic-XML type-crash A hard crash of the interpreter, possibly with a core dump
#126033 opened Oct 27, 2024 by picnixz updated Oct 27, 2024
Crash: xml.etree.ElementTree.Element.find* with an evil tag's str.__eq__ 3.12 bugs and security fixes 3.13 bugs and security fixes 3.14 new features, bugs and security fixes extension-modules C modules in the Modules dir topic-XML type-crash A hard crash of the interpreter, possibly with a core dump
#126037 opened Oct 27, 2024 by picnixz updated Oct 27, 2024
Show a better error message when PYTHONHOME is wrong interpreter-core (Objects, Python, Grammar, and Parser dirs) type-feature A feature request or enhancement
#125873 opened Oct 23, 2024 by konstin updated Oct 27, 2024
IDLE: Select current line when text is not selected while doing copy topic-IDLE type-feature A feature request or enhancement
#94521 opened Jul 2, 2022 by znsoooo updated Oct 27, 2024
Missing whitespaces when using Py_CheckRecursiveCall & co 3.12 bugs and security fixes 3.13 bugs and security fixes 3.14 new features, bugs and security fixes extension-modules C modules in the Modules dir type-bug An unexpected behavior, bug, or error
#126035 opened Oct 27, 2024 by picnixz updated Oct 27, 2024
inspect.getsource returns irrelevant text when used in repl on a class defined in place 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
#126019 opened Oct 26, 2024 by evle-zzz updated Oct 27, 2024
argparse ArgumentParser kw args confusing translators docs Documentation in the Doc dir
#126031 opened Oct 27, 2024 by rffontenelle updated Oct 27, 2024
Tkinter widget cget() misleading documentation about returning as a string docs Documentation in the Doc dir topic-tkinter
#126008 opened Oct 26, 2024 by maj113 updated Oct 27, 2024
Add more C API tests 3.12 bugs and security fixes 3.13 bugs and security fixes 3.14 new features, bugs and security fixes tests Tests in the Lib/test dir topic-C-API
#111495 opened Oct 30, 2023 by serhiy-storchaka updated Oct 27, 2024
9 of 10 tasks
Incorrect handling of negative start values on PyUnicodeErrorObject interpreter-core (Objects, Python, Grammar, and Parser dirs) topic-C-API type-bug An unexpected behavior, bug, or error type-crash A hard crash of the interpreter, possibly with a core dump
#123378 opened Aug 27, 2024 by picnixz updated Oct 27, 2024
Some functions within msvcrt don't have tests tests Tests in the Lib/test dir type-bug An unexpected behavior, bug, or error
#126028 opened Oct 27, 2024 by aisk updated Oct 27, 2024
Keep Track of Where Each Python Thread Was Started stdlib Python modules in the Lib dir type-feature A feature request or enhancement
#125928 opened Oct 24, 2024 by ericsnowcurrently updated Oct 27, 2024
Multithreaded subinterpreters can be running during finalization 3.13 bugs and security fixes 3.14 new features, bugs and security fixes interpreter-core (Objects, Python, Grammar, and Parser dirs) topic-subinterpreters type-crash A hard crash of the interpreter, possibly with a core dump
#126016 opened Oct 26, 2024 by ZeroIntensity updated Oct 27, 2024
invalid signature for math.hypot extension-modules C modules in the Modules dir type-feature A feature request or enhancement
#101123 opened Jan 18, 2023 by skirpichev updated Oct 27, 2024
PyREPL exits the interpreter on specific input topic-repl Related to the interactive shell type-bug An unexpected behavior, bug, or error
#125666 opened Oct 17, 2024 by warsaw updated Oct 27, 2024
Provide a way to defer SIGINT handling in the current thread 3.7 (EOL) end of life interpreter-core (Objects, Python, Grammar, and Parser dirs) type-feature A feature request or enhancement
#75569 opened Sep 7, 2017 by ncoghlan updated Oct 27, 2024
termios.error should be an alias or subclass of OSError stdlib Python modules in the Lib dir type-bug An unexpected behavior, bug, or error
#126017 opened Oct 26, 2024 by manueljacob updated Oct 27, 2024
Fix forced arg format in AC-processed modules with custom converters topic-argument-clinic type-feature A feature request or enhancement
#94512 opened Jul 2, 2022 by arhadthedev updated Oct 26, 2024
6 of 7 tasks
nogil segmentation fault on ordered dict operations extension-modules C modules in the Modules dir topic-free-threading type-crash A hard crash of the interpreter, possibly with a core dump
#125996 opened Oct 25, 2024 by luisggpina updated Oct 26, 2024
Ignore directories containing only __pycache__ in test_makefile_test_folders tests Tests in the Lib/test dir type-feature A feature request or enhancement
#126014 opened Oct 26, 2024 by tomasr8 updated Oct 26, 2024
custom prefixes for argparse.BooleanOptionalAction stdlib Python modules in the Lib dir type-feature A feature request or enhancement
#119377 opened May 22, 2024 by e-kwsm updated Oct 26, 2024
ProTip! Exclude everything labeled bug with -label:bug.