-
# Bug report
## description
Using [`gzip.compress()`][2] with `mtime=0` in 3.8
-
# Bug report
### Bug description:
The `email` library preserves whitespace when a line is folded.
```python
from email import message_from_string
from email.policy import default
message = message…
-
# Bug report
### Bug description:
So I am not entirely sure whether this is unintended behaviour, but it is definitely a noticeable change between 3.11 and 3.12 that is rather unintuitive
```pyt…
-
`Modules/main.c:pymain_repl` should fire `cpython.run_stdin` like `Modules/main.c:pymain_run_stdin` to allow administrators to log/block interactive use. Maybe that event firing should be moved all th…
ambv updated
3 months ago
-
# Bug report
### Bug description:
When using argparse to define a BooleanOptionAction that starts with "--no-", it is not possible to set the flag as True. This is counterintuitive, as one would exp…
-
# Feature or enhancement
### Proposal:
Currently, when `PYTHONHOME` is wrong, python says `ModuleNotFoundError: No module named 'encodings'`. This is error makes it sound like a module is missin…
-
BPO | [40869](https://bugs.python.org/issue40869)
--- | :---
Nosy | @YoSTEALTH
PRs | python/cpython#20665
*Note: these values reflect the state of the issue at the time it was migrated and might not …
-
# Bug report
### Bug description:
The [documentation](https://docs.python.org/3/library/bisect.html) for [bisect.bisect_right](https://docs.python.org/3/library/bisect.html#bisect.bisect_right) …
-
# Crash report
### What happened?
Trying to iterate on a generator from multiple threads under the free-threaded build results in a segmentation fault.
Here is a minimal repro:
```python
im…
-
# Feature or enhancement
### Proposal:
This is really a follow up of https://github.com/python/cpython/issues/115802 and more focused on the AArch64 improvements of the code generated for the JI…