issues
search
python
/
cpython
The Python programming language
https://www.python.org
Other
63.66k
stars
30.49k
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
[3.13] Fix a few typos found in the docs (GH-127126)
#127181
miss-islington
closed
3 days ago
0
GH-127178: convert _sysconfigdata to a JSON file
#127180
FFY00
opened
3 days ago
0
gh-120966: Remove the unneccessary code block
#127179
mkashirin
opened
3 days ago
2
Convert `_sysconfigdata` to a JSON file
#127178
FFY00
opened
3 days ago
0
subprocess.run gets in an infinite loop closing every possible file descriptor
#127177
edre
closed
2 days ago
4
Support more/larger xattrs? (now = "no space left on device")
#127176
pjotrek-b
closed
5 hours ago
4
gh-119786: add intro to adaptive.md. Add tier2.md.
#127175
iritkatriel
opened
3 days ago
0
recommend what to use instead of asyncio.get_event_loop in 3.14 what's new
#127174
graingert
opened
3 days ago
1
[3.12] gh-109746: Make _thread.start_new_thread delete state of new thread on its startup failure (GH-109761)
#127173
serhiy-storchaka
closed
3 days ago
0
venv module not respecting ACLs
#127172
piotr-kubiak
opened
3 days ago
0
[3.13] gh-109746: Make _thread.start_new_thread delete state of new thread on its startup failure (GH-109761)
#127171
serhiy-storchaka
closed
3 days ago
0
[3.13] Enable aarch64 Ubuntu CI jobs (GH-125786)
#127170
ambv
closed
2 days ago
0
gh-115999: Add free-threaded specialization for `STORE_SUBSCR`
#127169
colesbury
opened
3 days ago
4
gh-127022: Remove `_PyEvalFramePushAndInit_UnTagged`
#127168
colesbury
closed
10 hours ago
0
gh-115999: Record success in `specialize`
#127167
mpage
closed
3 days ago
2
GH-115869: Make `jit_stencils.h` reproducible
#127166
brandtbucher
closed
1 day ago
0
Segfault in invalid `concurrent.futures.interpreter.WorkerContext`
#127165
devdanzin
opened
3 days ago
3
[3.12] gh-88110: Clear concurrent.futures.thread._threads_queues after fork to avoid joining parent process' threads (GH-126098)
#127164
miss-islington
opened
3 days ago
0
[3.13] gh-88110: Clear concurrent.futures.thread._threads_queues after fork to avoid joining parent process' threads (GH-126098)
#127163
miss-islington
closed
3 days ago
0
gh-86463: Fix a trailing space in argparse.rst
#127162
serhiy-storchaka
closed
3 days ago
0
[3.12] gh-126384: Add tests to verify the behavior of basic COM methods. (GH-126610)
#127160
miss-islington
closed
15 hours ago
0
[3.13] gh-126384: Add tests to verify the behavior of basic COM methods. (GH-126610)
#127159
miss-islington
closed
15 hours ago
0
[3.12] gh-127001: Fix PATHEXT issues in shutil.which() on Windows (GH-127035)
#127158
serhiy-storchaka
closed
3 days ago
0
[3.13] gh-109413: Fix libregrtest get_running() (GH-127153)
#127157
miss-islington
closed
3 days ago
0
[3.13] gh-127001: Fix PATHEXT issues in shutil.which() on Windows (GH-127035)
#127156
miss-islington
closed
3 days ago
0
GH-126795: Increase the JIT side-exit threshold from 64 to 4096
#127155
brandtbucher
opened
3 days ago
1
Turn off PGO for JIT CI
#127154
brandtbucher
opened
3 days ago
1
gh-109413: Fix libregrtest get_running()
#127153
vstinner
closed
3 days ago
4
`<not running>` console spam when running tests
#127152
colesbury
closed
3 days ago
1
gh-127146 Emscripten: Skip segfaults in test suite
#127151
hoodmane
opened
3 days ago
4
[3.13] gh-127065: Make `methodcaller` thread-safe in free threading build (GH-127109)
#127150
miss-islington
closed
3 days ago
0
[3.13] GH-122679: Add `register()` to argparse docs (GH-126939)
#127149
miss-islington
closed
3 days ago
0
[3.12] GH-122679: Add `register()` to argparse docs (GH-126939)
#127148
miss-islington
closed
3 days ago
0
python 3.13 gdb extension does not work with optimized build
#127147
kasium
opened
3 days ago
0
Emscripten: Get test suite passing
#127146
hoodmane
opened
3 days ago
2
[3.12] gh-127082: Replace "Windows only" with the `availability: Windows` in `ctypes` doc (GH-127099)
#127145
junkmd
closed
3 days ago
0
[3.13] gh-127082: Replace "Windows only" with the `availability: Windows` in `ctypes` doc (GH-127099)
#127144
junkmd
closed
3 days ago
0
Fix open bracket in invalid_parameter_handle.c
#127143
SciMind2460
closed
3 days ago
2
Fix for broken xml
#127142
smurav
closed
3 days ago
7
gh-122273: Support PyREPL history on Windows
#127141
vstinner
opened
3 days ago
1
gh-127124: Pass optional state to context watcher callback
#127140
rhansen
opened
3 days ago
3
python3.13 opencv cannot install
#127139
LiYangDoYourself
closed
3 days ago
2
GH-125866: Preserve Windows drive letter case in file URIs
#127138
barneygale
closed
2 days ago
1
GH-127134: Add note about forward compatibility for suggest_on_error
#127137
savannahostrowski
closed
3 days ago
1
[3.12] GH-127078: `url2pathname()`: handle extra slash before UNC drive in URL path (GH-127132)
#127136
miss-islington
closed
3 days ago
0
[3.13] GH-127078: `url2pathname()`: handle extra slash before UNC drive in URL path (GH-127132)
#127135
miss-islington
closed
3 days ago
0
Document forward compatibility for `suggest_on_error`
#127134
savannahostrowski
closed
2 days ago
1
Raise exception when nesting argument groups and mutually exclusive groups
#127133
savannahostrowski
closed
1 day ago
0
GH-127078: `url2pathname()`: handle extra slash before UNC drive in URL path
#127132
barneygale
closed
3 days ago
4
[3.12] GH-126766: `url2pathname()`: handle 'localhost' authority (GH-127129)
#127131
miss-islington
closed
4 days ago
0
Previous
Next