Messages by Date
-
2026/01/03
[Python-checkins] gh-143309: fix UAF in `os.execve` when the environment is concurrently mutated (#143314)
picnixz
-
2026/01/03
[Python-checkins] gh-143308: fix UAF when PickleBuffer is concurrently mutated in a callback (#143312)
picnixz
-
2026/01/03
[Python-checkins] gh-142927: Clarify pstats file output in docs and CLI (#143388)
pablogsal
-
2026/01/03
[Python-checkins] gh-141504: Factor out tracing and optimization heuristics into a single object (gh-143381)
corona10
-
2026/01/03
[Python-checkins] gh-143001: Add @cpython_only to test_threading.ThreadTests.test_PyThreadState_SetAsyncExc (gh-143002)
corona10
-
2026/01/03
[Python-checkins] gh-138122: Skip threads on EPERM in blocking mode profiler (GH-143368)
ambv
-
2026/01/03
[Python-checkins] [3.14] gh-136924: Suspend REPL colorizing when in a REPL interactive command (GH-136926) (GH-143390)
ambv
-
2026/01/03
[Python-checkins] gh-136924: Suspend REPL colorizing when in a REPL interactive command (GH-136926)
ambv
-
2026/01/03
[Python-checkins] Fix dunder name typo in compiler code comment (#143374)
JelleZijlstra
-
2026/01/03
[Python-checkins] [3.14] gh-140648: Make asyncio REPL respect the `-I` flag (isolated mode) (GH-143045) (#143383)
kumaraditya303
-
2026/01/03
[Python-checkins] [3.13] gh-140648: Make asyncio REPL respect the `-I` flag (isolated mode) (GH-143045) (#143384)
kumaraditya303
-
2026/01/03
[Python-checkins] gh-140648: Make asyncio REPL respect the `-I` flag (isolated mode) (#143045)
kumaraditya303
-
2026/01/02
[Python-checkins] gh-142615: disallow multiple initializations of `asyncio.Task` and `asyncio.Future` (#142616)
kumaraditya303
-
2026/01/02
[Python-checkins] gh-143361: Pass PY_VECTORCALL_ARGUMENTS_OFFSET in _Py_CallBuiltinClass_StackRefSteal (GH-143367)
Fidget-Spinner
-
2026/01/02
[Python-checkins] [3.13] gh-76187: Document the `c` typecode for `multiprocessing.Array`. (GH-132504) (#143370)
tomasr8
-
2026/01/02
[Python-checkins] [3.14] gh-76187: Document the `c` typecode for `multiprocessing.Array`. (GH-132504) (#143369)
tomasr8
-
2026/01/02
[Python-checkins] gh-76187: Document the `c` typecode for `multiprocessing.Array`. (#132504)
tomasr8
-
2026/01/02
[Python-checkins] gh-134584: JIT: Remove redundant refcount from STORE_FAST (GH-143336)
Fidget-Spinner
-
2026/01/02
[Python-checkins] no-issue: Fix optimizer_generator.py to print abstract_uop_name properly (gh-143366)
corona10
-
2026/01/02
[Python-checkins] [3.13] gh-138897: Use `_pyrepl.pager` for `_sitebuiltins._Printer` (GH-138898) (GH-143365)
ambv
-
2026/01/02
[Python-checkins] [3.14] gh-138897: Use `_pyrepl.pager` for `_sitebuiltins._Printer` (GH-138898) (GH-143364)
ambv
-
2026/01/02
[Python-checkins] [3.13] gh-139262: Prevent swallowing REPL input on Windows (GH-139263) (GH-143363)
ambv
-
2026/01/02
[Python-checkins] [3.14] gh-139262: Prevent swallowing REPL input on Windows (GH-139263) (GH-143362)
ambv
-
2026/01/02
[Python-checkins] [3.13] gh-128067: Fix pyrepl overriding printed output without newlines (GH-138732) (GH-143351)
ambv
-
2026/01/02
[Python-checkins] [3.14] gh-143148: Replace pre-commit with prek in CI (GH-143149) (#143360)
hugovk
-
2026/01/02
[Python-checkins] gh-138897: Use `_pyrepl.pager` for `_sitebuiltins._Printer` (GH-138898)
ambv
-
2026/01/02
[Python-checkins] [3.13] gh-143148: Replace pre-commit with prek in CI (GH-143149) (#143359)
hugovk
-
2026/01/02
[Python-checkins] gh-139262: Prevent swallowing REPL input on Windows (GH-139263)
ambv
-
2026/01/02
[Python-checkins] [3.14] gh-128067: Fix pyrepl overriding printed output without newlines (GH-138732) (GH-143350)
ambv
-
2026/01/02
[Python-checkins] gh-143148: Replace pre-commit with prek in CI (#143149)
hugovk
-
2026/01/02
[Python-checkins] gh-128067: In test_pyrepl, discover escape sequences from terminfo instead of using hard-coded values (#143356)
ambv
-
2026/01/02
[Python-checkins] gh-139757: Fix unintended bytecode specialization for non-ascii string (gh-143352)
corona10
-
2026/01/02
[Python-checkins] gh-128067: Fix pyrepl overriding printed output without newlines (#138732)
ambv
-
2026/01/02
[Python-checkins] gh-142927: Hide _sync_coordinator frames from profiler output (#143337)
pablogsal
-
2026/01/02
[Python-checkins] gh-139757: Add _GUARD_NOS_COMPACT_ASCII for compact ascii optimization (gh-143332)
corona10
-
2026/01/02
[Python-checkins] [3.14] Update docstrings of `typing.Hashable`, `typing.List`, etc., to reflect their deprecation (GH-143295) (#143348)
AlexWaygood
-
2026/01/02
[Python-checkins] [3.13] Update docstrings of `typing.Hashable`, `typing.List`, etc., to reflect their deprecation (GH-143295) (#143349)
AlexWaygood
-
2026/01/02
[Python-checkins] Update docstrings of `typing.Hashable`, `typing.List`, etc., to reflect their deprecation (#143295)
AlexWaygood
-
2026/01/02
[Python-checkins] [3.14] gh-143310: fix crash in Tcl object conversion with concurrent mutations (GH-143321) (#143343)
picnixz
-
2026/01/02
[Python-checkins] [3.13] gh-143310: fix crash in Tcl object conversion with concurrent mutations (GH-143321) (#143344)
picnixz
-
2026/01/02
[Python-checkins] gh-143310: fix crash in Tcl object conversion with concurrent mutations (#143321)
picnixz
-
2026/01/01
[Python-checkins] gh-124951: Optimize base64 encode & decode for an easy 2-3x speedup [no SIMD] (GH-143262)
gpshead
-
2026/01/01
[Python-checkins] gh-138122: Move local imports to module level in sampling profiler (#143257)
pablogsal
-
2026/01/01
[Python-checkins] gh-138122: Integrate live profiler TUI with _colorize theming system (#142360)
pablogsal
-
2026/01/01
[Python-checkins] gh-142927: Fix heatmap caller navigation for interior lines (#143180)
pablogsal
-
2026/01/01
[Python-checkins] gh-142927: Auto-open HTML output in browser after generation (#143178)
pablogsal
-
2026/01/01
[Python-checkins] gh-134584: Fix _CALL_BUILTIN_O test to reflect real-world usage (GH-143333)
Fidget-Spinner
-
2026/01/01
[Python-checkins] gh-134584: Eliminate redundant refcounting from `_LOAD_ATTR_SLOT` (GH-143320)
Fidget-Spinner
-
2026/01/01
[Python-checkins] gh-134584: Eliminate redundant refcounting from _CALL{_BUILTIN_O, _METHOD_DESCRIPTOR_O} (GH-143330)
Fidget-Spinner
-
2026/01/01
[Python-checkins] Amend NEWS entries for PRs GH-139553 and GH-142790 (#143329)
picnixz
-
2026/01/01
[Python-checkins] [3.14] gh-143048: Remove outdated mention to `curses` in the "Interactive Mode" docs (GH-143049) (#143325)
picnixz
-
2026/01/01
[Python-checkins] gh-143048: Remove outdated mention to `curses` in the "Interactive Mode" docs (#143049)
picnixz
-
2026/01/01
[Python-checkins] [3.14] gh-142830: prevent some crashes when mutating `sqlite3` callbacks (GH-143245) (#143322)
picnixz
-
2026/01/01
[Python-checkins] [3.13] gh-142830: prevent some crashes when mutating `sqlite3` callbacks (GH-143245) (#143323)
picnixz
-
2026/01/01
[Python-checkins] gh-142830: prevent some crashes when mutating `sqlite3` callbacks (#143245)
picnixz
-
2025/12/31
[Python-checkins] [3.14] gh-140920: remove incorrect mentions to `concurrent.futures.interpreter.ExecutionFailed` (GH-141723) (#143315)
picnixz
-
2025/12/31
[Python-checkins] gh-140920: remove incorrect mentions to `concurrent.futures.interpreter.ExecutionFailed` (#141723)
picnixz
-
2025/12/31
[Python-checkins] [3.13] gh-91214: Skip tests failing on Solaris (GH-31978) (GH-138462)
serhiy-storchaka
-
2025/12/31
[Python-checkins] gh-135852: Remove out of tree pywin32 dependency for NTEventLogHandler (GH-137860)
serhiy-storchaka
-
2025/12/30
[Python-checkins] gh-140795: Keep 'err' in local variable in _ssl.c (gh-143275)
colesbury
-
2025/12/30
[Python-checkins] gh-143121: Avoid thread leak in configure (gh-143122)
colesbury
-
2025/12/30
[Python-checkins] [3.13] gh-115634: document ProcessPoolExecutor max_tasks_per_child bug (GH-140897) (#143303)
gpshead
-
2025/12/30
[Python-checkins] [3.14] gh-115634: document ProcessPoolExecutor max_tasks_per_child bug (GH-140897) (#143302)
gpshead
-
2025/12/30
[Python-checkins] gh-115634: document ProcessPoolExecutor max_tasks_per_child bug (GH-140897)
gpshead
-
2025/12/30
[Python-checkins] gh-143237: Fix support of named pipes in the rotating logging handlers (GH-143259)
serhiy-storchaka
-
2025/12/30
[Python-checkins] [3.14] gh-130167: Add a What's New entry for changes to ``textwrap.{de,in}dent`` (GH-131924) (#143292)
hugovk
-
2025/12/30
[Python-checkins] gh-130167: Add a What's New entry for changes to ``textwrap.{de,in}dent`` (#131924)
hugovk
-
2025/12/30
[Python-checkins] [3.14] gh-143284: Temporarily install Sphinx<9 to fix Chinese search (GH-143286) (#143290)
hugovk
-
2025/12/30
[Python-checkins] [3.13] gh-143284: Temporarily install Sphinx<9 to fix Chinese search (GH-143286) (#143291)
hugovk
-
2025/12/30
[Python-checkins] gh-143284: Temporarily install Sphinx<9 to fix Chinese search (#143286)
hugovk
-
2025/12/30
[Python-checkins] [3.13] gh-142994, gh-142996: document missing async generator and coroutine field entries in `inspect` (GH-142997) (#143287)
picnixz
-
2025/12/29
[Python-checkins] gh-142939: difflib.get_close_matches performance (#142940)
hauntsaninja
-
2025/12/29
[Python-checkins] gh-128546: Document that getaddrinfo() can return raw data (#128547)
hauntsaninja
-
2025/12/29
[Python-checkins] [3.13] gh-69686: Remove untrue part of `__import__` replacement docs (GH-143261) (#143282)
hauntsaninja
-
2025/12/29
[Python-checkins] [3.14] gh-69686: Remove untrue part of `__import__` replacement docs (GH-143261) (#143281)
hauntsaninja
-
2025/12/29
[Python-checkins] gh-69686: Remove untrue part of `__import__` replacement docs (#143261)
hauntsaninja
-
2025/12/29
[Python-checkins] [3.11] gh-139436: Remove ``dist-pdf`` from the docs archives rebuild target (#139437) (#141164)
ambv
-
2025/12/29
[Python-checkins] [3.13] gh-143200: fix UAFs in `Element.__{set,get}item__` when the element is concurrently mutated (GH-143226) (#143274)
picnixz
-
2025/12/29
[Python-checkins] [3.14] gh-143200: fix UAFs in `Element.__{set,get}item__` when the element is concurrently mutated (GH-143226) (#143273)
picnixz
-
2025/12/29
[Python-checkins] gh-143200: fix UAFs in `Element.__{set,get}item__` when the element is concurrently mutated (#143226)
picnixz
-
2025/12/29
[Python-checkins] gh-143183: Link trace to side exits, rather than stop (GH-143268)
Fidget-Spinner
-
2025/12/29
[Python-checkins] [3.14] gh-131421: Fix ASDL kw_defaults being `expr*` instead of `expr?*` (GH-133773) (GH-143269)
serhiy-storchaka
-
2025/12/29
[Python-checkins] gh-131421: Fix ASDL kw_defaults being `expr*` instead of `expr?*` (GH-133773)
serhiy-storchaka
-
2025/12/28
[Python-checkins] gh-143183: Rewind stop tracing to previous target (GH-143187)
Fidget-Spinner
-
2025/12/28
[Python-checkins] gh-131798: Remove bounds check when indexing into tuples with a constant index (#137607)
tomasr8
-
2025/12/28
[Python-checkins] [3.14] gh-140870: Full coverage for _pyrepl._module_completer (GH-143244) (#143260)
tomasr8
-
2025/12/28
[Python-checkins] gh-140870: Full coverage for _pyrepl._module_completer (#143244)
tomasr8
-
2025/12/28
[Python-checkins] [3.14] gh-142994, gh-142996: document missing async generator and coroutine field entries in `inspect` (GH-142997) (#143258)
picnixz
-
2025/12/28
[Python-checkins] gh-142994, gh-142996: document missing async generator and coroutine field entries in `inspect` (#142997)
picnixz
-
2025/12/28
[Python-checkins] [3.14] gh-142195: Fixed Popen.communicate indefinite loops (GH-143203) (#143255)
gpshead
-
2025/12/28
[Python-checkins] [3.13] gh-142195: Fixed Popen.communicate indefinite loops (GH-143203) (#143256)
gpshead
-
2025/12/28
[Python-checkins] gh-142195: Fixed Popen.communicate indefinite loops (GH-143203)
gpshead
-
2025/12/28
[Python-checkins] gh-63016: fix failing `mmap.flush` tests on FreeBSD (#143230)
picnixz
-
2025/12/28
[Python-checkins] [3.14] gh-143241: Fix infinite loop in `zoneinfo._common.load_data` (GH-143243) (#143251)
picnixz
-
2025/12/28
[Python-checkins] [3.13] gh-143241: Fix infinite loop in `zoneinfo._common.load_data` (GH-143243) (#143252)
picnixz
-
2025/12/28
[Python-checkins] gh-143241: Fix infinite loop in `zoneinfo._common.load_data` (#143243)
picnixz
-
2025/12/28
[Python-checkins] gh-143228: Fix UAF in perf trampoline during finalization (#143233)
pablogsal
-
2025/12/28
[Python-checkins] gh-136186: Fix more flaky tests in test_external_inspection (#143235)
pablogsal
-
2025/12/28
[Python-checkins] gh-143003: Fix possible shared buffer overflow in bytearray.extend() (GH-143086)
serhiy-storchaka
-
2025/12/28
[Python-checkins] gh-139922: Link to results in MSVC tail calling in What's New 3.15 (GH-143242)
Fidget-Spinner
-
2025/12/27
[Python-checkins] [3.13] gh-142557: fix UAF in `bytearray.__mod__` when object is mutated while formatting `%`-style arguments (GH-143213) (#143229)
picnixz
-
2025/12/27
[Python-checkins] [3.14] gh-142557: fix UAF in `bytearray.__mod__` when object is mutated while formatting `%`-style arguments (GH-143213) (#143227)
picnixz
-
2025/12/27
[Python-checkins] gh-142557: fix UAF in `bytearray.__mod__` when object is mutated while formatting `%`-style arguments (#143213)
picnixz
-
2025/12/27
[Python-checkins] [3.14] gh-142664: fix `PyObject_Hash` invokation post GH-143217 (GH-143223) (#143224)
picnixz
-
2025/12/27
[Python-checkins] [3.13] gh-142664: fix `PyObject_Hash` invokation post GH-143217 (GH-143223) (#143225)
picnixz
-
2025/12/27
[Python-checkins] gh-142664: fix `PyObject_Hash` invokation post GH-143217 (#143223)
picnixz
-
2025/12/27
[Python-checkins] [3.14] gh-143195: fix UAF in `{bytearray,memoryview}.hex(sep)` via re-entrant `sep.__len__` (GH-143209) (#143219)
picnixz
-
2025/12/27
[Python-checkins] [3.13] gh-142664: fix UAF in `memoryview.__hash__` via re-entrant data's `__hash__` (GH-143217) (#143222)
picnixz
-
2025/12/27
[Python-checkins] gh-131591: Do not free page caches that weren't allocated (#143205)
pablogsal
-
2025/12/27
[Python-checkins] [3.14] gh-142664: fix UAF in `memoryview.__hash__` via re-entrant data's `__hash__` (GH-143217) (#143221)
picnixz
-
2025/12/27
[Python-checkins] gh-142664: fix UAF in `memoryview.__hash__` via re-entrant data's `__hash__` (#143217)
picnixz
-
2025/12/27
[Python-checkins] [3.13] gh-143195: fix UAF in `{bytearray,memoryview}.hex(sep)` via re-entrant `sep.__len__` (GH-143209) (#143220)
picnixz
-
2025/12/27
[Python-checkins] gh-138122: fix AC warnings in `Modules/_remote_debugging/module.c` (#143218)
picnixz
-
2025/12/27
[Python-checkins] gh-143195: fix UAF in `{bytearray,memoryview}.hex(sep)` via re-entrant `sep.__len__` (#143209)
picnixz
-
2025/12/27
[Python-checkins] [3.14] no-issue: Fix override value in os.rst (gh-123522) (gh-143211)
corona10
-
2025/12/27
[Python-checkins] [3.13] no-issue: Fix override value in os.rst (gh-123522) (gh-143212)
corona10
-
2025/12/27
[Python-checkins] no-issue: Fix override value in os.rst (gh-123522)
corona10
-
2025/12/27
[Python-checkins] gh-63016: Add flags parameter on mmap.flush (#139553)
vstinner
-
2025/12/27
[Python-checkins] [3.14] Fix typos in docs (GH-143193) (#143207)
hugovk
-
2025/12/26
[Python-checkins] Fix typos in docs (#143193)
hugovk
-
2025/12/26
[Python-checkins] gh-143181: Fix 'overriden' -> 'overridden' in c-api/module.rst (#143182)
terryjreedy
-
2025/12/26
[Python-checkins] gh-140739: Fix missing exception on allocation failure in BinaryWriter (#143204)
pablogsal
-
2025/12/26
[Python-checkins] gh-143040: Exit taychon live mode gracefully and display profiled script errors (#143101)
pablogsal
-
2025/12/26
[Python-checkins] gh-134584: Eliminate redundant refcounting from `IS_OP` (GH-143171)
Fidget-Spinner
-
2025/12/26
[Python-checkins] gh-134584: Eliminate redundant refcounting from `_COMPARE_OP_X` (GH-143186)
Fidget-Spinner
-
2025/12/26
[Python-checkins] gh-140739: Fix crashes from corrupted remote memory (#143190)
pablogsal
-
2025/12/26
[Python-checkins] Remove redundant pycore_optimizer.h includes (#143184)
Fidget-Spinner
-
2025/12/25
[Python-checkins] gh-138122: Remove default duration for statistical profiling (#143174)
pablogsal
-
2025/12/25
[Python-checkins] gh-142927: Tachyon: Fix contrast ratio in top panel (#142936)
pablogsal
-
2025/12/25
[Python-checkins] gh-138122: Convert GIL/GC/exception stats from tiles to progress bars (#143177)
pablogsal
-
2025/12/25
[Python-checkins] [3.14] gh-143164: Fix incorrect error message for ctypes bitfield overflow (GH-143165) (GH-143176)
serhiy-storchaka
-
2025/12/25
[Python-checkins] [3.14] gh-143145: Fix possible reference leak in ctypes _build_result() (GH-143131) (GH-143169)
serhiy-storchaka
-
2025/12/25
[Python-checkins] [3.13] gh-143145: Fix possible reference leak in ctypes _build_result() (GH-143131) (GH-143170)
serhiy-storchaka
-
2025/12/25
[Python-checkins] gh-143164: Fix incorrect error message for ctypes bitfield overflow (GH-143165)
serhiy-storchaka
-
2025/12/25
[Python-checkins] [3.14] gh-142975: During GC, mark frozen objects with a merged zero refcount for destruction (GH-143156) (GH-143175)
ZeroIntensity
-
2025/12/25
[Python-checkins] gh-142975: During GC, mark frozen objects with a merged zero refcount for destruction (GH-143156)
ZeroIntensity
-
2025/12/25
[Python-checkins] gh-143145: Fix possible reference leak in ctypes _build_result() (GH-143131)
serhiy-storchaka
-
2025/12/25
[Python-checkins] [3.14] gh-140717: Add `exc_text` to LogRecord attributes table (GH-140718) (GH-143152)
vsajip
-
2025/12/25
[Python-checkins] [3.13] gh-140717: Add `exc_text` to LogRecord attributes table (GH-140718) (GH-143151)
vsajip
-
2025/12/25
[Python-checkins] [3.13] gh-143004: Fix possible use-after-free in collections.Counter.update() (GH-143044) (GH-143167)
serhiy-storchaka
-
2025/12/25
[Python-checkins] [3.14] gh-143004: Fix possible use-after-free in collections.Counter.update() (GH-143044) (GH-143166)
serhiy-storchaka
-
2025/12/25
[Python-checkins] gh-143103: Added pad parameter to base64.z85encode() (GH-143106)
serhiy-storchaka
-
2025/12/25
[Python-checkins] [3.13] gh-143135: Fix sys.flags.inspect when PYTHONINSPECT=0 (GH-143136) (GH-143168)
serhiy-storchaka
-
2025/12/25
[Python-checkins] gh-143004: Fix possible use-after-free in collections.Counter.update() (GH-143044)
serhiy-storchaka
-
2025/12/24
[Python-checkins] gh-143092: Make CALL_LIST_APPEND and BINARY_OP_INPLACE_ADD_UNICODE normal instructions (GH-143124)
Fidget-Spinner
-
2025/12/24
[Python-checkins] gh-120321: Fix TSan reported races on gi_frame_state (gh-143128)
colesbury
-
2025/12/24
[Python-checkins] [3.14] Move News for gh-142560 to Core and Builtins (GH-143154) (GH-143155)
serhiy-storchaka
-
2025/12/24
[Python-checkins] [3.13] gh-142560: prevent use-after-free in search-like methods by exporting buffer in bytearray (GH-142938) (GH-142986)
serhiy-storchaka
-
2025/12/24
[Python-checkins] Move News for gh-142560 to Core and Builtins (GH-143154)
serhiy-storchaka
-
2025/12/24
[Python-checkins] [3.14] gh-143135: Fix sys.flags.inspect when PYTHONINSPECT=0 (GH-143136) (GH-143153)
serhiy-storchaka
-
2025/12/24
[Python-checkins] [3.14] Correctly fold unknown-8bit originating from encoded words. (GH-142517) (#143146)
bitdancer
-
2025/12/24
[Python-checkins] [3.13] Correctly fold unknown-8bit originating from encoded words. (GH-142517) (#143147)
bitdancer
-
2025/12/24
[Python-checkins] gh-142517: Fix typo in news item. (#143150)
bitdancer
-
2025/12/24
[Python-checkins] gh-143135: Fix sys.flags.inspect when PYTHONINSPECT=0 (GH-143136)
serhiy-storchaka
-
2025/12/24
[Python-checkins] gh-140717: Add `exc_text` to LogRecord attributes table (GH-140718)
vsajip
-
2025/12/24
[Python-checkins] gh-138122: Extend binary profiling format with full source location and opcode (#143088)
pablogsal
-
2025/12/24
[Python-checkins] Correctly fold unknown-8bit originating from encoded words. (#142517)
bitdancer
-
2025/12/24
[Python-checkins] gh-138122: Replace --interval with --sampling-rate (#143085)
pablogsal
-
2025/12/24
[Python-checkins] [3.14] gh-143121: Skip test that leak threads under TSan (gh-143125) (#143141)
colesbury
-
2025/12/24
[Python-checkins] [3.13] gh-143121: Skip test that leak threads under TSan (gh-143125) (#143142)
colesbury
-
2025/12/24
[Python-checkins] [3.13] gh-142145: Avoid timing measurements in quadratic behavior test (gh-143105) (#143140)
colesbury
-
2025/12/24
[Python-checkins] [3.14] gh-142145: Avoid timing measurements in quadratic behavior test (gh-143105) (#143139)
colesbury
-
2025/12/24
[Python-checkins] gh-143100: Fix memcpy data race in setobject.c (gh-143127)
colesbury
-
2025/12/24
[Python-checkins] gh-143121: Skip test that leak threads under TSan (gh-143125)
colesbury
-
2025/12/24
[Python-checkins] gh-142145: Avoid timing measurements in quadratic behavior test (gh-143105)
colesbury
-
2025/12/24
[Python-checkins] gh-136186: Fix flaky tests in test_external_inspection (#143110)
pablogsal
-
2025/12/24
[Python-checkins] JIT: Move executor to a register (#143072)
diegorusso
-
2025/12/23
[Python-checkins] [3.14] gh-109263: Start process from spawn context in multiprocessing no longer have side effect (GH-135813) (#143115)
gpshead
-
2025/12/23
[Python-checkins] [3.13] gh-109263: Start process from spawn context in multiprocessing no longer have side effect (GH-135813) (#143116)
gpshead
-
2025/12/23
[Python-checkins] gh-143108: Don't instrument faulthandler.c for TSan (#143109)
Yhg1s
-
2025/12/23
[Python-checkins] gh-134584: Eliminate redundant refcounting from `_BINARY_OP_SUBSCR_TUPLE_INT` (GH-143094)
Fidget-Spinner
-
2025/12/23
[Python-checkins] gh-143100: Add temporary suppression for set_swap_bodies (gh-143114)
colesbury
-
2025/12/23
[Python-checkins] gh-109263: Start process from spawn context in multiprocessing no longer have side effect (GH-135813)
serhiy-storchaka
-
2025/12/23
[Python-checkins] [3.13] Update pre-commit with zizmor and Ruff fixes (GH-143095) (GH-143102) (#143113)
hugovk
-
2025/12/23
[Python-checkins] JIT: don't leak shim memory when shutting down the interpreter (#142984)
diegorusso
-
2025/12/23
[Python-checkins] GH-143026: Fix assertion error in executor management. (GH-143104)
Fidget-Spinner
-
2025/12/23
[Python-checkins] gh-134584: Eliminate redundant refcounting from `_CALL_TYPE_1` (GH-135818)
Fidget-Spinner
-
2025/12/23
[Python-checkins] [3.14] Update pre-commit with zizmor and Ruff fixes (GH-143095) (#143102)
hugovk
-
2025/12/23
[Python-checkins] gh-134584: Add another contributor to whats new 3.15 (GH-143107)
Fidget-Spinner
-
2025/12/23
[Python-checkins] [3.13] gh-84232: Fix `pydoc` docs.python.org link generation (GH-139995) (#143099)
hugovk
-
2025/12/23
[Python-checkins] [3.14] gh-84232: Fix `pydoc` docs.python.org link generation (GH-139995) (#143098)
hugovk
-
2025/12/23
[Python-checkins] Update pre-commit with zizmor and Ruff fixes (#143095)
hugovk
-
2025/12/23
[Python-checkins] gh-130796: Undeprecate locale.getdefaultlocale() (#143069)
vstinner
-
2025/12/23
[Python-checkins] gh-142448: Disable JIT tracing when monitoring is enabled (GH-142842)
Fidget-Spinner
-
2025/12/23
[Python-checkins] gh-142368: Fix transient error handling in inspection tests (#143093)
pablogsal
-
2025/12/23
[Python-checkins] gh-138122: Add blocking mode for accurate stack traces in Tachyon (#142998)
pablogsal
-
2025/12/23
[Python-checkins] gh-84232: Fix `pydoc` docs.python.org link generation (#139995)
hugovk
-
2025/12/22
[Python-checkins] [3.14] gh-122431: Correct the non-negative error message in `readline.append_history_file` (GH-143075) (GH-143090)
ZeroIntensity
-
2025/12/22
[Python-checkins] [3.13] gh-122431: Correct the non-negative error message in `readline.append_history_file` (GH-143075) (GH-143091)
ZeroIntensity
-
2025/12/22
[Python-checkins] gh-122431: Correct the non-negative error message in `readline.append_history_file` (GH-143075)
ZeroIntensity
-
2025/12/22
[Python-checkins] gh-134584: Eliminate redundant refcounting from `_LOAD_ATTR_WITH_HINT` (GH-143062)
Fidget-Spinner
-
2025/12/22
[Python-checkins] gh-139922: Add tail call for MSVC for whats new in 3.15 (GH-143087)
Fidget-Spinner
-
2025/12/22
[Python-checkins] GH-139922: Tail calling for MSVC (VS 2026) (GH-143068)
Fidget-Spinner
-
2025/12/22
[Python-checkins] gh-139109: Add terminator to JIT code when halting due to invalid dependencies (#143033)
Fidget-Spinner
-
2025/12/22
[Python-checkins] [3.14] gh-89152: Note truth testing exception in `stdtypes.rst` (GH-137640) (#143081)
JelleZijlstra
-
2025/12/22
[Python-checkins] gh-89152: Note truth testing exception in `stdtypes.rst` (#137640)
JelleZijlstra
-
2025/12/22
[Python-checkins] [3.14] gh-143010: Prevent a TOCTOU issue by only calling open once (GH-143011) (#143080)
bitdancer
-
2025/12/22
[Python-checkins] [3.13] gh-143010: Prevent a TOCTOU issue by only calling open once (GH-143011) (#143079)
bitdancer
-
2025/12/22
[Python-checkins] gh-143010: Prevent a TOCTOU issue by only calling open once (#143011)
bitdancer
-
2025/12/22
[Python-checkins] GH-142513: fix missing return in executor_clear (GH-143073)
Fidget-Spinner