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

site.py does a sometimes unnecessary stat type-feature A feature request or enhancement
#102038 opened Feb 19, 2023 by hauntsaninja
Syntax error in _delim.py type-bug An unexpected behavior, bug, or error
#102033 opened Feb 18, 2023 by dmacks
Dual declaration of directories in Makefile is a foot gun type-bug An unexpected behavior, bug, or error
#102031 opened Feb 18, 2023 by jaraco
threading.RLock must not support *args, **kwargs arguments 3.12 extension-modules C modules in the Modules dir stdlib Python modules in the Lib dir type-bug An unexpected behavior, bug, or error
#102029 opened Feb 18, 2023 by sobolevn
Useless check in generated_cases.c.h? interpreter-core (Objects, Python, Grammar, and Parser dirs) type-feature A feature request or enhancement
#102028 opened Feb 18, 2023 by Eclips4
blake2-config.h HAVE_SSE4_1 typo fix build The build process and cross-build expert-SSL extension-modules C modules in the Modules dir type-bug An unexpected behavior, bug, or error
#102027 opened Feb 18, 2023 by nono303
Reduce _idle_semaphore calls in ThreadPoolExecutor stdlib Python modules in the Lib dir type-feature A feature request or enhancement
#102024 opened Feb 18, 2023 by jackcvr
Enable generated interpreter cases to be composed from multiple inputs type-feature A feature request or enhancement
#102020 opened Feb 18, 2023 by jbower-fb
Add a public C-API function to iterate over GC’able objects expert-C-API interpreter-core (Objects, Python, Grammar, and Parser dirs) type-feature A feature request or enhancement
#102013 opened Feb 18, 2023 by jbower-fb
Some of the docs no longer need to mention sys.exc_info() docs Documentation in the Doc dir
#102011 opened Feb 18, 2023 by iritkatriel
test_except_star can be simplified with sys.exception() tests Tests in the Lib/test dir
#102008 opened Feb 17, 2023 by iritkatriel
Build failure: install race condition build The build process and cross-build type-bug An unexpected behavior, bug, or error
#102007 opened Feb 17, 2023 by haampie
Upgrade the bundled version of pip to 23.0.1 type-feature A feature request or enhancement
#101997 opened Feb 17, 2023 by pradyunsg
docs: secrets.token_bytes() has imprecise security properties docs Documentation in the Doc dir
#101996 opened Feb 17, 2023 by DavidBuchanan314
The annotations in c_annotations.py cannot be translated docs Documentation in the Doc dir
#101986 opened Feb 17, 2023 by remilapeyre
CI: intermittent macOS failures for make checksharedmods build The build process and cross-build OS-mac type-bug An unexpected behavior, bug, or error
#101981 opened Feb 17, 2023 by erlend-aasland
argparse metavar parentheses dropped on usage line stdlib Python modules in the Lib dir type-bug An unexpected behavior, bug, or error
#101979 opened Feb 17, 2023 by tonyle72
Potential SegFault with multithreading garbage collection. interpreter-core (Objects, Python, Grammar, and Parser dirs) type-crash A hard crash of the interpreter, possibly with a core dump
#101975 opened Feb 17, 2023 by gaogaotiantian
Bus error when an extension is loaded into sqlite3 expert-sqlite3 extension-modules C modules in the Modules dir type-bug An unexpected behavior, bug, or error
#101974 opened Feb 17, 2023 by jackbeagley
Python failed to build with LINK : error LNK2001: unresolved external symbol on windows using MSVC target ARM64EC build The build process and cross-build type-bug An unexpected behavior, bug, or error
#101971 opened Feb 17, 2023 by spacelg
object.c inconsistently truncates tp_name in exception error messages, hampering debugging interpreter-core (Objects, Python, Grammar, and Parser dirs) type-feature A feature request or enhancement
#101964 opened Feb 16, 2023 by gpshead
Exception using fileinput.hook_compressed in binary mode expert-IO stdlib Python modules in the Lib dir type-bug An unexpected behavior, bug, or error
#101961 opened Feb 16, 2023 by gmacon
ProTip! no:milestone will show everything without a milestone.