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

gh-109396: Fix test_socket.test_hmac_sha1() in FIPS mode (GH-109423) Use a longer key: FIPS mode requires at least of at least 112 bits. The previous key was only 32 bits. (cherry picked...

tests
awaiting review

This skips tarfile's chmod-related tests on - systems where setting suid/sgid is no-op (which are unsupported), and - systems where setting the sticky bit is an OSError (like the tier-3...

tests
awaiting merge
skip news

As a temporary measure, we immortalized a number of objects in the 3.13 free threading build. To work around refleak test failures, we added a `@test.support.suppress_immortalization()` decorator that suppressed the...

topic-free-threading

# Bug report ### Bug description: Installing (AMD) 64-bit Python on Windows 11 ARM is not a problem, however on running python.exe this dialog pops up: > --------------------------- > python.exe...

type-bug

# Bug report ### Bug description: ** I first noticed this when testing the backports on 3.13 on windows and WSL. Issue reproduced on 3.14.0a1+ [34653bb](https://github.com/python/cpython/commit/34653bba644aa5481613f398153757d7357e39ea) The following code hangs:...

type-bug
stdlib
topic-subinterpreters
3.14

BPO | [42897](https://bugs.python.org/issue42897) --- | :--- Nosy | @petervansickel *Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current...

type-feature
topic-multiprocessing

According to python 3.13 changelog there are three new opcodes replacing FORMAT_VALUE - CONVERT_VALUE, FORMAT_SIMPLE and FORMAT_WITH_SPEC. But in https://docs.python.org/3/library/dis.html there are mentioned CONVERT_VALUE, FORMAT_SIMPLE and FORMAT_SPEC

docs
3.13
3.14

BPO | [39182](https://bugs.python.org/issue39182) --- | :--- Nosy | @terryjreedy, @tiran, @zooba, @Dutcho *Note: these values reflect the state of the issue at the time it was migrated and might not...

type-bug
interpreter-core
3.9
3.8 (EOL)

# Bug report ### Bug description: In #123370 , I discussed with Terry some measures to modernize the turtledemo. This requires changes to each file. **First**, I want to modify...

type-bug
stdlib

# Bug report ### Bug description: I have downloaded Python 3.13.0, Windows 64 bit version from python.org. I have done nothing to customise it. I start Python. type "12" at...

type-bug
OS-windows
topic-repl