cpython icon indicating copy to clipboard operation
cpython copied to clipboard

The Python programming language

Results 1387 cpython issues
Sort by recently updated
recently updated
newest added

https://docs.python.org/3.14/library/array.html#array.array.insert The documentation for `array.array.insert(i, x)` does not specify what happens when `i` is greater than the length of the array. for example : ``` import array my_array = array.array("i",...

docs

* Issue: gh-79805 ---- 📚 Documentation preview 📚: https://cpython-previews--127507.org.readthedocs.build/

docs
awaiting core review
skip news

# Feature or enhancement ### Proposal: Currently the JIT uop buffer modifies uops traces in place. I think we should make it add to a new buffer. Having modifications be...

type-feature
interpreter-core
topic-JIT

Issue for tracking performance improvements I plan to work on for 3.15. - build `_asyncio` as static module for faster tls access https://github.com/python/cpython/issues/136669 - add fastpath for current running loop...

performance
topic-asyncio
stdlib
extension-modules
3.15

* Issue: gh-141536

tests
awaiting core review
skip news
needs backport to 3.13
needs backport to 3.14

* Issue: gh-143377

awaiting core review
needs backport to 3.13
needs backport to 3.14

# Bug report ### Bug description: EDIT: Some exceptions currently do not prevent the REPL from starting but should -- that's the bug. Below is a report about `SystemExit` and...

type-feature
extension-modules
topic-repl

`importlib.resources.path` does not have an `encoding` argument ---- 📚 Documentation preview 📚: https://cpython-previews--143111.org.readthedocs.build/

docs
skip issue
awaiting review
skip news
topic-importlib