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

Refleak in test_importlib on aarch64 RHEL8 type-bug An unexpected behavior, bug, or error
#101766 opened Feb 9, 2023 by sobolevn
iter.__reduce__ can segfault if accessing __builtins__.__dict__['iter'] exhausts the iter object type-crash A hard crash of the interpreter, possibly with a core dump
#101765 opened Feb 9, 2023 by ionite34
[unittest.mock] spec_set should be applied after setting attributes via kwargs stdlib Python modules in the Lib dir type-feature A feature request or enhancement
#101756 opened Feb 9, 2023 by Dreamsorcerer
Static PyModuleDef Objects Should be Immortal 3.12 expert-C-API extension-modules C modules in the Modules dir interpreter-core (Objects, Python, Grammar, and Parser dirs) performance Performance or resource usage type-feature A feature request or enhancement
#101755 opened Feb 9, 2023 by ericsnowcurrently
Refleak after new OrderedDict repr type-bug An unexpected behavior, bug, or error
#101747 opened Feb 9, 2023 by sobolevn
enum.Flag: default for boundary is incorrect docs Documentation in the Doc dir
#101739 opened Feb 9, 2023 by huwcbjones
Urllib default SSL context erratic in Windows expert-SSL OS-windows type-bug An unexpected behavior, bug, or error
#101738 opened Feb 9, 2023 by bitlogik
python3-config folder dependent result type-bug An unexpected behavior, bug, or error
#101735 opened Feb 9, 2023 by gpongelli
test_ssl fails after 2038 expert-SSL tests Tests in the Lib/test dir type-bug An unexpected behavior, bug, or error
#101732 opened Feb 9, 2023 by blemouzy
OpenSSL used in binary builds needs updating for CVE-2023-0286 release-blocker type-bug An unexpected behavior, bug, or error type-security A security issue
#101726 opened Feb 9, 2023 by gpshead
Docs need support for a multiversion changed/added marker. docs Documentation in the Doc dir type-feature A feature request or enhancement
#101716 opened Feb 8, 2023 by gpshead
Isolate the _curses extension module expert-subinterpreters extension-modules C modules in the Modules dir type-feature A feature request or enhancement
#101714 opened Feb 8, 2023 by erlend-aasland
Use a range of years for copyright in LICENSE docs Documentation in the Doc dir
#101705 opened Feb 8, 2023 by Stevoisiak
Let's get rid of sprintf() type-bug An unexpected behavior, bug, or error
#101703 opened Feb 8, 2023 by gvanrossum
Do not write bytecode when running as root or superuser interpreter-core (Objects, Python, Grammar, and Parser dirs) type-bug An unexpected behavior, bug, or error
#101702 opened Feb 8, 2023 by vishwin
Match.expand doesn't document replacement of group 0 docs Documentation in the Doc dir expert-regex
#101699 opened Feb 8, 2023 by Stevoisiak
_PyStaticType_Dealloc does not invalidate type version tag 3.11 3.12 interpreter-core (Objects, Python, Grammar, and Parser dirs) type-bug An unexpected behavior, bug, or error type-crash A hard crash of the interpreter, possibly with a core dump
#101696 opened Feb 8, 2023 by kumaraditya303
ProTip! Exclude everything labeled bug with -label:bug.