-
The following public C API is new in 3.13 (beta 1, relative to 3.12), and as of this writing it looks either
- undocumented, or
- documented incorrectly. See the docs search page for what Sphinx thi…
-
# Bug report
### Bug description:
```python
class some:
int : int = 1
normal : int = 1
some.__annotations__
```
returns:
`{'int': 1, 'normal': 1}`
```python
class some:
int_ : in…
-
# Feature or enhancement
### Proposal:
Refactor of `xml.etree.ElementTree._namespaces` in preparation to simplify the logic to address the following gh issues, all of which require some changes to `…
-
# Feature or enhancement
### Proposal:
Proposal:
* Add `BRANCH_TAKEN` and `BRANCH_NOT_TAKEN` events to `sys.monitoring`
* Deprecate the old `BRANCH` event (as it will be redundant)
* Monitoring `BR…
-
# Bug report
### Bug description:
In Python releases previous to 3.13, the following code used to work (this idiom is used in Durus and ZODB persistence systems):
```
Python 3.12.7 (main, Oct 3 20…
-
According to [stats and profiling](https://github.com/faster-cpython/benchmarking-public) only about 40% of bytecode instructions are executed by tier 2 and the remaining 60% by tier 1.
We the expe…
-
# Bug report
### Bug description:
When parsing back a written email, whitespace seems to be prepended to the header if the header was wrapped upon writing.
This is particularly noticeable for…
-
# Bug report
### Bug description:
Calling `PyObject_GetBuffer()` with the `PyBUF_FORMAT` flag on a memoryview object that wraps a bytes object fails with the exception:
`BufferError: memoryview: ca…
-
# Bug report
### Bug description:
The completion in the above case shows `[ not unique ]` and gives several suggestions. However, `case ` is the only word to form a valid syntax at this point. It…
-
# Bug report
```
0:02:53 load avg: 5.00 [ 9/22/1] test_signal failed (1 error) (1 min 1 sec) -- running (3): test_logging (2 min 13 sec), test_io (2 min 17 sec), test_queue (1 min 52 sec)
test test_…