[Python-checkins] gh-141004: Document `PyDTrace*` (GH-141856)

2026-03-14 Thread ZeroIntensity
https://github.com/python/cpython/commit/1dfe99ae3bed6cac01732b47bf7fa637abadf51b commit: 1dfe99ae3bed6cac01732b47bf7fa637abadf51b branch: main author: Peter Bierma committer: ZeroIntensity date: 2026-03-14T22:58:35-04:00 summary: gh-141004: Document `PyDTrace*` (GH-141856) files: M Doc/howto/i

[Python-checkins] [3.14] gh-141004: Document `PyDTrace*` (GH-141856) (GH-145959)

2026-03-14 Thread ZeroIntensity
https://github.com/python/cpython/commit/331ac071eff19fafc91823c59b108c95a1696707 commit: 331ac071eff19fafc91823c59b108c95a1696707 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: ZeroIntensity date: 2026-03-15T03:04:49Z summary: [3.14] gh-14

[Python-checkins] [3.13] gh-141004: Document `PyDTrace*` (GH-141856) (GH-145958)

2026-03-14 Thread ZeroIntensity
https://github.com/python/cpython/commit/c31903b92eb0a4307f32fa977f8dc1af34ddad9e commit: c31903b92eb0a4307f32fa977f8dc1af34ddad9e branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: ZeroIntensity date: 2026-03-15T03:05:38Z summary: [3.13] gh-14

[Python-checkins] build(deps): bump the actions group with 4 updates (#145952)

2026-03-14 Thread hugovk
https://github.com/python/cpython/commit/0575ce936d3f16ce2547ba17d2a22d90369779b5 commit: 0575ce936d3f16ce2547ba17d2a22d90369779b5 branch: main author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> committer: hugovk <[email protected]> date: 2026-03-14T16

[Python-checkins] gh-123720: When closing an asyncio server, stop the handlers (#124689)

2026-03-14 Thread gvanrossum
https://github.com/python/cpython/commit/788c3291172b55efa7cf8b33a315e4b0fe63540c commit: 788c3291172b55efa7cf8b33a315e4b0fe63540c branch: main author: Guido van Rossum committer: gvanrossum date: 2026-03-14T11:28:49-07:00 summary: gh-123720: When closing an asyncio server, stop the handlers (#1

[Python-checkins] Docs: fix missing period in `Doc/library/stdtypes.rst` (#145935)

2026-03-14 Thread picnixz
https://github.com/python/cpython/commit/51e8acf8de1aa1f1751dd5bb84d44b8d42143b9c commit: 51e8acf8de1aa1f1751dd5bb84d44b8d42143b9c branch: main author: Connor Gibson committer: picnixz <[email protected]> date: 2026-03-14T10:19:00+01:00 summary: Docs: fix missing period in

[Python-checkins] [3.14] Docs: fix missing period in `Doc/library/stdtypes.rst` (GH-145935) (#145936)

2026-03-14 Thread picnixz
https://github.com/python/cpython/commit/ef757268e0b1fb198f216cb468c0033deecaa6e4 commit: ef757268e0b1fb198f216cb468c0033deecaa6e4 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: picnixz <[email protected]> date: 2026-0

[Python-checkins] [3.13] Docs: fix missing period in `Doc/library/stdtypes.rst` (GH-145935) (#145937)

2026-03-14 Thread picnixz
https://github.com/python/cpython/commit/e11166cda06f5a362a6da68bca79628384547347 commit: e11166cda06f5a362a6da68bca79628384547347 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: picnixz <[email protected]> date: 2026-0

[Python-checkins] gh-143636: fix a crash when calling ``__replace__`` on invalid `SimpleNamespace` instances (#143655)

2026-03-14 Thread picnixz
https://github.com/python/cpython/commit/97968564b61965f2a65a9be8af731cee6913eb7a commit: 97968564b61965f2a65a9be8af731cee6913eb7a branch: main author: Bénédikt Tran <[email protected]> committer: picnixz <[email protected]> date: 2026-03-14T09:58:15Z

[Python-checkins] [3.14] gh-143636: fix a crash when calling ``__replace__`` on invalid `SimpleNamespace` instances (GH-143655) (#145938)

2026-03-14 Thread picnixz
https://github.com/python/cpython/commit/1749b3c6868deab6888d1aea68a00b28ae729696 commit: 1749b3c6868deab6888d1aea68a00b28ae729696 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: picnixz <[email protected]> date: 2026-0

[Python-checkins] [3.13] gh-143636: fix a crash when calling ``__replace__`` on invalid `SimpleNamespace` instances (GH-143655) (#145940)

2026-03-14 Thread picnixz
https://github.com/python/cpython/commit/cd2e47135cca67ccaa4e039adf279a85d8fbc1d1 commit: cd2e47135cca67ccaa4e039adf279a85d8fbc1d1 branch: 3.13 author: Bénédikt Tran <[email protected]> committer: picnixz <[email protected]> date: 2026-03-14T11:00:56Z

[Python-checkins] gh-134584: Eliminate redundant refcounting in JIT for `MATCH_CLASS` (GH-144821)

2026-03-14 Thread Fidget-Spinner
https://github.com/python/cpython/commit/798070d8ca4a32c1d7d10e69defcb1b2f934bea6 commit: 798070d8ca4a32c1d7d10e69defcb1b2f934bea6 branch: main author: Sacul <[email protected]> committer: Fidget-Spinner date: 2026-03-14T12:00:18Z summary: gh-134584: Eliminate redundant

[Python-checkins] Fix `fuzz_builtin_int` fuzzer reproducibility (#145890)

2026-03-14 Thread ammaraskar
https://github.com/python/cpython/commit/31c41a61f1afb7929d2698e48894264d8e2df86b commit: 31c41a61f1afb7929d2698e48894264d8e2df86b branch: main author: Stan Ulbrych <[email protected]> committer: ammaraskar date: 2026-03-14T11:11:29-07:00 summary: Fix `fuzz_builtin

[Python-checkins] gh-137650: Group dependabot actions updates (#145947)

2026-03-14 Thread hugovk
https://github.com/python/cpython/commit/9a83c02a0f5d85f6940c5ce3ad630e2e8d6c5661 commit: 9a83c02a0f5d85f6940c5ce3ad630e2e8d6c5661 branch: main author: Stan Ulbrych <[email protected]> committer: hugovk <[email protected]> date: 2026-03-14T18:00