[Python-checkins] [3.13] gh-118915: Document `PyUnstable_InterpreterState_GetMainModule` (GH-128483) (GH-128677)

2025-01-09 Thread encukou
https://github.com/python/cpython/commit/65da5db28a39cb0d9ee311206bdc8745b482c56f commit: 65da5db28a39cb0d9ee311206bdc8745b482c56f branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: encukou date: 2025-01-10T08:41:14+01:00 summary: [3.13] gh-118

[Python-checkins] [3.13] gh-126862: Use `Py_ssize_t` instead of `int` when processing the number of super-classes (GH-127523) (#128699)

2025-01-09 Thread JelleZijlstra
https://github.com/python/cpython/commit/5370ad100d1801925a1e037314289c3bd433a4e5 commit: 5370ad100d1801925a1e037314289c3bd433a4e5 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: JelleZijlstra date: 2025-01-10T03:56:35Z summary: [3.13] gh-12

[Python-checkins] [3.12] gh-126862: Use `Py_ssize_t` instead of `int` when processing the number of super-classes (GH-127523) (#128700)

2025-01-09 Thread JelleZijlstra
https://github.com/python/cpython/commit/b55c40419e3bdf325ed5ebc73e9473dab3eaf090 commit: b55c40419e3bdf325ed5ebc73e9473dab3eaf090 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: JelleZijlstra date: 2025-01-10T03:51:45Z summary: [3.12] gh-12

[Python-checkins] gh-126862: Use `Py_ssize_t` instead of `int` when processing the number of super-classes (#127523)

2025-01-09 Thread JelleZijlstra
https://github.com/python/cpython/commit/2fcdc8488c32d18f4567f797094068a994777f16 commit: 2fcdc8488c32d18f4567f797094068a994777f16 branch: main author: Bénédikt Tran <[email protected]> committer: JelleZijlstra date: 2025-01-10T03:32:53Z summary: gh-126862: Use `Py_ssize_t

[Python-checkins] gh-128691: Use deferred reference counting on `_thread._local` (#128693)

2025-01-09 Thread colesbury
https://github.com/python/cpython/commit/c1417487e98e270d614965ed78ff9439044b65a6 commit: c1417487e98e270d614965ed78ff9439044b65a6 branch: main author: Sam Gross committer: colesbury date: 2025-01-10T00:59:10Z summary: gh-128691: Use deferred reference counting on `_thread._local` (#128693) Thi

[Python-checkins] [3.13] gh-127196: Fix crash in `_interpreters`, when `shared` had invalid encodings (GH-127220) (#128689)

2025-01-09 Thread sobolevn
https://github.com/python/cpython/commit/0d2b9abd18ff4fc6d2fbf1b398b411ed3b76266c commit: 0d2b9abd18ff4fc6d2fbf1b398b411ed3b76266c branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: sobolevn date: 2025-01-09T20:10:08Z summary: [3.13] gh-127196:

[Python-checkins] gh-127196: Fix crash in `_interpreters`, when `shared` had invalid encodings (#127220)

2025-01-09 Thread sobolevn
https://github.com/python/cpython/commit/087bb48acac997c06e69dae25bae2dd75194b980 commit: 087bb48acac997c06e69dae25bae2dd75194b980 branch: main author: sobolevn committer: sobolevn date: 2025-01-09T19:45:35Z summary: gh-127196: Fix crash in `_interpreters`, when `shared` had invalid encodings (

[Python-checkins] gh-128650: Fix incorrect statement in partial documentation (gh-128651)

2025-01-09 Thread rhettinger
https://github.com/python/cpython/commit/8af57810946c216b3e18c94c8f0ee3c0c96566a9 commit: 8af57810946c216b3e18c94c8f0ee3c0c96566a9 branch: main author: dgpb <[email protected]> committer: rhettinger date: 2025-01-09T13:32:00-06:00 summary: gh-128650: Fix incorrect statement i

[Python-checkins] gh-128002: fix `asyncio.all_tasks` against concurrent deallocations of tasks (#128541)

2025-01-09 Thread kumaraditya303
https://github.com/python/cpython/commit/7dc41ad6a7826ffc675f088972de96624917696e commit: 7dc41ad6a7826ffc675f088972de96624917696e branch: main author: Kumar Aditya committer: kumaraditya303 date: 2025-01-09T21:26:00+05:30 summary: gh-128002: fix `asyncio.all_tasks` against concurrent deallocati

[Python-checkins] gh-128661: Fix `typing.evaluate_forward_ref` not showing deprecation (#128663)

2025-01-09 Thread sobolevn
https://github.com/python/cpython/commit/b725297cee9e5608b709f3c7291d974c97f68fff commit: b725297cee9e5608b709f3c7291d974c97f68fff branch: main author: sobolevn committer: sobolevn date: 2025-01-09T18:15:13+03:00 summary: gh-128661: Fix `typing.evaluate_forward_ref` not showing deprecation (#128

[Python-checkins] gh-128673: Increase coverage of `typing.get_type_hints` (#128674)

2025-01-09 Thread sobolevn
https://github.com/python/cpython/commit/43ac9f505903ba806aa6a5d93e6a67beb04bebc4 commit: 43ac9f505903ba806aa6a5d93e6a67beb04bebc4 branch: main author: sobolevn committer: sobolevn date: 2025-01-09T17:25:03+03:00 summary: gh-128673: Increase coverage of `typing.get_type_hints` (#128674) files:

[Python-checkins] gh-118915: Document `PyUnstable_InterpreterState_GetMainModule` (GH-128483)

2025-01-09 Thread encukou
https://github.com/python/cpython/commit/ea39c8b08d8f025273bfa5b7a95f7b5984dc1e86 commit: ea39c8b08d8f025273bfa5b7a95f7b5984dc1e86 branch: main author: Peter Bierma committer: encukou date: 2025-01-09T14:54:44+01:00 summary: gh-118915: Document `PyUnstable_InterpreterState_GetMainModule` (GH-128

[Python-checkins] [3.13] gh-124433: fix docs for `asyncio.Queue.task_done` (GH-128669) (#128671)

2025-01-09 Thread kumaraditya303
https://github.com/python/cpython/commit/c57ef49337c6720a76c5f2203d07d6d6d64f421f commit: c57ef49337c6720a76c5f2203d07d6d6d64f421f branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: kumaraditya303 date: 2025-01-09T18:00:55+05:30 summary: [3.13]

[Python-checkins] [3.12] gh-124433: fix docs for `asyncio.Queue.task_done` (GH-128669) (#128672)

2025-01-09 Thread kumaraditya303
https://github.com/python/cpython/commit/8bfc68f0f53ab32cf21c2e4d7ad3baca177e27fc commit: 8bfc68f0f53ab32cf21c2e4d7ad3baca177e27fc branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: kumaraditya303 date: 2025-01-09T12:28:15Z summary: [3.12] gh-1

[Python-checkins] gh-124433: fix docs for `asyncio.Queue.task_done` (#128669)

2025-01-09 Thread kumaraditya303
https://github.com/python/cpython/commit/4322a318ea98ceeb95d88b7ae6b5cfa3572d2069 commit: 4322a318ea98ceeb95d88b7ae6b5cfa3572d2069 branch: main author: Kumar Aditya committer: kumaraditya303 date: 2025-01-09T17:50:12+05:30 summary: gh-124433: fix docs for `asyncio.Queue.task_done` (#128669) fil

[Python-checkins] [3.12] gh-126137: improve docs for `loop.add_reader` and `loop.add_writer` (GH-128666) (#128668)

2025-01-09 Thread kumaraditya303
https://github.com/python/cpython/commit/182234f5eaa0531b9f7fe329a9fa64c089ce7a82 commit: 182234f5eaa0531b9f7fe329a9fa64c089ce7a82 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: kumaraditya303 date: 2025-01-09T10:18:23Z summary: [3.12] gh-1

[Python-checkins] [3.13] gh-126137: improve docs for `loop.add_reader` and `loop.add_writer` (GH-128666) (#128667)

2025-01-09 Thread kumaraditya303
https://github.com/python/cpython/commit/1d2d62c15ef5fef2e8f914245b935cf85ffbf855 commit: 1d2d62c15ef5fef2e8f914245b935cf85ffbf855 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: kumaraditya303 date: 2025-01-09T10:16:59Z summary: [3.13] gh-1

[Python-checkins] gh-126137: improve docs for `loop.add_reader` and `loop.add_writer` (#128666)

2025-01-09 Thread kumaraditya303
https://github.com/python/cpython/commit/b2adf556747d080f04b53ba4063b627c2dbe41d1 commit: b2adf556747d080f04b53ba4063b627c2dbe41d1 branch: main author: Kumar Aditya committer: kumaraditya303 date: 2025-01-09T15:40:45+05:30 summary: gh-126137: improve docs for `loop.add_reader` and `loop.add_writ

[Python-checkins] gh-128629: Add Py_PACK_VERSION and Py_PACK_FULL_VERSION (GH-128630)

2025-01-09 Thread encukou
https://github.com/python/cpython/commit/1439b81928f1b52c5a0ac7fd81fdd66afd5f72da commit: 1439b81928f1b52c5a0ac7fd81fdd66afd5f72da branch: main author: Petr Viktorin committer: encukou date: 2025-01-09T11:10:28+01:00 summary: gh-128629: Add Py_PACK_VERSION and Py_PACK_FULL_VERSION (GH-128630) f

[Python-checkins] [3.12] gh-79149: document reentrant safety of `loop.call_soon_threadsafe` (GH-128662) (#128665)

2025-01-09 Thread kumaraditya303
https://github.com/python/cpython/commit/a784cdf6e72788ecb6b671d09b6c5e9c54b0b13e commit: a784cdf6e72788ecb6b671d09b6c5e9c54b0b13e branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: kumaraditya303 date: 2025-01-09T09:26:40Z summary: [3.12] gh-7

[Python-checkins] [3.13] gh-79149: document reentrant safety of `loop.call_soon_threadsafe` (GH-128662) (#128664)

2025-01-09 Thread kumaraditya303
https://github.com/python/cpython/commit/4f01a120f768d567f6b238f89f13dc349b0a17ed commit: 4f01a120f768d567f6b238f89f13dc349b0a17ed branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: kumaraditya303 date: 2025-01-09T09:25:18Z summary: [3.13] gh-7

[Python-checkins] gh-79149: document reentrant safety of `loop.call_soon_threadsafe` (#128662)

2025-01-09 Thread kumaraditya303
https://github.com/python/cpython/commit/4685401845ba3e2ab8c9f4a9a10aa2969b11985f commit: 4685401845ba3e2ab8c9f4a9a10aa2969b11985f branch: main author: Kumar Aditya committer: kumaraditya303 date: 2025-01-09T09:19:05Z summary: gh-79149: document reentrant safety of `loop.call_soon_threadsafe` (#