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

BPO | [39716](https://bugs.python.org/issue39716) --- | :--- Nosy | @rhettinger, @anntzer PRs | python/cpython#18605 *Note: these values reflect the state of the issue at the time it was migrated and might...

stdlib
3.9

* Issue: gh-87604

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

# Bug report In python3.11, `getpath.py` calculates zip path with default prefix in a venv. Before python3.11, the zip path is calculated with prefix instead if in a venv. This...

type-bug

# Bug report In `Lib/concurrent/futures/process.py`, `mp.util.debug` is called, but `mp.util` is never imported. This leads to the following: ``` Exception ignored in: Traceback (most recent call last): File "python3.10/concurrent/futures/process.py", line...

type-bug

This is a minor bug fix. The bug is documented in the associated issue: https://github.com/python/cpython/issues/99368 An alternative fix would be to import `mp.util`, but in this case, I don't think...

awaiting review

# Feature or enhancement We currently use OpenSSL 1.1.1 series in our Windows and macOS binary builds. Per https://www.openssl.org/source/, that is only supported through September of 2023. Thus we need...

type-feature
deferred-blocker
3.12

# Bug report When running a script, `pdb` indiscriminately replaces `sys.path[0]`, which it assumes to be the path where `pdb` itself was found, with the path where the script was...

type-bug

# Bug report `unittest.mock.patch.dict` returns a synchronous function when applied to coroutines. Contrary to that, `unittest.mock.patch` returns coroutines when applied to coroutines (see #81177). My expectation is that `patch` and...

type-bug

(cherry picked from commit 67b4d2772c5124b908f8ed9b13166a79bbeb88d2) Co-authored-by: Nikita Sobolev * Issue: gh-98086

(cherry picked from commit 67b4d2772c5124b908f8ed9b13166a79bbeb88d2) Co-authored-by: Nikita Sobolev * Issue: gh-98086

awaiting review