cpython
cpython copied to clipboard
The Python programming language
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...
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...
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...
# 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...
# 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:...
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...
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
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...
# 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...
# 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...