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

suppported -> supported and removed an outdated link: http://projects.scipy.org/numpy/ticket/1910 Now this link is 404

tests
awaiting review

docs
skip issue
awaiting review
skip news

I was trying to write an extension for Idle, and was noticing extension keys defined in ~/.idlerc weren't being used, so I looked into it and found that in idlelib.config.idleConf,...

awaiting review

Write to a temporary file first, then rename it to the intended `jit_stencils.h` file. This keeps other build steps from assuming that the file has been successfully generated when it's...

type-bug
awaiting core review
build
needs backport to 3.13

BPO | [25419](https://bugs.python.org/issue25419) --- | :--- Nosy | @vadmium, @serhiy-storchaka, @MojoVampire Dependencies | bpo-16182: readline: Wrong tab completion scope indices in Unicode terminals Files | [complete-import.patch](https://bugs.python.org/file40794/complete-import.patch "Uploaded as text/plain at...

type-feature
stdlib
topic-repl

Based on #15297. Co-authored-by: Ashwin Ramaswami * Issue: gh-78457 * Issue: gh-67693

type-security
awaiting core review
needs backport to 3.8
needs backport to 3.9
needs backport to 3.10
needs backport to 3.11
needs backport to 3.12
needs backport to 3.13

BPO | [34276](https://bugs.python.org/issue34276) --- | :--- Nosy | @cjerdonek, @vadmium, @tirkarthi, @vladima, @epicfaace PRs | python/cpython#15297 *Note: these values reflect the state of the issue at the time it was...

type-bug
stdlib
3.9
3.8
3.7 (EOL)

Based on Bayard's patch in https://bugs.python.org/issue15393 Fixes #59598 * Issue: gh-59598

awaiting review

Let _SSLProtocolTransport.is_closing reflect SSLProtocol internal transport closing state so that StreamWriter.drain will invoke sleep(0) which calls connection_lost and correctly notifies waiters of connection lost. (#118950) In an existing comment in...

awaiting merge
needs backport to 3.12
needs backport to 3.13

# Bug report ### Bug description: ## TL;DR `_SSLProtocolTransport.is_closing` should match its inner `_SelectorTransport.is_closing`, indicating to the user that the transport is actually closed instead of silently logging an error....

type-bug
topic-asyncio