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

Only tags all pointers 0b11 and NULL and immortal stuff as deferred for now. * Issue: gh-117139

awaiting change review
topic-free-threading

(cherry picked from commit 5b941e57c71d7d0ab983d81a169f892662cfe446) Co-authored-by: Savannah Ostrowski * Issue: gh-118844

type-bug
awaiting merge

It is a continuation of #118105 which keeps a cache of newline+indentation and comma+newline+indentation at every level. For example: ``` $ ./python -m timeit -s 'import json; a = [[[{"key":...

awaiting core review
skip news

Faster implementation for normal distribution

awaiting review

https://docs.python.org/3/library/sqlite3.html - does not have any documentation for `sqlite3.Binary()` method

docs
easy
topic-sqlite3

# Bug report ### Bug description: As discussed in https://discuss.python.org/t/pep-744-jit-compilation/50756/42 and further with @brandtbucher, I've tried to change the Fedora's Python 3.13 package to utilize `--enable-experimental-jit=yes-off`. As a starting point,...

type-bug
build

I'm not sure about `audit-event`, I might need to change that. * Issue: gh-118954 ---- 📚 Documentation preview 📚: https://cpython-previews--118955.org.readthedocs.build/

docs
awaiting review
skip news

# GH-115322: Add missing audit hooks I've left out the potential `ctypes.cdata/function` event for now, as constructing a function without notice is not as bad when you cannot call it...

type-bug
awaiting review
needs backport to 3.12
needs backport to 3.13

# Bug report ### Bug description: When trying to build CPython with `--enable-experimental-jit` against LLVM 18.1.5, I'm getting the following error: ```pytb $ make python3.13 ./Tools/jit/build.py x86_64-pc-linux-gnu ========================================================== JIT support...

type-bug
build

# Documentation `os.remove()` & `os.unlink()` are semantically equivalent. Could we group their documentation? ### Linked PRs * gh-118955

docs