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 | [42411](https://bugs.python.org/issue42411) --- | :--- Nosy | @tiran, @asvetlov *Note: these values reflect the state of the issue at the time it was migrated and might not reflect the...

interpreter-core
3.10
3.9
3.8

# Bug report ## Expected behavior `dis.dis` on an empty class should output a message along the lines of "Nothing to disassemble", or possibly raise an exception in that regard...

Add a mention of the deprecated ``Py_UNICODE`` encode functions removed in Python 3.11 per PEP-624 by @methane in issue #88195 / PR #25881 to 3.11 What's New, as discussed in...

docs
awaiting merge
skip news
3.11
needs backport to 3.11

Co-authored-by: Erlend E. Aasland (cherry picked from commit ab4d72954f3c3fe4bdf51dc6a9cf0ed38f210a68) Co-authored-by: Christian Heimes * Issue: gh-95957

awaiting review

Supersedes #31968 by setting up a virtual `try`/`except StopIteration` to handle the case where a delegated sub-generator returns a value during a `close` or `throw` call through a suspended frame....

awaiting core review
interpreter-core

# Bug report I'm getting several compiler warnings when compiling on Linux X86_64, wasm32-emscripten, and wasm32-wasi. # Your environment - x86_64-pc-linux-gnu with gcc - wasm32-emscripten with clang - wasm32-wasi with...

type-bug
3.11
3.12

- "comparison of integers of different signs" in typeobject.c - only define static_builtin_index_is_set in DEBUG builds - only define recreate_gil with ifdef HAVE_FORK * Issue: gh-96017

skip news
needs backport to 3.11

# Bug report `Makefile.pre.in` and `configure.ac` are using the `realpath` command for some targets. For example WASI `HOSTRUNNER` uses `realpath --relative-to` to get the working directory relative to the srcdir...

type-bug
OS-mac

`_PyDict_GetItemHint` was an optimization that was subsequently made redundant. So let's remove the dead code. I am not removing` _PyDict_GetItemHint` completely here, because as far as I can tell it...

awaiting review