[Python-checkins] gh-132070: add `PyObject_Realloc` suppression in free-threading (#132468)

2025-04-15 Thread kumaraditya303
https://github.com/python/cpython/commit/4b15d105a2b954cce2d97646ebf9e672d3a23b45 commit: 4b15d105a2b954cce2d97646ebf9e672d3a23b45 branch: main author: Kumar Aditya committer: kumaraditya303 date: 2025-04-16T06:10:56+05:30 summary: gh-132070: add `PyObject_Realloc` suppression in free-threading

[Python-checkins] [3.13] Docs: Synchronise ``indexsidebar.html`` with docsbuild-scripts (GH-132567) (#132573)

2025-04-15 Thread AA-Turner
https://github.com/python/cpython/commit/2a1a337d2802bcf8f38936ed96f3526056c3c5dd commit: 2a1a337d2802bcf8f38936ed96f3526056c3c5dd branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: AA-Turner <[email protected]> date: 202

[Python-checkins] gh-132536: Do not disable PY_THROW event in bdb (#132537)

2025-04-15 Thread gaogaotiantian
https://github.com/python/cpython/commit/d19af00b90d94cd987293c479b8c3ef698bf7d3e commit: d19af00b90d94cd987293c479b8c3ef698bf7d3e branch: main author: Tian Gao committer: gaogaotiantian date: 2025-04-15T18:31:52-04:00 summary: gh-132536: Do not disable PY_THROW event in bdb (#132537) files: A

[Python-checkins] Docs: Synchronise ``indexsidebar.html`` with docsbuild-scripts (#132567)

2025-04-15 Thread AA-Turner
https://github.com/python/cpython/commit/4f10b93d1b2f887b42ad59168a9fcbe75bdaaf87 commit: 4f10b93d1b2f887b42ad59168a9fcbe75bdaaf87 branch: main author: Adam Turner <[email protected]> committer: AA-Turner <[email protected]> date: 2025-04-15T23:27:0

[Python-checkins] gh-132491: Rename annotationlib.value_to_string to type_repr (#132492)

2025-04-15 Thread JelleZijlstra
https://github.com/python/cpython/commit/11f66038453dff51ba4ee80460e30acf276d472a commit: 11f66038453dff51ba4ee80460e30acf276d472a branch: main author: Jelle Zijlstra committer: JelleZijlstra date: 2025-04-15T20:10:53Z summary: gh-132491: Rename annotationlib.value_to_string to type_repr (#13249

[Python-checkins] gh-129463: Remove two attributes from ForwardRef equality (#132283)

2025-04-15 Thread JelleZijlstra
https://github.com/python/cpython/commit/5e80fee41a61bbb39c6054c5a5d82dc80b1adf8a commit: 5e80fee41a61bbb39c6054c5a5d82dc80b1adf8a branch: main author: Jelle Zijlstra committer: JelleZijlstra date: 2025-04-15T12:58:21-07:00 summary: gh-129463: Remove two attributes from ForwardRef equality (#132

[Python-checkins] [3.13] gh-114713: Handle case of an empty string passed to `zoneinfo.ZoneInfo` (GH-114731) (#132563)

2025-04-15 Thread Eclips4
https://github.com/python/cpython/commit/a3a3bfd01c3fc02b1dc5465ecb8047f90ce45f8f commit: a3a3bfd01c3fc02b1dc5465ecb8047f90ce45f8f branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: Eclips4 date: 2025-04-15T19:05:28Z summary: [3.13] gh-114713:

[Python-checkins] gh-114713: Handle case of an empty string passed to `zoneinfo.ZoneInfo` (#114731)

2025-04-15 Thread Eclips4
https://github.com/python/cpython/commit/884df116d79b05d9342e05e50484d61c684ecb8b commit: 884df116d79b05d9342e05e50484d61c684ecb8b branch: main author: Bogdan Romanyuk <[email protected]> committer: Eclips4 date: 2025-04-15T18:41:52Z summary: gh-114713: Handle case of an

[Python-checkins] GH-90812: Add test for `urlopen()` of file URI for UNC path (#132489)

2025-04-15 Thread barneygale
https://github.com/python/cpython/commit/f3192dac669ce14016efcec267ef331108d6b442 commit: f3192dac669ce14016efcec267ef331108d6b442 branch: main author: Barney Gale committer: barneygale date: 2025-04-15T19:16:34+01:00 summary: GH-90812: Add test for `urlopen()` of file URI for UNC path (#132489)

[Python-checkins] gh-132493: Support deferred annotations in Protocols (#132494)

2025-04-15 Thread JelleZijlstra
https://github.com/python/cpython/commit/666eeda13d319aa82b151eef3e3c55a48d90a052 commit: 666eeda13d319aa82b151eef3e3c55a48d90a052 branch: main author: Jelle Zijlstra committer: JelleZijlstra date: 2025-04-15T10:14:27-07:00 summary: gh-132493: Support deferred annotations in Protocols (#132494)

[Python-checkins] [3.13] Fix argument order in multinomial() example (gh-132557) (gh-132560)

2025-04-15 Thread rhettinger
https://github.com/python/cpython/commit/11617d5a7f91256a59974c38114ec5f4ebf540e7 commit: 11617d5a7f91256a59974c38114ec5f4ebf540e7 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: rhettinger date: 2025-04-15T16:56:57Z summary: [3.13] Fix argu

[Python-checkins] Fix argument order in multinomial() example (gh-132557)

2025-04-15 Thread rhettinger
https://github.com/python/cpython/commit/818b6a9eadb7c606bc3faab91de4a76bde66a9ae commit: 818b6a9eadb7c606bc3faab91de4a76bde66a9ae branch: main author: Raymond Hettinger committer: rhettinger date: 2025-04-15T11:50:52-05:00 summary: Fix argument order in multinomial() example (gh-132557) files:

[Python-checkins] gh-131885: Document `/` for `codecs` functions (#131992)

2025-04-15 Thread vstinner
https://github.com/python/cpython/commit/bd47ec954dab935bf3f42542ff4730114ba1a290 commit: bd47ec954dab935bf3f42542ff4730114ba1a290 branch: main author: Semyon Moroz committer: vstinner date: 2025-04-14T18:55:29+02:00 summary: gh-131885: Document `/` for `codecs` functions (#131992) files: M Doc

[Python-checkins] gh-127945: move initialization of field desc to module exec in ctypes (#132552)

2025-04-15 Thread kumaraditya303
https://github.com/python/cpython/commit/2ff5eb8582939eb9182d3449d08542881caf3e0d commit: 2ff5eb8582939eb9182d3449d08542881caf3e0d branch: main author: Kumar Aditya committer: kumaraditya303 date: 2025-04-15T19:30:33+05:30 summary: gh-127945: move initialization of field desc to module exec in c

[Python-checkins] [3.13] gh-132099: Harmonize Bluetooth address handling (GH-132486) (GH-132497)

2025-04-15 Thread serhiy-storchaka
https://github.com/python/cpython/commit/d321b6ec826b0767d15d73e6f8ebd38e3600b7f8 commit: d321b6ec826b0767d15d73e6f8ebd38e3600b7f8 branch: 3.13 author: Serhiy Storchaka committer: serhiy-storchaka date: 2025-04-14T19:36:04+03:00 summary: [3.13] gh-132099: Harmonize Bluetooth address handling (GH

[Python-checkins] GH-131296: fix clang-cl warning on Windows in pegen.h (#131584)

2025-04-15 Thread pablogsal
https://github.com/python/cpython/commit/e94d168473aac57dea7cc9aaad6d015ecf479511 commit: e94d168473aac57dea7cc9aaad6d015ecf479511 branch: main author: Chris Eibl <[email protected]> committer: pablogsal date: 2025-04-15T17:01:42+01:00 summary: GH-131296: fix clang-cl

[Python-checkins] [3.13] gh-132176: Fix crash on `type()` when `tuple` subclass passed as `bases` (GH-132212) (#132548)

2025-04-15 Thread sobolevn
https://github.com/python/cpython/commit/6d48194d9f14b7d6a5ee069a7bd269c124c17d59 commit: 6d48194d9f14b7d6a5ee069a7bd269c124c17d59 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: sobolevn date: 2025-04-15T11:38:20Z summary: [3.13] gh-132176:

[Python-checkins] gh-132176: Fix crash on `type()` when `tuple` subclass passed as `bases` (#132212)

2025-04-15 Thread sobolevn
https://github.com/python/cpython/commit/b6c552f9e614bab4acf21584baed997f57e74114 commit: b6c552f9e614bab4acf21584baed997f57e74114 branch: main author: sobolevn committer: sobolevn date: 2025-04-15T14:13:51+03:00 summary: gh-132176: Fix crash on `type()` when `tuple` subclass passed as `bases`

[Python-checkins] gh-130664: support '_' (just as ',') in Decimal's formatting (#132155)

2025-04-15 Thread ambv
https://github.com/python/cpython/commit/e10fe81cc6ae0979938eb3925139d56a74c620e3 commit: e10fe81cc6ae0979938eb3925139d56a74c620e3 branch: main author: Sergey B Kirpichev committer: ambv date: 2025-04-15T12:38:03+02:00 summary: gh-130664: support '_' (just as ',') in Decimal's formatting (#13215

[Python-checkins] gh-129987: Selectively re-enable SLP autovectorization of _PyEval_EvalFrameDefault (#132530)

2025-04-15 Thread Yhg1s
https://github.com/python/cpython/commit/c66ffcf8e3ab889a30aae43520aa29c167344bd3 commit: c66ffcf8e3ab889a30aae43520aa29c167344bd3 branch: main author: T. Wouters committer: Yhg1s date: 2025-04-15T09:39:32Z summary: gh-129987: Selectively re-enable SLP autovectorization of _PyEval_EvalFrameDefa