cpython
cpython copied to clipboard
The Python programming language
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...
## 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`:...
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,...
# 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]...
(cherry picked from commit 1cc7551b3f9f71efbc88d96dce90f82de98b2454) Co-authored-by: Petr Viktorin Co-authored-by: Hugo van Kemenade * Issue: gh-142754
(cherry picked from commit 1cc7551b3f9f71efbc88d96dce90f82de98b2454) Co-authored-by: Petr Viktorin Co-authored-by: Hugo van Kemenade * Issue: gh-142754
Add init_callback and init_callback_arg members to PyConfig. * Issue: gh-142417 ---- 📚 Documentation preview 📚: https://cpython-previews--142420.org.readthedocs.build/
I delete my fork accident, all patch gone, this can be saved.... sorry for the noise * Issue: gh-127068
# 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...
# 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`...