[Python-checkins] gh-133390: sqlite3 CLI completion for tables, columns, indices, triggers, views, functions, schemata (GH-136101)

2025-10-23 Thread encukou
https://github.com/python/cpython/commit/161b3064efdafd2008378a88a8009897df1b58d2 commit: 161b3064efdafd2008378a88a8009897df1b58d2 branch: main author: Tan Long committer: encukou date: 2025-10-24T08:26:36+02:00 summary: gh-133390: sqlite3 CLI completion for tables, columns, indices, triggers,

[Python-checkins] [3.13] gh-140471: Fix buffer overflow in AST node initialization with malformed `_fields` (GH-140506) (#140510)

2025-10-23 Thread pablogsal
https://github.com/python/cpython/commit/1cc2c954d6b56e5341ff4290f0301636e09a4af0 commit: 1cc2c954d6b56e5341ff4290f0301636e09a4af0 branch: 3.13 author: Stan Ulbrych <[email protected]> committer: pablogsal date: 2025-10-24T00:38:02+01:00 summary: [3.13] gh-140471:

[Python-checkins] gh-83714: Set os.statx().stx_mode to None if missing from stx_mask (#140484)

2025-10-23 Thread vstinner
https://github.com/python/cpython/commit/5d2edf72d25c2616f0e13d10646460a8e69344fa commit: 5d2edf72d25c2616f0e13d10646460a8e69344fa branch: main author: Victor Stinner committer: vstinner date: 2025-10-23T22:35:17+02:00 summary: gh-83714: Set os.statx().stx_mode to None if missing from stx_mask (

[Python-checkins] [3.14] gh-140471: Fix buffer overflow in AST node initialization with malformed `_fields` (GH-140506) (#140509)

2025-10-23 Thread JelleZijlstra
https://github.com/python/cpython/commit/8285bc7ea2a99b571a08eb1d7883eff0c7ca7e1c commit: 8285bc7ea2a99b571a08eb1d7883eff0c7ca7e1c branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: JelleZijlstra date: 2025-10-23T10:20:21-07:00 summary: [3.14]

[Python-checkins] gh-140443: Use `fma` in `loghelper` to improve accuracy of log for very large integers (#140469)

2025-10-23 Thread tim-one
https://github.com/python/cpython/commit/f0291c3f2df8139870359c7d1d9a4858f19ee7bf commit: f0291c3f2df8139870359c7d1d9a4858f19ee7bf branch: main author: Abhishek Tiwari committer: tim-one date: 2025-10-23T12:05:12-05:00 summary: gh-140443: Use `fma` in `loghelper` to improve accuracy of log for v

[Python-checkins] gh-135125: Fix Py_STACKREF_DEBUG build (GH-139475)

2025-10-23 Thread markshannon
https://github.com/python/cpython/commit/918a9ac9f403c0a79003d0f97c527e444c99456d commit: 918a9ac9f403c0a79003d0f97c527e444c99456d branch: main author: Mikhail Efimov committer: markshannon date: 2025-10-23T17:00:23+01:00 summary: gh-135125: Fix Py_STACKREF_DEBUG build (GH-139475) * Use the sam

[Python-checkins] [3.14] gh-140438: properly run the asyncio REPL tests (GH-140298) (#140507)

2025-10-23 Thread kumaraditya303
https://github.com/python/cpython/commit/29c42cc62115367bea117d6ea0789b0420b06638 commit: 29c42cc62115367bea117d6ea0789b0420b06638 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: kumaraditya303 date: 2025-10-23T15:48:26Z summary: [3.14] gh-1

[Python-checkins] [3.13] gh-140438: properly run the asyncio REPL tests (GH-140298) (#140508)

2025-10-23 Thread kumaraditya303
https://github.com/python/cpython/commit/adf0c11a268356eb7280ad5fe7483e5974bdf645 commit: adf0c11a268356eb7280ad5fe7483e5974bdf645 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: kumaraditya303 date: 2025-10-23T15:47:55Z summary: [3.13] gh-1

[Python-checkins] GH-135904: JIT compiler: Support 19 bit branch instructions on AArch64 for Mach-O. (GH-140453)

2025-10-23 Thread markshannon
https://github.com/python/cpython/commit/61e759c2ee521ccf817293d6150094b618fbeee5 commit: 61e759c2ee521ccf817293d6150094b618fbeee5 branch: main author: Mark Shannon committer: markshannon date: 2025-10-23T16:45:57+01:00 summary: GH-135904: JIT compiler: Support 19 bit branch instructions on AArc

[Python-checkins] gh-140471: Fix buffer overflow in AST node initialization with malformed `_fields` (#140506)

2025-10-23 Thread pablogsal
https://github.com/python/cpython/commit/95953b692db6cbd88139de12d81fb123293ec2d5 commit: 95953b692db6cbd88139de12d81fb123293ec2d5 branch: main author: Stan Ulbrych <[email protected]> committer: pablogsal date: 2025-10-23T15:35:21Z summary: gh-140471: Fix buffer o

[Python-checkins] gh-140438: properly run the asyncio REPL tests (#140298)

2025-10-23 Thread kumaraditya303
https://github.com/python/cpython/commit/1a3da2c0700839b6e334e368ff2b600c2389763f commit: 1a3da2c0700839b6e334e368ff2b600c2389763f branch: main author: Bartosz Sławecki committer: kumaraditya303 date: 2025-10-23T20:53:23+05:30 summary: gh-140438: properly run the asyncio REPL tests (#140298) fi

[Python-checkins] [3.14] gh-140431: Fix GC crash due to partially initialized coroutines (gh-140470) (gh-140504)

2025-10-23 Thread colesbury
https://github.com/python/cpython/commit/3944e9b3b24de994d46eb7f4af6eec49b3324271 commit: 3944e9b3b24de994d46eb7f4af6eec49b3324271 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: colesbury date: 2025-10-23T14:44:21Z summary: [3.14] gh-140431

[Python-checkins] [3.14] gh-138774: use `value` to `ast.unparse` code when `str` is `None` in `ast.Interpolation` (GH-139415) (#140503)

2025-10-23 Thread JelleZijlstra
https://github.com/python/cpython/commit/564bb00b2763d57d0379be5f522dd9a2b81b61f7 commit: 564bb00b2763d57d0379be5f522dd9a2b81b61f7 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: JelleZijlstra date: 2025-10-23T14:39:02Z summary: [3.14] gh-13

[Python-checkins] [3.14] GH-139951: Fix major GC performance regression. Backport of GH-140262 (GH-140447)

2025-10-23 Thread markshannon
https://github.com/python/cpython/commit/d1a434f7b211b7061883b8cf4c8687cf00e0c2c7 commit: d1a434f7b211b7061883b8cf4c8687cf00e0c2c7 branch: 3.14 author: Mark Shannon committer: markshannon date: 2025-10-23T15:26:58+01:00 summary: [3.14] GH-139951: Fix major GC performance regression. Backport of

[Python-checkins] gh-140431: Fix GC crash due to partially initialized coroutines (gh-140470)

2025-10-23 Thread colesbury
https://github.com/python/cpython/commit/574405c19e9b5de0504be46a3925027ded4495ae commit: 574405c19e9b5de0504be46a3925027ded4495ae branch: main author: Sam Gross committer: colesbury date: 2025-10-23T10:18:13-04:00 summary: gh-140431: Fix GC crash due to partially initialized coroutines (gh-1404

[Python-checkins] gh-138774: use `value` to `ast.unparse` code when `str` is `None` in `ast.Interpolation` (#139415)

2025-10-23 Thread JelleZijlstra
https://github.com/python/cpython/commit/4d0849426f4c6862e50658c4e35341ffb5ab288b commit: 4d0849426f4c6862e50658c4e35341ffb5ab288b branch: main author: George Ogden <[email protected]> committer: JelleZijlstra date: 2025-10-23T13:56:05Z summary: gh-138774: use `value`

[Python-checkins] gh-137627: Make `csv.Sniffer.sniff()` delimiter detection 1.6x faster (#137628)

2025-10-23 Thread hugovk
https://github.com/python/cpython/commit/6be6f8ff590712fc9fe7db75defcc5975493070d commit: 6be6f8ff590712fc9fe7db75defcc5975493070d branch: main author: Maurycy Pawłowski-Wieroński <[email protected]> committer: hugovk <[email protected]> date: 2025-10-23T15

[Python-checkins] [3.13] gh-140474: Fix memory leak in `array.array` (GH-140478) (GH-140499)

2025-10-23 Thread ZeroIntensity
https://github.com/python/cpython/commit/640bc258c127aaddc5861a4ba279820c4a1ea49b commit: 640bc258c127aaddc5861a4ba279820c4a1ea49b branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: ZeroIntensity date: 2025-10-23T12:18:01Z summary: [3.13] gh-14

[Python-checkins] [3.14] gh-140474: Fix memory leak in `array.array` (GH-140478) (GH-140498)

2025-10-23 Thread ZeroIntensity
https://github.com/python/cpython/commit/0fdae5f590b9322256a37b53176abb6f2e1705f5 commit: 0fdae5f590b9322256a37b53176abb6f2e1705f5 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: ZeroIntensity date: 2025-10-23T10:20:16Z summary: [3.14] gh-14

[Python-checkins] gh-140474: Fix memory leak in `array.array` (GH-140478)

2025-10-23 Thread ZeroIntensity
https://github.com/python/cpython/commit/aa9d0a61d5c48717454f36351f0aabe4cc532de5 commit: aa9d0a61d5c48717454f36351f0aabe4cc532de5 branch: main author: Stan Ulbrych <[email protected]> committer: ZeroIntensity date: 2025-10-23T05:49:27-04:00 summary: gh-140474: Fix