issues Search Results · repo:python/cpython language:Python
Filter by
72k results
(92 ms)72k results
inpython/cpython (press backspace or delete to remove)Bug report
Bug description:
In Python 3.13, sqlite is the new default for creating databases
(https://www.python.org/downloads/release/python-3130/). However, it seems that it is not possible to get ...
type-bug
jmcarcell
- Opened 4 minutes ago
- #135386
Bug report
Bug description:
On Python 3.13, instances that have both __slots__ and __dict__ defined (e.g. through inheritance) can have a size that
is more than four times of that in previous Python ...
3.13
3.14
3.15
interpreter-core
type-bug
ariebovenberg
- Opened 1 hour ago
- #135385
Currently the critical section held assertions on objects are not helpful as it doesn t prints the object of which the
critical section should be held, it is helpful for debugging to print the object along ...
topic-free-threading
kumaraditya303
- Opened 2 hours ago
- #135380
Unlike https://github.com/python/cpython/issues/131498 which was a wash for performance, TOS caching in the JIT promises
substantial performance improvements. This is because we can create several stencils ...
markshannon
- 2
- Opened 3 hours ago
- #135379
Feature or enhancement
Support of the __index__() method in getrandbits() and randbytes() is inconsistent.
- Random.getrandbits() supports __index__(), but SystemRandom.getrandbits() does not.
- ...
3.15
stdlib
type-feature
serhiy-storchaka
- Opened 3 hours ago
- #135378
#135326 exposed the fact that there was no tests for objects implementing __index__ in test_random, even if some code in
the random module explicitly support them.
When trying to add more tests, I discovered ...
3.13
3.14
3.15
tests
serhiy-storchaka
- Opened 3 hours ago
- #135376
Bug report
Bug description:
# Add a code block here, if required
AI helped me find the problem. When python was installing, it was setting path variables of:
c:\users\dwigh\appdata\local\programs\python\python313\lib\site-packages ...
invalid
UfotOnoTofu
- 1
- Opened 6 hours ago
- #135375
Bug report
Bug description:
Python 3.12 runtime includes a vulnerable version of setuptools (v67.6.1). File location:
/lib/python3.12/test/wheeldata/setuptools-67.6.1-py3-none-any.whl
It is present ...
type-bug
Nishi-1412
- Opened 6 hours ago
- #135374
Bug report
Bug description:
The get_all_awaited_by() function in the remote debugging module was returning incorrect call stack information in the
awaited_by relationships. Instead of showing each task ...
type-bug
pablogsal
- Opened 10 hours ago
- #135371
Bug report
Bug description:
In 3.10, since StrEnum is not yet provided, I thought to emulate it by simply using str as a mixin:
from enum import Enum
class x(str, Enum):
... KEY = value ...
type-bug
zahlman
- 1
- Opened 12 hours ago
- #135370

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.