-
It was deprecated in 3.12 and set for removal in 3.14.
* https://github.com/python/cpython/issues/102950
* https://github.com/python/cpython/pull/102953
I can open a PR to tackle this if that's…
-
hi!
there is some kind of bug in the input precision.
here is an example with PI
you can have more precision when you import string in Cpython than a simple number (the string here is before conv…
-
# Bug report
### Bug description:
Unlike `http.client.HTTPResponse.read`, `read1` and `readline` do not raise `IncompleteRead` when the content length is know and a connection is closed before every…
-
# Bug report
### Bug description:
Let's say I fire up the REPL and start with the following:
```python
>>> spam = 1
>>> ham = 2
>>> eggs = 3
>>> sp
```
At that point, I can up-arrow to scroll thro…
-
# Feature or enhancement
### Proposal:
Approximately 80% of reference count operations occur in the interpreter. [stats](https://github.com/faster-cpython/benchmarking-public)
The vast majority…
-
BPO | [41281](https://bugs.python.org/issue41281)
--- | :---
Nosy | @ezio-melotti, @merwok, @willingc, @JulienPalard, @yyyyyyyan
PRs | python/cpython#21447
*Note: these values reflect the state of th…
-
The debug builds of CPython enable many nice assertions to find bugs in C extensions. It would be nice to have at least one debug build (say, of the latest CPython release series) included in our CI t…
-
I'm trying to install the flash-attn package but it takes too much time.
I've made sure that ninja is installed.
![image](https://github.com/Dao-AILab/flash-attention/assets/59210021/3128acee-8605…
-
# Bug report
There are multiple problems with it:
1. It mentions outdated Python version: https://github.com/python/cpython/blob/0335662fe1f663fe96e3e4acf0f34c5959d06b00/Lib/idlelib/help.html#L8 Righ…
-
# Documentation
The claim at:
https://github.com/python/cpython/blob/d0c6ba956fca28785ad4dea6423cd44fd1124cad/Doc/library/re.rst?plain=1#L253-L255
seems wrong at least for `\`.
Consider the fo…