[Python-checkins] gh-141781: Fix pdb.line_prefix binding (#141779)

2025-11-24 Thread gaogaotiantian
https://github.com/python/cpython/commit/da1d468bea2283032c491b894d3b38b2115ceb70 commit: da1d468bea2283032c491b894d3b38b2115ceb70 branch: main author: Paresh Joshi committer: gaogaotiantian date: 2025-11-24T18:45:16-08:00 summary: gh-141781: Fix pdb.line_prefix binding (#141779) files: A Misc/

[Python-checkins] [3.13] gh-141907: Better handle support for SHA3 for test_hashlib (GH-141908) (#141919)

2025-11-24 Thread picnixz
https://github.com/python/cpython/commit/c0c13f206c22834bd64d21bc1e8e77238eebea68 commit: c0c13f206c22834bd64d21bc1e8e77238eebea68 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: picnixz <[email protected]> date: 2025-1

[Python-checkins] [3.14] gh-141907: Better handle support for SHA3 for test_hashlib (GH-141908) (#141918)

2025-11-24 Thread picnixz
https://github.com/python/cpython/commit/add73fdda01a518840f5cfc32e0fc57d847c8419 commit: add73fdda01a518840f5cfc32e0fc57d847c8419 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: picnixz <[email protected]> date: 2025-1

[Python-checkins] GH-141861: Fix invalid memory read in the ENTER_EXECUTOR (GH-141921)

2025-11-24 Thread Fidget-Spinner
https://github.com/python/cpython/commit/dc62b622524bf49eb539f444841049fdfbe2681e commit: dc62b622524bf49eb539f444841049fdfbe2681e branch: main author: Sergey Miryanov committer: Fidget-Spinner date: 2025-11-24T22:07:45Z summary: GH-141861: Fix invalid memory read in the ENTER_EXECUTOR (GH-14192

[Python-checkins] [3.14] Fix implicit import in `test_monitoring.py` (gh-141795) (gh-141920)

2025-11-24 Thread colesbury
https://github.com/python/cpython/commit/7ccdbbd04e0076b2f50a9c47cae7185fb59e3e87 commit: 7ccdbbd04e0076b2f50a9c47cae7185fb59e3e87 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: colesbury date: 2025-11-24T20:19:20Z summary: [3.14] Fix impli

[Python-checkins] Fix implicit import in `test_monitoring.py` (gh-141795)

2025-11-24 Thread colesbury
https://github.com/python/cpython/commit/369ce2b139a5b76c9c093cba1cee287cb6ffeec1 commit: 369ce2b139a5b76c9c093cba1cee287cb6ffeec1 branch: main author: SubbaraoGarlapati <[email protected]> committer: colesbury date: 2025-11-24T14:48:28-05:00 summary: Fix implici

[Python-checkins] [3.13] gh-129441: Fix some flakiness in test_instrumentation (gh-141881) (gh-141914)

2025-11-24 Thread colesbury
https://github.com/python/cpython/commit/9127013b56488606735cbf41c4e6cf2a7bcf11d2 commit: 9127013b56488606735cbf41c4e6cf2a7bcf11d2 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: colesbury date: 2025-11-24T17:46:59Z summary: [3.13] gh-129441

[Python-checkins] gh-141907: Better handle support for SHA3 for test_hashlib (GH-141908)

2025-11-24 Thread gpshead
https://github.com/python/cpython/commit/fee778265064c290ae1852916ff47fcc0ab4a29d commit: fee778265064c290ae1852916ff47fcc0ab4a29d branch: main author: Christian Marangi committer: gpshead <[email protected]> date: 2025-11-24T17:35:58Z summary: gh-141907: Better handle suppor

[Python-checkins] [3.13] gh-141004: Document stack effect C APIs (GH-141843) (GH-141917)

2025-11-24 Thread ZeroIntensity
https://github.com/python/cpython/commit/7905e85ecdaad7deea8108eeef0ac7e9d570b484 commit: 7905e85ecdaad7deea8108eeef0ac7e9d570b484 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: ZeroIntensity date: 2025-11-24T17:26:12Z summary: [3.13] gh-14

[Python-checkins] [3.14] gh-141004: Document stack effect C APIs (GH-141843) (GH-141916)

2025-11-24 Thread ZeroIntensity
https://github.com/python/cpython/commit/0f2f4c0e607246ba7e1f34e591dddfe033458cff commit: 0f2f4c0e607246ba7e1f34e591dddfe033458cff branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: ZeroIntensity date: 2025-11-24T17:24:41Z summary: [3.14] gh-14

[Python-checkins] gh-141004: Document stack effect C APIs (GH-141843)

2025-11-24 Thread ZeroIntensity
https://github.com/python/cpython/commit/e1f1df4082e2bc6cdb46be9984124c88a7b2ff0f commit: e1f1df4082e2bc6cdb46be9984124c88a7b2ff0f branch: main author: Peter Bierma committer: ZeroIntensity date: 2025-11-24T12:18:50-05:00 summary: gh-141004: Document stack effect C APIs (GH-141843) Co-authored-

[Python-checkins] [3.14] gh-141004: Document `PyImport_Inittab` (GH-141844) (GH-141915)

2025-11-24 Thread ZeroIntensity
https://github.com/python/cpython/commit/9e309c140fec1b53a5630ca9d954426e437c130a commit: 9e309c140fec1b53a5630ca9d954426e437c130a branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: ZeroIntensity date: 2025-11-24T12:16:31-05:00 summary: [3.14]

[Python-checkins] [3.13] GH-129805: Clean up some changes from GH-129806 (GH-133540) (#141165)

2025-11-24 Thread hugovk
https://github.com/python/cpython/commit/73d5de1139a9cc623f887851ad876098afb0fb6f commit: 73d5de1139a9cc623f887851ad876098afb0fb6f branch: 3.13 author: Stan Ulbrych <[email protected]> committer: hugovk <[email protected]> date: 2025-11-24T18:56

[Python-checkins] [3.14] gh-129441: Fix some flakiness in test_instrumentation (gh-141881) (gh-141913)

2025-11-24 Thread colesbury
https://github.com/python/cpython/commit/f8b0c902084be40edb1cbdf67f4624b2d2ed commit: f8b0c902084be40edb1cbdf67f4624b2d2ed branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: colesbury date: 2025-11-24T16:44:54Z summary: [3.14] gh-129441

[Python-checkins] gh-141004: Document `PyImport_Inittab` (GH-141844)

2025-11-24 Thread ZeroIntensity
https://github.com/python/cpython/commit/5f35702bb641230131c400500bb8bbacde7465b2 commit: 5f35702bb641230131c400500bb8bbacde7465b2 branch: main author: Peter Bierma committer: ZeroIntensity date: 2025-11-24T16:38:18Z summary: gh-141004: Document `PyImport_Inittab` (GH-141844) Co-authored-by: St

[Python-checkins] gh-129441: Fix some flakiness in test_instrumentation (gh-141881)

2025-11-24 Thread colesbury
https://github.com/python/cpython/commit/71126ab19c76d8227fc3b9c7c59b957ca82af4dd commit: 71126ab19c76d8227fc3b9c7c59b957ca82af4dd branch: main author: Sam Gross committer: colesbury date: 2025-11-24T11:19:07-05:00 summary: gh-129441: Fix some flakiness in test_instrumentation (gh-141881) Most

[Python-checkins] [3.14] gh-116749: Fix code comment for _PyConfig_GIL_DEFAULT (gh-141804) (gh-141911)

2025-11-24 Thread colesbury
https://github.com/python/cpython/commit/cabaa47668a4ad83d6a1af1886b7da38785bfe95 commit: cabaa47668a4ad83d6a1af1886b7da38785bfe95 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: colesbury date: 2025-11-24T16:10:59Z summary: [3.14] gh-116749

[Python-checkins] gh-116749: Fix code comment for _PyConfig_GIL_DEFAULT (gh-141804)

2025-11-24 Thread colesbury
https://github.com/python/cpython/commit/c490ffb7ac43e7132f866103cefd872afa067a6a commit: c490ffb7ac43e7132f866103cefd872afa067a6a branch: main author: Sam Gross committer: colesbury date: 2025-11-24T10:42:00-05:00 summary: gh-116749: Fix code comment for _PyConfig_GIL_DEFAULT (gh-141804) files

[Python-checkins] gh-141863: use `bytearray.take_bytes` in asyncio streams for better performance (#141864)

2025-11-24 Thread kumaraditya303
https://github.com/python/cpython/commit/b484c32d0ae386df8751aea86b3055813d8f805b commit: b484c32d0ae386df8751aea86b3055813d8f805b branch: main author: Cody Maloney committer: kumaraditya303 date: 2025-11-24T21:06:53+05:30 summary: gh-141863: use `bytearray.take_bytes` in asyncio streams for bet

[Python-checkins] [3.13] gh-106318: Add example for str.format() (GH-137018) (#141903)

2025-11-24 Thread hugovk
https://github.com/python/cpython/commit/06db02ff1efebe80baafb917f55fe858bfd35df1 commit: 06db02ff1efebe80baafb917f55fe858bfd35df1 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: hugovk <[email protected]> date: 2025-11-2

[Python-checkins] [3.14] gh-106318: Add example for str.format() (GH-137018) (#141904)

2025-11-24 Thread hugovk
https://github.com/python/cpython/commit/3edc944ec4211ff7e22015d5b9b7f49eced3803e commit: 3edc944ec4211ff7e22015d5b9b7f49eced3803e branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: hugovk <[email protected]> date: 2025-11-2

[Python-checkins] gh-141831: Document behavior of functools.lru_cache with concurrent access (gh-141869)

2025-11-24 Thread rhettinger
https://github.com/python/cpython/commit/9346e22dd064b8636a77c302648b322f354bdb30 commit: 9346e22dd064b8636a77c302648b322f354bdb30 branch: main author: Satyam Kumar Verman committer: rhettinger date: 2025-11-24T14:36:09Z summary: gh-141831: Document behavior of functools.lru_cache with concurren

[Python-checkins] [3.13] gh-106318: Add example for str.isalpha() (GH-137557) (#141902)

2025-11-24 Thread hugovk
https://github.com/python/cpython/commit/a676b2e00fa994b9da8684b62b1f32916ade71bd commit: a676b2e00fa994b9da8684b62b1f32916ade71bd branch: 3.13 author: Hugo van Kemenade <[email protected]> committer: hugovk <[email protected]> date: 2025-11-24T14:29:49Z

[Python-checkins] [3.14] gh-106318: Add example for str.isalpha() (GH-137557) (#141901)

2025-11-24 Thread hugovk
https://github.com/python/cpython/commit/9e46e1b05c91c663422d634ca5a2d29fb4b520eb commit: 9e46e1b05c91c663422d634ca5a2d29fb4b520eb branch: 3.14 author: Hugo van Kemenade <[email protected]> committer: hugovk <[email protected]> date: 2025-11-24T14:28:49Z

[Python-checkins] gh-138199: Address potential confusion regarding threading in the `asyncio` HOWTO (GH-138200)

2025-11-24 Thread ZeroIntensity
https://github.com/python/cpython/commit/a4f422521337d3310b71bb081c195e64c2035bbb commit: a4f422521337d3310b71bb081c195e64c2035bbb branch: main author: Alexander Nordin committer: ZeroIntensity date: 2025-11-24T14:08:49Z summary: gh-138199: Address potential confusion regarding threading in the

[Python-checkins] [3.13] gh-106318: Add example for str.isascii() (GH-137558) (#141899)

2025-11-24 Thread hugovk
https://github.com/python/cpython/commit/e2188c7e5e0609a59ccb18c25fa8f61b1047f92d commit: e2188c7e5e0609a59ccb18c25fa8f61b1047f92d branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: hugovk <[email protected]> date: 2025-11-2

[Python-checkins] gh-106318: Add example for str.isascii() (#137558)

2025-11-24 Thread hugovk
https://github.com/python/cpython/commit/0afcb51d17489aee2aa02609ef6f2606a7c5bf26 commit: 0afcb51d17489aee2aa02609ef6f2606a7c5bf26 branch: main author: Adorilson Bezerra committer: hugovk <[email protected]> date: 2025-11-24T16:02:18+02:00 summary: gh-106318: Add example for

[Python-checkins] [3.13] gh-141004: Document `Py_ARRAY_LENGTH` (GH-141601) (GH-141896)

2025-11-24 Thread ZeroIntensity
https://github.com/python/cpython/commit/2701e8e542e283f5a6b4494ed5323b23ebce3573 commit: 2701e8e542e283f5a6b4494ed5323b23ebce3573 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: ZeroIntensity date: 2025-11-24T13:40:39Z summary: [3.13] gh-14

[Python-checkins] [3.14] gh-141004: Document `Py_ARRAY_LENGTH` (GH-141601) (GH-141895)

2025-11-24 Thread ZeroIntensity
https://github.com/python/cpython/commit/17c5d6d58dcb7c94757fdedac500d6e7ac1ce40e commit: 17c5d6d58dcb7c94757fdedac500d6e7ac1ce40e branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: ZeroIntensity date: 2025-11-24T13:40:01Z summary: [3.14] gh-14

[Python-checkins] gh-141780: Make PyModule_FromSlotsAndSpec enable GIL if needed (GH-141785)

2025-11-24 Thread encukou
https://github.com/python/cpython/commit/bf66bce4ee642e0d14d2e289490360e60980b14e commit: bf66bce4ee642e0d14d2e289490360e60980b14e branch: main author: Petr Viktorin committer: encukou date: 2025-11-24T13:26:35+01:00 summary: gh-141780: Make PyModule_FromSlotsAndSpec enable GIL if needed (GH-1

[Python-checkins] gh-106318: Add example for str.isdecimal() (#137559)

2025-11-24 Thread hugovk
https://github.com/python/cpython/commit/6462322840ad42f841e382d0a238ac026e6f711b commit: 6462322840ad42f841e382d0a238ac026e6f711b branch: main author: Adorilson Bezerra committer: hugovk <[email protected]> date: 2025-11-24T11:47:54Z summary: gh-106318: Add example for str.