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

Examples of the C API documentation should be updated to use the new PyConfig API, rather than deprecated functions like Py_SetProgramName(): * https://docs.python.org/dev/c-api/intro.html#embedding-python * https://docs.python.org/dev/extending/extending.html * https://docs.python.org/dev/extending/embedding.html In the intro,...

type-bug
docs
3.11
easy
3.10
3.12

Part of #95914 (and in turn, #95913). As discussed with @erlend-aasland , adds an item to the C API -> Porting section of the Python 3.11 What's New document summarizing...

docs
awaiting merge
skip news
3.11
expert-C-API
needs backport to 3.11

The test_sendfile_fallback_close_peer_in_the_middle_of_receiving test in test.test_asyncio.test_sendfile.SelectEventLoopTests fails with error “OSError: [Errno 41] Protocol wrong type for socket” intermittently on macOS. I have seen this error multiple times across Python 3.8-3.11rc1 CI...

type-bug
expert-asyncio

… `PyFunction_GetModule` (GH-98158). (cherry picked from commit 7b48d02933639c91ebd957b2326d8c352d8eddec) Co-authored-by: Nikita Sobolev * Issue: gh-94808

awaiting core review
skip news

(cherry picked from commit b7dd2cad186e44e2b481f4518be62f34c682ea59) Co-authored-by: Nikita Sobolev * Issue: gh-94808

awaiting merge
skip news

BPO | [31176](https://bugs.python.org/issue31176) --- | :--- Nosy | @1st1, @twisteroidambassador *Note: these values reflect the state of the issue at the time it was migrated and might not reflect the...

docs
expert-asyncio

# DOC: Improvements in library/stdtypes This PR do: 1. Replace :meth: by :func: around repr function 2. Add links to Unicode Standard site 3. Make explicit "when" can call the...

docs
skip issue
awaiting review
skip news

Part of #95913 This applies the standard copyediting and formatting to the `inspect` section in the Python 3.11 What's New, as well as explicitly mentions/references the new `inspect.FrameInfo` objects. Specifically:...

docs
awaiting review
skip news
3.11
needs backport to 3.11

The no-gui (mock Text) test_squeezer.SqueezerTest.test_write_stdout indirectly calls squeezer.Squeezer.mywrite, which calls macosx.isAquaTk, which calls _init_tk_type, which calls tkinter.Tk to initialize macosx._tk_type. When a test is run on macOS with no GUI,...

type-bug
expert-IDLE
3.11
3.10
3.12

Purely for design purposes, do not review/merge. https://bugs.python.org/issue43950

awaiting core review
skip news
DO-NOT-MERGE