[Python-checkins] gh-116622: Add Android test script (#121595)

2024-08-15 Thread freakboy3742
https://github.com/python/cpython/commit/f84cce6f2588c6437d69a30856d7c4ba00b70ae0 commit: f84cce6f2588c6437d69a30856d7c4ba00b70ae0 branch: main author: Malcolm Smith committer: freakboy3742 date: 2024-08-16T13:00:29+08:00 summary: gh-116622: Add Android test script (#121595) Adds a script for r

[Python-checkins] [3.13] gh-116608: Apply style and compatibility changes from importlib_resources. (GH-123028) (#123051)

2024-08-15 Thread jaraco
https://github.com/python/cpython/commit/5ac14eeea60328128ea9e7a588e2fad241db957d commit: 5ac14eeea60328128ea9e7a588e2fad241db957d branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: jaraco date: 2024-08-15T19:57:07Z summary: [3.13] gh-116608: A

[Python-checkins] gh-116608: Apply style and compatibility changes from importlib_metadata. (#123028)

2024-08-15 Thread jaraco
https://github.com/python/cpython/commit/e913d2c87f1ae4e7a4aef5ba78368ef31d060767 commit: e913d2c87f1ae4e7a4aef5ba78368ef31d060767 branch: main author: Jason R. Coombs committer: jaraco date: 2024-08-15T15:32:05-04:00 summary: gh-116608: Apply style and compatibility changes from importlib_metad

[Python-checkins] Add debug offsets for free threaded builds (#123041)

2024-08-15 Thread pablogsal
https://github.com/python/cpython/commit/d7a3df91505faa56c51d169648253bd0d57ddae2 commit: d7a3df91505faa56c51d169648253bd0d57ddae2 branch: main author: Pablo Galindo Salgado committer: pablogsal date: 2024-08-15T18:42:41Z summary: Add debug offsets for free threaded builds (#123041) files: M In

[Python-checkins] GH-121634: have `wasi.py` accept the host target triple as an argument (GH-123030)

2024-08-15 Thread brettcannon
https://github.com/python/cpython/commit/b15b81ed4f58196b35e3dd13b484f4c7a73e5bb8 commit: b15b81ed4f58196b35e3dd13b484f4c7a73e5bb8 branch: main author: Brett Cannon committer: brettcannon date: 2024-08-15T10:30:08-07:00 summary: GH-121634: have `wasi.py` accept the host target triple as an argum

[Python-checkins] gh-117139: Garbage collector support for deferred refcounting (#122956)

2024-08-15 Thread colesbury
https://github.com/python/cpython/commit/e001027188001f4bdf6ea16f70726ca0fabe85c4 commit: e001027188001f4bdf6ea16f70726ca0fabe85c4 branch: main author: Sam Gross committer: colesbury date: 2024-08-15T16:09:11Z summary: gh-117139: Garbage collector support for deferred refcounting (#122956) The

[Python-checkins] [3.12] gh-112182: Replace StopIteration with RuntimeError for future (GH-113220) (GH-123033)

2024-08-15 Thread serhiy-storchaka
https://github.com/python/cpython/commit/41090b7ba06f4b68249b825caf4d06560ed16d9c commit: 41090b7ba06f4b68249b825caf4d06560ed16d9c branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: serhiy-storchaka date: 2024-08-15T15:34:53Z summary: [3.12] gh

[Python-checkins] gh-122584: Import mimalloc headers in a C++ context (#122587)

2024-08-15 Thread mdboom
https://github.com/python/cpython/commit/1dad23edbc9db3a13268c1000c8dd428edba29f8 commit: 1dad23edbc9db3a13268c1000c8dd428edba29f8 branch: main author: Michael Droettboom committer: mdboom date: 2024-08-15T09:01:01-04:00 summary: gh-122584: Import mimalloc headers in a C++ context (#122587) fil

[Python-checkins] gh-113190: Reenable non-debug interned string cleanup (GH-113601)

2024-08-15 Thread encukou
https://github.com/python/cpython/commit/3203a7412977b8da3aba2770308136a37f48c927 commit: 3203a7412977b8da3aba2770308136a37f48c927 branch: main author: Eddie Elizondo committer: encukou date: 2024-08-15T11:55:09Z summary: gh-113190: Reenable non-debug interned string cleanup (GH-113601) files:

[Python-checkins] gh-121404: split compiler's push/pop_inlined_comprehension_state into codegen and compiler parts (#123021)

2024-08-15 Thread iritkatriel
https://github.com/python/cpython/commit/b6cb435ac06fe2bef0549bd1e46e15518a23089f commit: b6cb435ac06fe2bef0549bd1e46e15518a23089f branch: main author: Irit Katriel <[email protected]> committer: iritkatriel <[email protected]> date: 2024-08-15T

[Python-checkins] gh-99108: Inform HACL when explicit_bzero is unavailable (GH-123027)

2024-08-15 Thread encukou
https://github.com/python/cpython/commit/3950392f48e5c8f476f1cc2e9b2de9b2c8567f6b commit: 3950392f48e5c8f476f1cc2e9b2de9b2c8567f6b branch: main author: Malcolm Smith committer: encukou date: 2024-08-15T11:43:34+02:00 summary: gh-99108: Inform HACL when explicit_bzero is unavailable (GH-123027)

[Python-checkins] [3.13] GH-109975: Copyedit 3.13 What's New: New Features (GH-122990) (#123032)

2024-08-15 Thread AA-Turner
https://github.com/python/cpython/commit/009f9efe6585f8b65d14e169acdb79f9cf9a3f8b commit: 009f9efe6585f8b65d14e169acdb79f9cf9a3f8b branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: AA-Turner <[email protected]> date: 202

[Python-checkins] GH-109975: Copyedit 3.13 What's New: New Features (#122990)

2024-08-15 Thread AA-Turner
https://github.com/python/cpython/commit/b106cf8d978b32b04a4394973b850ef2a62cbcc4 commit: b106cf8d978b32b04a4394973b850ef2a62cbcc4 branch: main author: Adam Turner <[email protected]> committer: AA-Turner <[email protected]> date: 2024-08-15T10:08:1