Issues · python/cpython (original) (raw)

Unwinding support for the JIT compiler 3.14 new features, bugs and security fixes interpreter-core (Objects, Python, Grammar, and Parser dirs) topic-JIT

#126910 opened Nov 16, 2024 bypablogsal

@pablogsal @brandtbucher

1

test_os.ExtendedAttributeTests fail on filesystems with low xattr limits (e.g. ext4 with small blocks) tests Tests in the Lib/test dir type-bug An unexpected behavior, bug, or error

#126909 opened Nov 16, 2024 bymgorny

Running atexit from threads in free-threading build segfaults 3.13 bugs and security fixes 3.14 new features, bugs and security fixes extension-modules C modules in the Modules dir topic-free-threading type-crash A hard crash of the interpreter, possibly with a core dump

#126907 opened Nov 16, 2024 bydevdanzin

@ZeroIntensity

4

When loading the python core dll using LoadLibraryA/W the encodings module cannot load. OS-windows type-bug An unexpected behavior, bug, or error

#126905 opened Nov 16, 2024 byAraHaan

_CHECK_FUNCTION interferes with partial evaluation interpreter-core (Objects, Python, Grammar, and Parser dirs) type-feature A feature request or enhancement

#126902 opened Nov 16, 2024 byFidget-Spinner

Add **kw to tkinter.Misc.after and tkinter.Misc.after_idle stdlib Python modules in the Lib dir topic-tkinter type-feature A feature request or enhancement

#126899 opened Nov 16, 2024 byXiaokang2022

Emscripten support: Use es6 modules OS-emscripten type-feature A feature request or enhancement

#126898 opened Nov 16, 2024 byhoodmane

Outdated docs about asyncio.start_server() docs Documentation in the Doc dir topic-asyncio

#126896 opened Nov 16, 2024 bybeavailable

Segfault/aborts calling difflib._test in threads in a free-threaded build 3.13 bugs and security fixes 3.14 new features, bugs and security fixes extension-modules C modules in the Modules dir stdlib Python modules in the Lib dir topic-free-threading type-crash A hard crash of the interpreter, possibly with a core dump

#126895 opened Nov 16, 2024 bydevdanzin

9

Warmup counters should be reset when JIT compiling code 3.14 new features, bugs and security fixes interpreter-core (Objects, Python, Grammar, and Parser dirs) performance Performance or resource usage topic-JIT

#126892 opened Nov 16, 2024 bybrandtbucher

@brandtbucher

Restore docstrings in ssl 3.14 new features, bugs and security fixes extension-modules C modules in the Modules dir topic-SSL type-bug An unexpected behavior, bug, or error

#126890 opened Nov 15, 2024 byZeroIntensity

@ZeroIntensity

3

patch does not correctly restore state on objects without __dict__ stdlib Python modules in the Lib dir type-bug An unexpected behavior, bug, or error

#126886 opened Nov 15, 2024 byc00w

3

Calling cProfile.runctx in threads on a free-threading build segfaults 3.13 bugs and security fixes 3.14 new features, bugs and security fixes extension-modules C modules in the Modules dir topic-free-threading type-crash A hard crash of the interpreter, possibly with a core dump

#126884 opened Nov 15, 2024 bydevdanzin

2

datetime.fromisoformat() parses offset minutes outside 00-59 range 3.12 bugs and security fixes 3.13 bugs and security fixes 3.14 new features, bugs and security fixes extension-modules C modules in the Modules dir stdlib Python modules in the Lib dir type-bug An unexpected behavior, bug, or error

#126883 opened Nov 15, 2024 byariebovenberg

Internal docs: Update code blocks in garbage_collector.md to improve syntax highlighting docs Documentation in the Doc dir easy

#126882 opened Nov 15, 2024 bytomasr8

2

Segfault with asyncio.base_events.BaseEventLoop when passed a small float to set_debug. 3.12 bugs and security fixes 3.13 bugs and security fixes 3.14 new features, bugs and security fixes interpreter-core (Objects, Python, Grammar, and Parser dirs) type-crash A hard crash of the interpreter, possibly with a core dump

#126881 opened Nov 15, 2024 bydevdanzin

@kumaraditya303

12

autoconf link test for tcl/tk fails with optimizing compilers type-bug An unexpected behavior, bug, or error

#126877 opened Nov 15, 2024 bybramoore

Assertion failure if for socket._fallback_socketpair with too large default timeout 3.12 bugs and security fixes 3.13 bugs and security fixes 3.14 new features, bugs and security fixes extension-modules C modules in the Modules dir type-crash A hard crash of the interpreter, possibly with a core dump

#126876 opened Nov 15, 2024 bydevdanzin

2

Add freelist for compact int objects interpreter-core (Objects, Python, Grammar, and Parser dirs) performance Performance or resource usage type-feature A feature request or enhancement

#126868 opened Nov 15, 2024 byeendebakpt

Module unittest examples cannot work docs Documentation in the Doc dir

#126864 opened Nov 15, 2024 bysamimakinen-twoday

TEST failed: test_posix tests Tests in the Lib/test dir type-bug An unexpected behavior, bug, or error

#126863 opened Nov 15, 2024 byperovskikh

4

Possible overflow in typeobject.c:tail_contains 3.12 bugs and security fixes 3.13 bugs and security fixes 3.14 new features, bugs and security fixes interpreter-core (Objects, Python, Grammar, and Parser dirs) pending The issue will be closed if no feedback is provided type-bug An unexpected behavior, bug, or error

#126862 opened Nov 15, 2024 byfedericovalenso

5

Overflow if ast.AST.end_col_offset is absurdly large 3.12 bugs and security fixes 3.13 bugs and security fixes 3.14 new features, bugs and security fixes interpreter-core (Objects, Python, Grammar, and Parser dirs) pending The issue will be closed if no feedback is provided type-bug An unexpected behavior, bug, or error

#126860 opened Nov 15, 2024 byfedericovalenso

@picnixz

3

Overflow if co_linetable is absurdly large 3.12 bugs and security fixes 3.13 bugs and security fixes 3.14 new features, bugs and security fixes interpreter-core (Objects, Python, Grammar, and Parser dirs) pending The issue will be closed if no feedback is provided type-bug An unexpected behavior, bug, or error

#126859 opened Nov 15, 2024 byfedericovalenso

@picnixz

1

Overflow if co_exceptiontable is absurdly large 3.12 bugs and security fixes 3.13 bugs and security fixes 3.14 new features, bugs and security fixes interpreter-core (Objects, Python, Grammar, and Parser dirs) pending The issue will be closed if no feedback is provided type-bug An unexpected behavior, bug, or error

#126858 opened Nov 15, 2024 byfedericovalenso

@picnixz

2