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 | [34730](https://bugs.python.org/issue34730) --- | :--- Nosy | @Cito, @njsmith, @asvetlov, @dimaqq, @1st1, @dfee *Note: these values reflect the state of the issue at the time it was migrated and...

expert-asyncio

While reading through the `multiprocessing` module documentation, I identified a few typos / grammatical issues. Given that this relates only to minor typos, I don't think this needs an issue....

docs
skip issue
awaiting core review
skip news
needs backport to 3.10
needs backport to 3.11
expert-multiprocessing

BPO | [37645](https://bugs.python.org/issue37645) --- | :--- Nosy | @vstinner, @encukou, @rlamy, @jdemeyer, @miss-islington PRs | python/cpython#14890python/cpython#15295 *Note: these values reflect the state of the issue at the time it was...

interpreter-core
3.9

This function is very stange. I don't understand: - Why it is needed - Why it is `" object"` and not `"object"` Related https://github.com/python/cpython/issues/81826 CC @encukou Can we deprecate it?...

awaiting merge
skip news
needs backport to 3.11

* Issue: gh-98275

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

# Bug report Hello! So this has been an issue that has probably been bugging many people for a while now. This has bitten me back when I was a...

type-bug

As discussed with @pablogsal , this is a meta-issue for coordinating an editing pass on the What's New in Python 3.11 document. The focus with this issue and its accompanying...

docs
3.11

Part of #95913 and discussed in/related to #98307 . This PR adds the following to a new Python 3.11 What's New section for the `logging` module: * The new `logging.getLevelNamesMapping`...

docs
awaiting merge
skip news
3.11
needs backport to 3.11

Part of #95913 A `createSocket()` method was added to the [SysLogHandler](https://docs.python.org/3.11/library/logging.handlers.html#logging.handlers.SysLogHandler) class for issue #88457 by PR #26490 to match the [one in SocketHandler](https://docs.python.org/3.11/library/logging.handlers.html#logging.handlers.SocketHandler.createSocket), but unlike the latter, the former...

docs
3.11

* As most of `test_embed` now uses `Py_InitializeFromConfig`, add a specific test case to cover `Py_Initialize(Ex)` * Rename `_testembed` init helper to clarify the API used * Add a `PyConfig_Clear`...

awaiting core review
3.11
3.12
needs backport to 3.11