[Python-checkins] gh-130322: drop deprecation of `asyncio.set_event_loop` (#132349)

2025-04-11 Thread kumaraditya303
https://github.com/python/cpython/commit/05d27a84f4a85d777239e95e6d9b6dae8b32c538 commit: 05d27a84f4a85d777239e95e6d9b6dae8b32c538 branch: main author: Kumar Aditya committer: kumaraditya303 date: 2025-04-12T12:03:52+05:30 summary: gh-130322: drop deprecation of `asyncio.set_event_loop` (#132349

[Python-checkins] gh-132386: Fix a crash when passing a dict subclass to `exec` (GH-132412)

2025-04-11 Thread Fidget-Spinner
https://github.com/python/cpython/commit/e6ef47ac229b5c4a62b9c907e4232e350db77ce3 commit: e6ef47ac229b5c4a62b9c907e4232e350db77ce3 branch: main author: Tomas R. committer: Fidget-Spinner date: 2025-04-12T05:05:03+08:00 summary: gh-132386: Fix a crash when passing a dict subclass to `exec` (GH-13

[Python-checkins] Add ``.yaml`` to ``.editorconfig`` (#132410)

2025-04-11 Thread AA-Turner
https://github.com/python/cpython/commit/deda47d6e18d61e982045b795e3599838823db6a commit: deda47d6e18d61e982045b795e3599838823db6a branch: main author: Xuehai Pan committer: AA-Turner <[email protected]> date: 2025-04-11T19:23:13+01:00 summary: Add ``.yaml`` to ``.editorc

[Python-checkins] [3.13] CI: Update outdated references to Python version and GH issues (GH-132394) (#132402)

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

[Python-checkins] gh-85302: Add support for BTPROTO_SCO on FreeBSD (GH-131981)

2025-04-11 Thread serhiy-storchaka
https://github.com/python/cpython/commit/e5f8b2c7038cb7e84fd657ed90fedf60ae796d2d commit: e5f8b2c7038cb7e84fd657ed90fedf60ae796d2d branch: main author: Serhiy Storchaka committer: serhiy-storchaka date: 2025-04-11T19:38:17+03:00 summary: gh-85302: Add support for BTPROTO_SCO on FreeBSD (GH-13198

[Python-checkins] [3.13] gh-132356: Find the correct group name in test_group_no_follow_symlinks (GH-132357) (#132404)

2025-04-11 Thread barneygale
https://github.com/python/cpython/commit/089c43f1601c88a2744fa960fd958ed05f741ba7 commit: 089c43f1601c88a2744fa960fd958ed05f741ba7 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: barneygale date: 2025-04-11T15:24:16Z summary: [3.13] gh-13235

[Python-checkins] gh-127405: Add ABIFLAGS to sysconfig variables on Windows (GH-131799)

2025-04-11 Thread zooba
https://github.com/python/cpython/commit/26ae05e95c7c5f1a646e8ec7fa690c0e7b4ab8b9 commit: 26ae05e95c7c5f1a646e8ec7fa690c0e7b4ab8b9 branch: main author: Xuehai Pan committer: zooba date: 2025-04-11T16:19:03+01:00 summary: gh-127405: Add ABIFLAGS to sysconfig variables on Windows (GH-131799) file

[Python-checkins] gh-111178: fix incorrect function signatures in docs (#132395)

2025-04-11 Thread picnixz
https://github.com/python/cpython/commit/9ded6f0830a74efc770561891d019c58fe92234f commit: 9ded6f0830a74efc770561891d019c58fe92234f branch: main author: Bénédikt Tran <[email protected]> committer: picnixz <[email protected]> date: 2025-04-11T14:59:38Z

[Python-checkins] gh-132356: Find the correct group name in test_group_no_follow_symlinks (#132357)

2025-04-11 Thread barneygale
https://github.com/python/cpython/commit/3e1a47bdb468d02665c137d84dd44500a557b58b commit: 3e1a47bdb468d02665c137d84dd44500a557b58b branch: main author: Karolina Surma <[email protected]> committer: barneygale date: 2025-04-11T15:58:39+01:00 summary: gh-132356: Find the co

[Python-checkins] CI: Update outdated references to Python version and GH issues (#132394)

2025-04-11 Thread picnixz
https://github.com/python/cpython/commit/f23052591a60f588c432795f1ac687e709d97386 commit: f23052591a60f588c432795f1ac687e709d97386 branch: main author: Bénédikt Tran <[email protected]> committer: picnixz <[email protected]> date: 2025-04-11T14:46:33Z

[Python-checkins] [3.13] gh-130834: Fix free-threaded build with JIT for aarch64 linux (#132368)

2025-04-11 Thread corona10
https://github.com/python/cpython/commit/793293dcb944c0d71824e9a9a2548ece304e4e2f commit: 793293dcb944c0d71824e9a9a2548ece304e4e2f branch: 3.13 author: Donghee Na committer: corona10 date: 2025-04-11T06:52:46-07:00 summary: [3.13] gh-130834: Fix free-threaded build with JIT for aarch64 linux (#1

[Python-checkins] [3.13] gh-131127: Minimal build support on systems using LibreSSL (GH-131128) (GH-132392)

2025-04-11 Thread serhiy-storchaka
https://github.com/python/cpython/commit/88c1ca9eba585be27b3420c9d637e47479fa1542 commit: 88c1ca9eba585be27b3420c9d637e47479fa1542 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: serhiy-storchaka date: 2025-04-11T13:00:34Z summary: [3.13] gh

[Python-checkins] gh-131127: Minimal build support on systems using LibreSSL (GH-131128)

2025-04-11 Thread serhiy-storchaka
https://github.com/python/cpython/commit/1b49c8c71b90bfa97df5633e2bbf51d4a6e22a57 commit: 1b49c8c71b90bfa97df5633e2bbf51d4a6e22a57 branch: main author: Collin Funk committer: serhiy-storchaka date: 2025-04-11T15:35:12+03:00 summary: gh-131127: Minimal build support on systems using LibreSSL (GH-

[Python-checkins] GH-127682: Only call `__iter__` once in generator expressions. (GH-132351)

2025-04-11 Thread markshannon
https://github.com/python/cpython/commit/d87e7f35297d34755026173d84a38eedfbed78de commit: d87e7f35297d34755026173d84a38eedfbed78de branch: main author: Mark Shannon committer: markshannon date: 2025-04-11T09:37:22+01:00 summary: GH-127682: Only call `__iter__` once in generator expressions. (GH-

[Python-checkins] gh-132257: Remove -flto-partition=none for Linux LTO builds (GH-132258)

2025-04-11 Thread Fidget-Spinner
https://github.com/python/cpython/commit/bc0b94b30c9d65ba550daee2c2ef20035defd980 commit: bc0b94b30c9d65ba550daee2c2ef20035defd980 branch: main author: Ken Jin committer: Fidget-Spinner date: 2025-04-11T16:06:05+08:00 summary: gh-132257: Remove -flto-partition=none for Linux LTO builds (GH-13225