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

Seems that was a culprit, with that I cannot reproduce failure in ``test_asyncio_repl_is_ok``: ```python ./python -m test -R 100:100 test_repl test_list -j 2 Using random seed: 985022535 0:00:00 load avg:...

awaiting review
skip news

The test fails because the running the asyncio repl exits with: ``` Fatal Python error: _enter_buffered_busy: could not acquire lock for at interpreter shutdown, possibly due to daemon threads ```...

type-bug
tests
topic-asyncio
type-crash
topic-repl

On POSIX systems, excluding macOS framework installs, the lib directory for the free-threaded build now includes a "t" suffix to avoid conflicts with a co-located default build installation. * Issue:...

awaiting merge
topic-free-threading
needs backport to 3.13

cc @picnixz (thank you for noticing this issue!) * Issue: gh-121332

awaiting core review
needs backport to 3.13

Add attribute zipfile.ZipInfo.filemode. Fixes: #89004 Signed-off-by: Abhijeet Kasurde * Issue: gh-89004 ---- 📚 Documentation preview 📚: https://cpython-previews--121299.org.readthedocs.build/

awaiting review

# Documentation The document of asyncio said: https://github.com/python/cpython/blob/84512c0e7f4441f060026f4fd9ddb7611fc10de4/Doc/library/asyncio-eventloop.rst?plain=1#L1263-L1264 But it dosn't mention that what is the default executor, like if it's `ThreadPoolExecutor` or `ProcessPoolExecutor`. Someone on stackoverflow got the same...

docs
topic-asyncio

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

awaiting merge

# Documentation https://docs.python.org/3/library/pathlib.html#pathlib.Path.unlink states that a `FileNotFoundError` will be raised if the path does not exist. On macos-14 a `NotADirectoryError` is raised if the directory does not exist. See pypa/cibuildwheel#1850...

docs
topic-pathlib

# Bug report ### Bug description: ~~Since the libedit transition~~ ([correction](https://github.com/python/cpython/issues/121160#issuecomment-2200501386): If an end user switches from a GNU readline build of Python to an editline build of Python), several...

type-bug
topic-repl

I didn't have add a news entry, as it is not a user facing change. Should do I add it? * Issue: gh-118830 ---- 📚 Documentation preview 📚: https://cpython-previews--119340.org.readthedocs.build/

awaiting merge