cpython
cpython copied to clipboard
The Python programming language
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",...
* Issue: gh-79805 ---- 📚 Documentation preview 📚: https://cpython-previews--127507.org.readthedocs.build/
# 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...
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...
* Issue: gh-141536
* Issue: gh-142950
* Issue: gh-143377
# 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...
`importlib.resources.path` does not have an `encoding` argument ---- 📚 Documentation preview 📚: https://cpython-previews--143111.org.readthedocs.build/