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

# Bug report A clear and concise description of what the bug is. Include a minimal, reproducible example (https://stackoverflow.com/help/minimal-reproducible-example), if possible. # Your environment ``` from enum import Flag, verify,...

type-bug
performance
stdlib

The ``structmember.h`` header is deprecated, though it continues to be available and there are no plans to remove it. There are no deprecation warnings. Old code can stay unchanged (unless...

awaiting core review

While I check the @ericsnowcurrently 's checklist: https://github.com/ericsnowcurrently/multi-core-python/wiki/0-The-Plan I found that the syslog module still uses the global variable for the following variables. * S_ident_o * S_log_open Both variables are...

type-feature
expert-subinterpreters

Reference: [PEP 594 – Removing dead batteries from the standard library](https://peps.python.org/pep-0594/). This issue tracks removal of the following modules: - Demote from the public API into the test helpers -...

type-feature

BPO | [45953](https://bugs.python.org/issue45953) --- | :--- Nosy | @gvanrossum, @vstinner, @markshannon, @ericsnowcurrently, @JulienPalard, @miss-islington, @brandtbucher PRs | python/cpython#29883python/cpython#30092python/cpython#30096python/cpython#30588python/cpython#30589python/cpython#30590python/cpython#31038 *Note: these values reflect the state of the issue at the time...

interpreter-core
3.11

If the following is implemented using static types C API, the derived class doesn't inherit `__getitem__`: ```python class SimpleMap: def __getitem__(self, key): return 'value' class SimpleObject: pass class DerivedObject(SimpleObject, SimpleMap):...

type-bug
expert-C-API

BPO | [14130](https://bugs.python.org/issue14130) --- | :--- Nosy | @ncoghlan, @abalkin, @pitrou, @pv, @skrah *Note: these values reflect the state of the issue at the time it was migrated and might...

type-feature
interpreter-core

Turns out `ld` shipped with Xcode 14+ emits a warning when using `-`undefined dynamic_lookup.` ``` ld: warning: -undefined dynamic_lookup may not work with chained fixups ``` Some investigation reveals that...

OS-mac
3.11
3.10
3.9
3.12

With this we can run just codegen from python, and get the un-optimized instruction sequence for an AST. * Issue: gh-87092

tests
awaiting core review
skip news
interpreter-core

BPO | [41095](https://bugs.python.org/issue41095) --- | :--- Nosy | @vstinner, @serhiy-storchaka, @1st1, @asottile PRs | python/cpython#21066 *Note: these values reflect the state of the issue at the time it was migrated...

stdlib
3.10