[Python-checkins] [3.13] gh-91555: disable logger while handling log record (GH-131812) (GH-133898)

2025-05-11 Thread vsajip
https://github.com/python/cpython/commit/8e923f36596370aedfdfb12251447bface41317a commit: 8e923f36596370aedfdfb12251447bface41317a branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: vsajip date: 2025-05-12T07:29:06+01:00 summary: [3.13] gh-9155

[Python-checkins] [3.13] gh-133441: Fix STORE_ATTR_WITH_HINT bytecode (#133446)

2025-05-11 Thread vstinner
https://github.com/python/cpython/commit/5cd56b249f239deab8d6d566fe4a62e74da3d60a commit: 5cd56b249f239deab8d6d566fe4a62e74da3d60a branch: 3.13 author: Victor Stinner committer: vstinner date: 2025-05-11T23:10:04+02:00 summary: [3.13] gh-133441: Fix STORE_ATTR_WITH_HINT bytecode (#133446) Deopt

[Python-checkins] gh-133893: asyncio.graph: Replace TextIO annotation with io.Writer (#133894)

2025-05-11 Thread sobolevn
https://github.com/python/cpython/commit/1d3eacedb8cc51256a5350c6d421fb85e2b21f18 commit: 1d3eacedb8cc51256a5350c6d421fb85e2b21f18 branch: main author: Sebastian Rittau committer: sobolevn date: 2025-05-11T17:59:56+03:00 summary: gh-133893: asyncio.graph: Replace TextIO annotation with io.Writer

[Python-checkins] gh-119180: More documentation for PEP 649/749 (#133552)

2025-05-11 Thread JelleZijlstra
https://github.com/python/cpython/commit/3396df56d0849e5154cb7d7d1c525df834bbe15e commit: 3396df56d0849e5154cb7d7d1c525df834bbe15e branch: main author: Jelle Zijlstra committer: JelleZijlstra date: 2025-05-11T08:43:17-07:00 summary: gh-119180: More documentation for PEP 649/749 (#133552) The SC

[Python-checkins] gh-119180: annotationlib: Fix values of Format members in docs (#133841)

2025-05-11 Thread JelleZijlstra
https://github.com/python/cpython/commit/0eb448cae5e9008f815204d8b46bfd7cd641a152 commit: 0eb448cae5e9008f815204d8b46bfd7cd641a152 branch: main author: Jelle Zijlstra committer: JelleZijlstra date: 2025-05-11T08:43:24-07:00 summary: gh-119180: annotationlib: Fix values of Format members in docs

[Python-checkins] [3.14] gh-133893: asyncio.graph: Replace TextIO annotation with io.Writer (GH-133894) (#133901)

2025-05-11 Thread sobolevn
https://github.com/python/cpython/commit/507715d5f73a2b8e04b76303fad27a16d200181c commit: 507715d5f73a2b8e04b76303fad27a16d200181c branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: sobolevn date: 2025-05-11T15:25:43Z summary: [3.14] gh-133893:

[Python-checkins] [3.14] gh-119180: More documentation for PEP 649/749 (GH-133552) (#133902)

2025-05-11 Thread JelleZijlstra
https://github.com/python/cpython/commit/a3475e68bb77b53b011e6e0a695ee101bbb80d5c commit: a3475e68bb77b53b011e6e0a695ee101bbb80d5c branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: JelleZijlstra date: 2025-05-11T15:49:06Z summary: [3.14] gh-11

[Python-checkins] [3.14] gh-119180: annotationlib: Fix values of Format members in docs (GH-133841) (#133903)

2025-05-11 Thread JelleZijlstra
https://github.com/python/cpython/commit/94938caf35348a15d230a4a92dfe28752386aa1b commit: 94938caf35348a15d230a4a92dfe28752386aa1b branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: JelleZijlstra date: 2025-05-11T15:49:21Z summary: [3.14] gh-11

[Python-checkins] gh-133817: remove keyword arguments syntax for `NamedTuple` (#133822)

2025-05-11 Thread picnixz
https://github.com/python/cpython/commit/c5e1775825236d94e0537e79e05187390b05dc55 commit: c5e1775825236d94e0537e79e05187390b05dc55 branch: main author: Bénédikt Tran <[email protected]> committer: picnixz <[email protected]> date: 2025-05-11T09:05:56+

[Python-checkins] gh-133823: require explicit empty sequence for 0-field `TypedDict` objects (#133863)

2025-05-11 Thread picnixz
https://github.com/python/cpython/commit/87312119dab72f23cf337bcd9c30889513f050ee commit: 87312119dab72f23cf337bcd9c30889513f050ee branch: main author: Bénédikt Tran <[email protected]> committer: picnixz <[email protected]> date: 2025-05-11T08:04:45Z

[Python-checkins] gh-133823: update "Pending Removal in 3.15" notes about `TypedDict` (#133864)

2025-05-11 Thread picnixz
https://github.com/python/cpython/commit/f91127ae1a8bb233aa23b449e87da6df763f85b2 commit: f91127ae1a8bb233aa23b449e87da6df763f85b2 branch: main author: Bénédikt Tran <[email protected]> committer: picnixz <[email protected]> date: 2025-05-11T10:10:54+

[Python-checkins] gh-133590: ensure that `TableEntry.linenumber_borrow` is initialized (#133681)

2025-05-11 Thread picnixz
https://github.com/python/cpython/commit/c838e21fda21bb3ff91f586374e0da776c1c567b commit: c838e21fda21bb3ff91f586374e0da776c1c567b branch: main author: Lauta committer: picnixz <[email protected]> date: 2025-05-11T10:16:28+02:00 summary: gh-133590: ensure that `TableEntry.

[Python-checkins] [3.14] gh-133823: update "Pending Removal in 3.15" notes about `TypedDict` (GH-133864) (#133870)

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

[Python-checkins] [3.13] gh-133823: update "Pending Removal in 3.15" notes about `TypedDict` (GH-133864) (#133871)

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

[Python-checkins] gh-100926: use explicit stginfo lock for pointer cache (#133867)

2025-05-11 Thread kumaraditya303
https://github.com/python/cpython/commit/9b9cdb644056572aeab531662427230bccfd77f8 commit: 9b9cdb644056572aeab531662427230bccfd77f8 branch: main author: Kumar Aditya committer: kumaraditya303 date: 2025-05-11T08:24:20Z summary: gh-100926: use explicit stginfo lock for pointer cache (#133867) fi

[Python-checkins] [3.14] gh-133590: ensure that `TableEntry.linenumber_borrow` is initialized (GH-133681) (#133872)

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

[Python-checkins] gh-133879: Copyedit "What's New in Python 3.15" (#133880)

2025-05-11 Thread picnixz
https://github.com/python/cpython/commit/13cb8ca3da75d6fe2a1114e58c24ca681fee411f commit: 13cb8ca3da75d6fe2a1114e58c24ca681fee411f branch: main author: Bénédikt Tran <[email protected]> committer: picnixz <[email protected]> date: 2025-05-11T09:14:20Z

[Python-checkins] gh-133703: dict: fix calculate_log2_keysize() (GH-133809)

2025-05-11 Thread methane
https://github.com/python/cpython/commit/5c9f0ae49d7936b237de96928e263b5bcbd746bb commit: 5c9f0ae49d7936b237de96928e263b5bcbd746bb branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: methane date: 2025-05-11T16:34:15+09:00 summary: gh-133703: di

[Python-checkins] gh-92897: document removal of `check_home` in `Doc/whatsnew/3.15.rst` (#133815)

2025-05-11 Thread picnixz
https://github.com/python/cpython/commit/add828951e34988d2a75743a98ee0711b8dcfabf commit: add828951e34988d2a75743a98ee0711b8dcfabf branch: main author: Bénédikt Tran <[email protected]> committer: picnixz <[email protected]> date: 2025-05-11T07:47:14Z