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

PYTHON_BASIC_REPL is ignored by interactive inspect 3.13 bugs and security fixes 3.14 new features, bugs and security fixes topic-repl Related to the interactive shell triaged The issue has been accepted as valid by a triager. type-bug An unexpected behavior, bug, or error
#120346 opened Jun 11, 2024 by eryksun
Incorrect use of the :class: role with the "()" suffix 3.12 bugs and security fixes 3.13 bugs and security fixes 3.14 new features, bugs and security fixes docs Documentation in the Doc dir
#120345 opened Jun 11, 2024 by serhiy-storchaka
Multiple lines f-string with non-ASCII breaks tokenize.generate_tokens in 3.12.4 interpreter-core (Objects, Python, Grammar, and Parser dirs) type-bug An unexpected behavior, bug, or error
#120343 opened Jun 11, 2024 by leemars
Compiler RecursionError more likely to occur in 3.13 topic-parser type-bug An unexpected behavior, bug, or error
#120331 opened Jun 10, 2024 by williamwen42
Python 3.13 beta 2 build fails on Windows when using both --experimental-jit and --disable-gil 3.13 bugs and security fixes 3.14 new features, bugs and security fixes build The build process and cross-build OS-windows topic-free-threading topic-JIT type-bug An unexpected behavior, bug, or error
#120326 opened Jun 10, 2024 by cdgriffith
Tier 2 optimizer: refactor to reuse constant symbols performance Performance or resource usage type-feature A feature request or enhancement
#120325 opened Jun 10, 2024 by Fidget-Spinner
Tier 2 optimizer: constant propagate through attribute loads performance Performance or resource usage type-feature A feature request or enhancement
#120323 opened Jun 10, 2024 by Fidget-Spinner
SIGSEGV with generators in free-threaded build topic-free-threading type-crash A hard crash of the interpreter, possibly with a core dump
#120321 opened Jun 10, 2024 by rostan-t
Missing type checking on maxsize arg of queue.Queue class during initialization pending The issue will be closed if no feedback is provided type-bug An unexpected behavior, bug, or error
#120319 opened Jun 10, 2024 by anchal00
Using internal tokenize module's TokenizerIter in multiple threads crashes 3.13 bugs and security fixes 3.14 new features, bugs and security fixes topic-free-threading type-crash A hard crash of the interpreter, possibly with a core dump
#120317 opened Jun 10, 2024 by lysnikolaou
PDF readability: the colour palette results in too low contrast for highlighted code docs Documentation in the Doc dir type-bug An unexpected behavior, bug, or error
#120302 opened Jun 10, 2024 by erlend-aasland
C extension compilation errors with various checks enabled build The build process and cross-build type-bug An unexpected behavior, bug, or error
#120293 opened Jun 9, 2024 by ndparker
Use After Free in initContext(_lsprof.c) type-crash A hard crash of the interpreter, possibly with a core dump
#120289 opened Jun 9, 2024 by kcatss
python3t shortcuts missing(?) 3.13 bugs and security fixes 3.14 new features, bugs and security fixes OS-mac topic-installation type-bug An unexpected behavior, bug, or error
#120286 opened Jun 9, 2024 by henryiii
Intel-suffixed free-threading macOS universal builds missing 3.13 bugs and security fixes 3.14 new features, bugs and security fixes OS-mac topic-installation type-bug An unexpected behavior, bug, or error
#120285 opened Jun 9, 2024 by henryiii
_utcfromtimestamp is undefined in datetimetester tests Tests in the Lib/test dir type-bug An unexpected behavior, bug, or error
#120266 opened Jun 8, 2024 by sobolevn
.ass files give incorrect MIME types type-bug An unexpected behavior, bug, or error
#120258 opened Jun 8, 2024 by rcombs
Overriding SIGINT doesn't work as expected in the new REPL 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
#120221 opened Jun 7, 2024 by pablogsal
Tkinter: emit deprecation warning for trace_variable() etc 3.14 new features, bugs and security fixes topic-tkinter type-feature A feature request or enhancement
#120220 opened Jun 7, 2024 by serhiy-storchaka
Read and write of __class__ in two threads causes crash type-crash A hard crash of the interpreter, possibly with a core dump
#120198 opened Jun 7, 2024 by Fidget-Spinner
Faster decode and find_max_char implementations. performance Performance or resource usage type-feature A feature request or enhancement
#120196 opened Jun 7, 2024 by rhpvorderman
ProTip! Exclude everything labeled bug with -label:bug.