[Python-checkins] GH-140472: Create a WASI devcontainer configuration (GH-140473)

2025-10-22 Thread brettcannon
https://github.com/python/cpython/commit/bd2c7e8c8b10f4d31eab971781de13844bcd07fe commit: bd2c7e8c8b10f4d31eab971781de13844bcd07fe branch: main author: Brett Cannon committer: brettcannon date: 2025-10-22T16:11:48-07:00 summary: GH-140472: Create a WASI devcontainer configuration (GH-140473) fi

[Python-checkins] GH-140475: Support WASI SDK 25 (#140477)

2025-10-22 Thread brettcannon
https://github.com/python/cpython/commit/e5f4299f138ef46378dc5766b33de7eb8937392b commit: e5f4299f138ef46378dc5766b33de7eb8937392b branch: main author: Brett Cannon committer: brettcannon date: 2025-10-22T14:34:37-07:00 summary: GH-140475: Support WASI SDK 25 (#140477) As well, bump the version

[Python-checkins] [3.14] gh-130317: Fix SNaN broken tests on HP PA RISC (GH-140452) (#140467)

2025-10-22 Thread vstinner
https://github.com/python/cpython/commit/853e5d94eb656d60396fcea9f67461f83514a395 commit: 853e5d94eb656d60396fcea9f67461f83514a395 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: vstinner date: 2025-10-22T17:04:47Z summary: [3.14] gh-130317:

[Python-checkins] gh-130317: Fix SNaN broken tests on HP PA RISC (#140452)

2025-10-22 Thread vstinner
https://github.com/python/cpython/commit/76fea5596c235a7853cda8df87c3998d506e950c commit: 76fea5596c235a7853cda8df87c3998d506e950c branch: main author: Stefano Rivera committer: vstinner date: 2025-10-22T18:36:12+02:00 summary: gh-130317: Fix SNaN broken tests on HP PA RISC (#140452) While look

[Python-checkins] gh-140448: Default `suggest_on_error` to `True` in `argparse.ArgumentParser` (#140450)

2025-10-22 Thread savannahostrowski
https://github.com/python/cpython/commit/d2f3cfd38457204a2c47162de6f89ee3dd22fa99 commit: d2f3cfd38457204a2c47162de6f89ee3dd22fa99 branch: main author: Jakob committer: savannahostrowski date: 2025-10-22T16:15:26Z summary: gh-140448: Default `suggest_on_error` to `True` in `argparse.ArgumentPars

[Python-checkins] [3.14] gh-116738: Add critical section to dbm/gdbm context manager (gh-140391) (gh-140459)

2025-10-22 Thread colesbury
https://github.com/python/cpython/commit/01b52ea5c03ed83dbf44369b75f3b158c14dd912 commit: 01b52ea5c03ed83dbf44369b75f3b158c14dd912 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: colesbury date: 2025-10-22T15:44:09Z summary: [3.14] gh-116738

[Python-checkins] gh-116738: Add critical section to dbm/gdbm context manager (gh-140391)

2025-10-22 Thread colesbury
https://github.com/python/cpython/commit/d51be28876ac0715b6fc674ef41618d214021348 commit: d51be28876ac0715b6fc674ef41618d214021348 branch: main author: Alper committer: colesbury date: 2025-10-22T11:16:28-04:00 summary: gh-116738: Add critical section to dbm/gdbm context manager (gh-140391) fil

[Python-checkins] GH-139193: Fix dump_stack when PYTHON_LLTRACE=4 (GH-139384)

2025-10-22 Thread markshannon
https://github.com/python/cpython/commit/a4709e525f5bc3a1719b33f52377cccb2af70278 commit: a4709e525f5bc3a1719b33f52377cccb2af70278 branch: main author: Sergey Miryanov committer: markshannon date: 2025-10-22T14:14:25+01:00 summary: GH-139193: Fix dump_stack when PYTHON_LLTRACE=4 (GH-139384) fil

[Python-checkins] gh-83714: Only use STATX_MNT_ID & STATX_SUBVOL if they're defined (GH-140446)

2025-10-22 Thread encukou
https://github.com/python/cpython/commit/e53e9eb2f1b148219d1a269e979bc7aef4fc8302 commit: e53e9eb2f1b148219d1a269e979bc7aef4fc8302 branch: main author: Petr Viktorin committer: encukou date: 2025-10-22T12:42:51+02:00 summary: gh-83714: Only use STATX_MNT_ID & STATX_SUBVOL if they're defined (GH-

[Python-checkins] gh-83714: Use "stx_" prefix for all os.statx_result members (#140432)

2025-10-22 Thread vstinner
https://github.com/python/cpython/commit/7339cf7899229920a8c3b634a026a94df40853b8 commit: 7339cf7899229920a8c3b634a026a94df40853b8 branch: main author: Victor Stinner committer: vstinner date: 2025-10-22T11:48:37+02:00 summary: gh-83714: Use "stx_" prefix for all os.statx_result members (#140432