cpython
cpython copied to clipboard
The Python programming language
# Bug report ### Bug description: ``` /opt/homebrew/opt/llvm/bin/llvm-profdata merge -output="/Users/admin/projects/cpython/code.profclangd" "/Users/admin/projects/cpython"/*.profclangr warning: /Users/admin/projects/cpython/code-19589.profclangr: raw profile version mismatch: Profile uses raw profile format version = 8; expected version = 10 PLEASE...
fix issue #125909 by fixing a URL redirect: "https://devguide.python.org/docquality/#helping-with-documentation" -> "https://devguide.python.org/documentation/help-documenting/" ---- 📚 Documentation preview 📚: https://cpython-previews--125826.org.readthedocs.build/
# Bug report asyncio programs that call `proc = await asyncio.create_subprocess_exec` but do not reach the call to `await proc.communicate` are not properly cancelled. This can be observed in the...
This is a proposal for fixing the side-effects that could arise from `Py_EQ`. Similar to the patch where I fixed `OrderedDict.__eq__`, I did not modify the pure Python implementation but...
* Issue: gh-125789
* Issue: gh-114940
* Remove `@suppress_immortalization` decorator * Make suppression flag per-thread instead of per-interpreter * Suppress immortalization in `eval()` to avoid refleaks in three tests (test_datetime.test_roundtrip, test_logging.test_config8_ok, and test_random.test_after_fork). * frozenset() is...
* Issue: gh-125889
# Bug report ### Bug description: **Tested on 3.12:** In the
# Bug report ### Bug description: **Tested in 3.12:** In the