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

The `patch_aarch64_33rx` relaxation only improves offsets 1MB we can't save any instructions, but we can save the load from the data section. Instead of: ``` adrp address of data holding...

type-feature
interpreter-core
topic-JIT
3.15

## Summary Clarify the documentation for the `-i` command-line option so that it accurately reflects how it interacts with `PYTHONSTARTUP`. The updated text distinguishes the two distinct behaviors of `-i`:...

docs
awaiting review
skip news

Introduce two new flags `EXE_LDFLAGS` and `PY_CORE_EXE_LDFLAGS` to contain executable target specific linker options for building the python interpreter as well as other executables. * Issue: gh-136677 _Notes_ If provided,...

awaiting merge

# Bug report ### Bug description: In Debian we are seeing test failures as a result of #142146. ```pytb ==================== test with PYTHON 3.14 ================== ninja: Entering directory `/build/reproducible-path/pyatspi-2.57.0/build-3.14' [0/1]...

type-bug
stdlib
release-blocker
topic-XML
3.13
3.14

(cherry picked from commit 1cc7551b3f9f71efbc88d96dce90f82de98b2454) Co-authored-by: Petr Viktorin Co-authored-by: Hugo van Kemenade * Issue: gh-142754

awaiting review

(cherry picked from commit 1cc7551b3f9f71efbc88d96dce90f82de98b2454) Co-authored-by: Petr Viktorin Co-authored-by: Hugo van Kemenade * Issue: gh-142754

awaiting review

Add init_callback and init_callback_arg members to PyConfig. * Issue: gh-142417 ---- 📚 Documentation preview 📚: https://cpython-previews--142420.org.readthedocs.build/

awaiting core review

I delete my fork accident, all patch gone, this can be saved.... sorry for the noise * Issue: gh-127068

awaiting review

# Bug report ### Bug description: ```python # Add a code block here, if required >>> input("word\n") word word word word word word hello 'hello' ``` When using Python 3.13.0...

type-bug
stdlib
3.13
3.14
topic-repl
3.15

# Feature or enhancement ### Proposal: --- Summary of a problem --- On Windows when users are building a debug version of anything, including Python extensions, they typically provide `/MDd`/`MTd`...

type-feature
OS-windows
build