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

This improves a single paragraph which did not clearly reflect the intent of implementing the `dataclasses.MISSING` sentinel.

docs
skip issue
awaiting review
skip news
needs backport to 3.10
needs backport to 3.11

https://bugs.python.org/issue33318

type-feature
awaiting merge
skip news
stale

https://bugs.python.org/issue33257

type-bug
awaiting review
stale

https://bugs.python.org/issue33222

awaiting core review
stale

Additionally, raise an error when given CRLF in arguments (this is invalid by the IMAP spec). Add tests for the above behaviour. https://bugs.python.org/issue13940

awaiting review
stale

Simplify and speed up interpreter for f-strings. tldr; Do work in the compiler instead of the interpreter. Splits the FORMAT_VALUE opcode into CONVERT_VALUE, FORMAT_SIMPLE and FORMAT_WITH_SPEC. The compiler can then...

awaiting review
stale

Fixes a vulnerability (CVE-2022-37460) in the get-remote-certificate script that would allow for remote code execution given malicious host parameter. NOTE: Issue reported to python security but no gh-#####.

awaiting review

This makes `memoryview.__len__` consistent with `memoryview.__getitem__`. https://bugs.python.org/issue39610 (#83791)

awaiting review

Resolves #83638 ### TODO - [x] Wait for PEP-249 amendments to land - [x] Reflow and reindent doc changes * Issue: gh-83638

awaiting core review
DO-NOT-MERGE

ARM64v8.3 supports [Pointer Authentication](https://www.qualcomm.com/media/documents/files/whitepaper-pointer-authentication-on-armv8-3.pdf) with the PACIASP and AUTIASP instructions which are interpreted as NOP instructions on pre-8.3 architectures. These instructions sign the stack pointer and validate the stack pointer...

awaiting review