[Python-checkins] gh-149474: use `Py_fopen` in `Binary{Reader,Writer}` for audit hook and path-like support (#149524)

2026-05-08 Thread pablogsal
https://github.com/python/cpython/commit/354ef336e4cd48cf0c02bc9a0c642adf5d543184 commit: 354ef336e4cd48cf0c02bc9a0c642adf5d543184 branch: main author: Maurycy Pawłowski-Wieroński committer: pablogsal date: 2026-05-09T01:01:35+01:00 summary: gh-149474: use `Py_fopen` in `Binary{Reader,Writer}` f

[Python-checkins] [3.15] gh-149474: use `Py_fopen` in `Binary{Reader,Writer}` for audit hook and path-like support (GH-149524) (#149586)

2026-05-08 Thread pablogsal
https://github.com/python/cpython/commit/2b1eed460d598a30a5eab63f5f1f4d8ac8e43468 commit: 2b1eed460d598a30a5eab63f5f1f4d8ac8e43468 branch: 3.15 author: Miss Islington (bot) <[email protected]> committer: pablogsal date: 2026-05-09T00:28:21Z summary: [3.15] gh-149474

[Python-checkins] [3.15] gh-146445: Update CODEOWNERS for Android and iOS migration to Platforms directory (GH-149543) (#149545)

2026-05-08 Thread hugovk
https://github.com/python/cpython/commit/831dac8b518c9de262f84d3faca3443715902e07 commit: 831dac8b518c9de262f84d3faca3443715902e07 branch: 3.15 author: Miss Islington (bot) <[email protected]> committer: hugovk <[email protected]> date: 2026-05-0

[Python-checkins] gh-146445: Update CODEOWNERS for Android and iOS migration to Platforms directory (#149543)

2026-05-08 Thread hugovk
https://github.com/python/cpython/commit/5b58fbc07c8173df98ce6d378ded1bc605997c3f commit: 5b58fbc07c8173df98ce6d378ded1bc605997c3f branch: main author: Malcolm Smith committer: hugovk <[email protected]> date: 2026-05-08T13:32:36+03:00 summary: gh-146445: Update CODEOWNERS f

[Python-checkins] docs: Clarify docs for error case of `PyDict_GetItemRef` (#149506)

2026-05-08 Thread kumaraditya303
https://github.com/python/cpython/commit/3565d31690d30a189933bce7b27d0bd2c6973f47 commit: 3565d31690d30a189933bce7b27d0bd2c6973f47 branch: main author: Nathan Goldbaum committer: kumaraditya303 date: 2026-05-08T10:53:44Z summary: docs: Clarify docs for error case of `PyDict_GetItemRef` (#149506)

[Python-checkins] gh-149486: tarfile.data_filter: validate written link target (GH-149487)

2026-05-08 Thread encukou
https://github.com/python/cpython/commit/578411982c16f753f4893532510099ef665117da commit: 578411982c16f753f4893532510099ef665117da branch: main author: Petr Viktorin committer: encukou date: 2026-05-08T14:16:06+02:00 summary: gh-149486: tarfile.data_filter: validate written link target (GH-14948

[Python-checkins] gh-149459: Fix segfault when `_LOAD_SPECIAL` guard deoptimizes (#149478)

2026-05-08 Thread kumaraditya303
https://github.com/python/cpython/commit/c341e341b25cec03d28d1b2c368bb871d76ca88b commit: c341e341b25cec03d28d1b2c368bb871d76ca88b branch: main author: Hai Zhu committer: kumaraditya303 date: 2026-05-08T11:20:27Z summary: gh-149459: Fix segfault when `_LOAD_SPECIAL` guard deoptimizes (#149478)

[Python-checkins] [3.15] Skip GNU backtrace test on Arm 32-bit (GH-149493) (#149562)

2026-05-08 Thread diegorusso
https://github.com/python/cpython/commit/54a187d3b3ae11e37ae04fd91f3ea0cdfb6fe410 commit: 54a187d3b3ae11e37ae04fd91f3ea0cdfb6fe410 branch: 3.15 author: Miss Islington (bot) <[email protected]> committer: diegorusso date: 2026-05-08T13:32:59Z summary: [3.15] Skip GNU

[Python-checkins] [3.15] gh-149459: Fix segfault when `_LOAD_SPECIAL` guard deoptimizes (GH-149478) (#149552)

2026-05-08 Thread kumaraditya303
https://github.com/python/cpython/commit/f9e5975deb6b01c434eadff66f28bd53e0ca4c55 commit: f9e5975deb6b01c434eadff66f28bd53e0ca4c55 branch: 3.15 author: Miss Islington (bot) <[email protected]> committer: kumaraditya303 date: 2026-05-08T11:48:04Z summary: [3.15] gh-1

[Python-checkins] Skip GNU backtrace test on Arm 32-bit (#149493)

2026-05-08 Thread diegorusso
https://github.com/python/cpython/commit/2a8cece95cd6abe08ae7a308f2815d07dfe8d5ad commit: 2a8cece95cd6abe08ae7a308f2815d07dfe8d5ad branch: main author: Diego Russo committer: diegorusso date: 2026-05-08T14:03:05+01:00 summary: Skip GNU backtrace test on Arm 32-bit (#149493) files: M Lib/test/te

[Python-checkins] [3.15] Add Diego as author of PEP 831 (GH-149551) (#149561)

2026-05-08 Thread diegorusso
https://github.com/python/cpython/commit/333b7c54c01b2eb1aca9b4d0ffe35b45e833f18a commit: 333b7c54c01b2eb1aca9b4d0ffe35b45e833f18a branch: 3.15 author: Miss Islington (bot) <[email protected]> committer: diegorusso date: 2026-05-08T13:06:08Z summary: [3.15] Add Dieg

[Python-checkins] Add Diego as author of PEP 831 (#149551)

2026-05-08 Thread pablogsal
https://github.com/python/cpython/commit/2f6b3800e6004b97e04082c9fa06192ae37aea52 commit: 2f6b3800e6004b97e04082c9fa06192ae37aea52 branch: main author: Diego Russo committer: pablogsal date: 2026-05-08T12:58:48+01:00 summary: Add Diego as author of PEP 831 (#149551) files: M Doc/whatsnew/3.15.r

[Python-checkins] [3.14] gh-145176: Update CODEOWNERS for Emscripten migration to Platforms directory (GH-149544) (#149559)

2026-05-08 Thread hugovk
https://github.com/python/cpython/commit/39dfd782f863a0490478ca9ad3be629876adc254 commit: 39dfd782f863a0490478ca9ad3be629876adc254 branch: 3.14 author: Malcolm Smith committer: hugovk <[email protected]> date: 2026-05-08T15:52:54+03:00 summary: [3.14] gh-145176: Update CODEO

[Python-checkins] Rename fp unwind test module to C stack unwind (#149563)

2026-05-08 Thread diegorusso
https://github.com/python/cpython/commit/ebf6d9c3e2a4d924a5c7f6ffb6f7d68f79a85c8d commit: ebf6d9c3e2a4d924a5c7f6ffb6f7d68f79a85c8d branch: main author: Diego Russo committer: diegorusso date: 2026-05-08T14:58:38+01:00 summary: Rename fp unwind test module to C stack unwind (#149563) files: A Li

[Python-checkins] gh-149521: Do not update `last_profiled_frame` if it's not changed (#149522)

2026-05-08 Thread pablogsal
https://github.com/python/cpython/commit/d36e5b86442bcf3b06876c91ff631c1f62632506 commit: d36e5b86442bcf3b06876c91ff631c1f62632506 branch: main author: Maurycy Pawłowski-Wieroński committer: pablogsal date: 2026-05-08T08:25:49Z summary: gh-149521: Do not update `last_profiled_frame` if it's not

[Python-checkins] [3.14] docs: Clarify docs for error case of `PyDict_GetItemRef` (GH-149506) (#149547)

2026-05-08 Thread kumaraditya303
https://github.com/python/cpython/commit/3f8768aeea44adf2a3dfc55311d41265d67279af commit: 3f8768aeea44adf2a3dfc55311d41265d67279af branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: kumaraditya303 date: 2026-05-08T16:37:00+05:30 summary: [3.14]

[Python-checkins] [3.13] docs: Clarify docs for error case of `PyDict_GetItemRef` (GH-149506) (#149548)

2026-05-08 Thread kumaraditya303
https://github.com/python/cpython/commit/412b001fa7be7753da93080fc8b9085c9a0c01ff commit: 412b001fa7be7753da93080fc8b9085c9a0c01ff branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: kumaraditya303 date: 2026-05-08T16:36:11+05:30 summary: [3.13]

[Python-checkins] [3.15] docs: Clarify docs for error case of `PyDict_GetItemRef` (GH-149506) (#149546)

2026-05-08 Thread kumaraditya303
https://github.com/python/cpython/commit/20e298bc37a48049244553862cc1918713494a23 commit: 20e298bc37a48049244553862cc1918713494a23 branch: 3.15 author: Miss Islington (bot) <[email protected]> committer: kumaraditya303 date: 2026-05-08T16:36:52+05:30 summary: [3.15]

[Python-checkins] gh-145176: Update CODEOWNERS for Emscripten migration to Platforms directory (#149544)

2026-05-08 Thread hugovk
https://github.com/python/cpython/commit/52a05e8da71abcc83df54e465d0a4df50785e910 commit: 52a05e8da71abcc83df54e465d0a4df50785e910 branch: main author: Malcolm Smith committer: hugovk <[email protected]> date: 2026-05-08T14:08:07+03:00 summary: gh-145176: Update CODEOWNERS f

[Python-checkins] [3.15] gh-145176: Update CODEOWNERS for Emscripten migration to Platforms directory (GH-149544) (#149550)

2026-05-08 Thread hugovk
https://github.com/python/cpython/commit/b922b42be7c9bedd3ecf6f34a560fa692793a530 commit: b922b42be7c9bedd3ecf6f34a560fa692793a530 branch: 3.15 author: Miss Islington (bot) <[email protected]> committer: hugovk <[email protected]> date: 2026-05-0

[Python-checkins] gh-100239: expose `sq_repeat` helpers for `BINARY_OP_EXTEND` (#148791)

2026-05-08 Thread kumaraditya303
https://github.com/python/cpython/commit/d2d24e46d31821fb2f0f4368fa27057e9859a918 commit: d2d24e46d31821fb2f0f4368fa27057e9859a918 branch: main author: Neko Asakura committer: kumaraditya303 date: 2026-05-08T11:12:20Z summary: gh-100239: expose `sq_repeat` helpers for `BINARY_OP_EXTEND` (#148791

[Python-checkins] [3.15] Rename fp unwind test module to C stack unwind (GH-149563) (#149565)

2026-05-08 Thread diegorusso
https://github.com/python/cpython/commit/0bdbc4810165bcbaefd16560d48e94a472557d23 commit: 0bdbc4810165bcbaefd16560d48e94a472557d23 branch: 3.15 author: Miss Islington (bot) <[email protected]> committer: diegorusso date: 2026-05-08T14:24:49Z summary: [3.15] Rename f

[Python-checkins] [3.13] gh-148390: fix undefined behavior of `memoryview(...).cast("?")` (GH-148454) (GH-149299)

2026-05-08 Thread encukou
https://github.com/python/cpython/commit/05956df2c2dd15645acb627891314c06110c5c76 commit: 05956df2c2dd15645acb627891314c06110c5c76 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: encukou date: 2026-05-08T17:50:00+02:00 summary: [3.13] gh-148

[Python-checkins] gh-149537: Remove kw parameters from python version of `reduce` (#149538)

2026-05-08 Thread Eclips4
https://github.com/python/cpython/commit/3a62c8f13ab9ab0373fe2bf675b02708cf4f6a6e commit: 3a62c8f13ab9ab0373fe2bf675b02708cf4f6a6e branch: main author: sobolevn committer: Eclips4 date: 2026-05-08T18:34:48+03:00 summary: gh-149537: Remove kw parameters from python version of `reduce` (#149538)

[Python-checkins] gh-79638: Test other HTTP error codes besides 403 in test_robotparser (#149569)

2026-05-08 Thread serhiy-storchaka
https://github.com/python/cpython/commit/57ef2199503387617b8af3d719c74089fb70dbd4 commit: 57ef2199503387617b8af3d719c74089fb70dbd4 branch: main author: Serhiy Storchaka committer: serhiy-storchaka date: 2026-05-08T20:24:34Z summary: gh-79638: Test other HTTP error codes besides 403 in test_robot

[Python-checkins] gh-149496: Fix MacOSTest.test_default regression when BROWSER env var is set (GH-149579)

2026-05-08 Thread gpshead
https://github.com/python/cpython/commit/45c47d26c230086163ac1ef0aa9f955f794fb69c commit: 45c47d26c230086163ac1ef0aa9f955f794fb69c branch: main author: Jeff Lyon <[email protected]> committer: gpshead <[email protected]> date: 2026-05-08T20:33:05Z su

[Python-checkins] [3.13] gh-79638: Test other HTTP error codes besides 403 in test_robotparser (GH-149569) (GH-149582)

2026-05-08 Thread serhiy-storchaka
https://github.com/python/cpython/commit/ba894f17670b5f9d183e536523d240ef91d0d525 commit: ba894f17670b5f9d183e536523d240ef91d0d525 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: serhiy-storchaka date: 2026-05-08T20:46:14Z summary: [3.13] gh

[Python-checkins] [3.14] gh-79638: Test other HTTP error codes besides 403 in test_robotparser (GH-149569) (GH-149581)

2026-05-08 Thread serhiy-storchaka
https://github.com/python/cpython/commit/92d323aa023ee07b14ddca71a8185018f15e279f commit: 92d323aa023ee07b14ddca71a8185018f15e279f branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: serhiy-storchaka date: 2026-05-08T20:50:41Z summary: [3.14] gh

[Python-checkins] [3.15] gh-79638: Test other HTTP error codes besides 403 in test_robotparser (GH-149569) (GH-149580)

2026-05-08 Thread serhiy-storchaka
https://github.com/python/cpython/commit/bb060b82f6723110b399431843e7de7d209c3a1d commit: bb060b82f6723110b399431843e7de7d209c3a1d branch: 3.15 author: Miss Islington (bot) <[email protected]> committer: serhiy-storchaka date: 2026-05-08T20:53:55Z summary: [3.15] gh