cpython
cpython copied to clipboard
The Python programming language
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...
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....
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...
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?...
* Issue: gh-98275
# 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...
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...
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`...
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...
* 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`...