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

Follow on from https://github.com/python/cpython/pull/124664, let's keep the modules sorted alphabetically. * Issue: gh-58032 ---- 📚 Documentation preview 📚: https://cpython-previews--125871.org.readthedocs.build/

docs
awaiting merge
skip news

# Documentation In Python 3.13, `PyObject_HasAttr` doc says: > Exceptions that occur when this calls `__getattr__()` and `__getattribute__()` methods are silently ignored. But its exception behavior after https://github.com/python/cpython/pull/106674 is to...

docs
easy
topic-C-API

cc @zooba * Issue: gh-102536

DO-NOT-MERGE
pending

* Issue: gh-84545 ---- 📚 Documentation preview 📚: https://cpython-previews--125870.org.readthedocs.build/

docs
awaiting core review
skip news
needs backport to 3.12
needs backport to 3.13

# Documentation Tutorial - Classes chapter - Multiple Inheritance section has a summary description of MRO which still says depth first. That applied to classic Python2 (old) classes. ### Linked...

docs

This is a follow up to https://github.com/python/cpython/pull/113769. Thanks to @hugovk and @henryiii for mentioning this. With this PR, we get e.g. the following error message for shadowing stdlib: ``` λ...

awaiting core review
needs backport to 3.13

This PR adds new keyword arguments `callers_sort_key` and `callers_filter` to `pstats.Stats.print_callers`, and similar to `pstats.Stats.print_callees`, and documents them in the profiling doc. The sorting and filtering are accomplished via use...

awaiting review

BPO | [44408](https://bugs.python.org/issue44408) --- | :--- Nosy | @iritkatriel, @jrlevine PRs | python/cpython#26701 *Note: these values reflect the state of the issue at the time it was migrated and might...

type-bug
stdlib
topic-email

BPO | [44269](https://bugs.python.org/issue44269) --- | :--- Nosy | @jrlevine PRs | python/cpython#26709 *Note: these values reflect the state of the issue at the time it was migrated and might not...

type-bug
stdlib
topic-email

This backports two commits: - GH-31096 skipped the tests unconditionally - GH-125042 skips only the possibly-failing assertion (cherry picked from commit d522856) * Issue: gh-125041

tests
awaiting core review