[Python-checkins] [3.13] GH-121521: Detect when wasmtime is not installed in `Tools/wasm/wasi.py` (GH-121522) (GH-121558)

2024-07-09 Thread brettcannon
https://github.com/python/cpython/commit/3824dc9fa31201581595451f416c268a035f5fad commit: 3824dc9fa31201581595451f416c268a035f5fad branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: brettcannon date: 2024-07-09T22:31:39Z summary: [3.13] GH-1215

[Python-checkins] [3.13] GH-120372: Switch to wasmtime 22 (GH-121523) (GH-121557)

2024-07-09 Thread brettcannon
https://github.com/python/cpython/commit/20a634132447972c6b05c6ea42815b01cbd25aea commit: 20a634132447972c6b05c6ea42815b01cbd25aea branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: brettcannon date: 2024-07-09T22:27:29Z summary: [3.13] GH-1203

[Python-checkins] GH-121521: Detect when wasmtime is not installed in `Tools/wasm/wasi.py` (GH-121522)

2024-07-09 Thread brettcannon
https://github.com/python/cpython/commit/f62161837e68c1c77961435f1b954412dd5c2b65 commit: f62161837e68c1c77961435f1b954412dd5c2b65 branch: main author: Brett Cannon committer: brettcannon date: 2024-07-09T15:08:01-07:00 summary: GH-121521: Detect when wasmtime is not installed in `Tools/wasm/was

[Python-checkins] GH-120372: Switch to wasmtime 22 (GH-121523)

2024-07-09 Thread brettcannon
https://github.com/python/cpython/commit/80209468144fbd1af5cd31f152a6631627a9acab commit: 80209468144fbd1af5cd31f152a6631627a9acab branch: main author: Brett Cannon committer: brettcannon date: 2024-07-09T15:02:25-07:00 summary: GH-120372: Switch to wasmtime 22 (GH-121523) Along the way, make t

[Python-checkins] [3.13] gh-117657: Skip test when running under TSan (GH-121549) (GH-121553)

2024-07-09 Thread gpshead
https://github.com/python/cpython/commit/eae8fa1178b0c1e7d5718c416577ceeb4b05be76 commit: eae8fa1178b0c1e7d5718c416577ceeb4b05be76 branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: gpshead date: 2024-07-09T21:37:30Z summary: [3.13] gh-117657:

[Python-checkins] gh-117657: Skip test when running under TSan (GH-121549)

2024-07-09 Thread gpshead
https://github.com/python/cpython/commit/04397434aad9b31328785e17ac7b3a2d5097269b commit: 04397434aad9b31328785e17ac7b3a2d5097269b branch: main author: Sam Gross committer: gpshead date: 2024-07-09T14:12:45-07:00 summary: gh-117657: Skip test when running under TSan (GH-121549) The ProcessPoolF

[Python-checkins] [3.13] gh-112075: Fix dict thread safety issues (GH-119288) (#121545)

2024-07-09 Thread colesbury
https://github.com/python/cpython/commit/2f1538316138425b453d698adac031d4093fa885 commit: 2f1538316138425b453d698adac031d4093fa885 branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: colesbury date: 2024-07-09T18:13:23Z summary: [3.13] gh-112075

[Python-checkins] [3.13] gh-117657: Fix TSAN races in setobject.c (GH-121511) (#121541)

2024-07-09 Thread colesbury
https://github.com/python/cpython/commit/f0d16f7e82ee19433f0336c0c06053c4f63dec05 commit: f0d16f7e82ee19433f0336c0c06053c4f63dec05 branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: colesbury date: 2024-07-09T16:36:36Z summary: [3.13] gh-117657

[Python-checkins] gh-117657: Fix TSAN races in setobject.c (#121511)

2024-07-09 Thread colesbury
https://github.com/python/cpython/commit/9c08f40a613d9aee78de4ce4ec3e125d1496d148 commit: 9c08f40a613d9aee78de4ce4ec3e125d1496d148 branch: main author: Sam Gross committer: colesbury date: 2024-07-09T12:11:43-04:00 summary: gh-117657: Fix TSAN races in setobject.c (#121511) The `used` field mus

[Python-checkins] [3.13] gh-121533: Improve `PyCell_[Get,Set]` docs: mention the exceptions (GH-121534) (#121539)

2024-07-09 Thread sobolevn
https://github.com/python/cpython/commit/8d473d8e57ee99381e4467c3660f282eb220efdb commit: 8d473d8e57ee99381e4467c3660f282eb220efdb branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: sobolevn date: 2024-07-09T16:06:46Z summary: [3.13] gh-121533:

[Python-checkins] [3.12] gh-121533: Improve `PyCell_[Get,Set]` docs: mention the exceptions (GH-121534) (#121540)

2024-07-09 Thread sobolevn
https://github.com/python/cpython/commit/e1a223431f49926bfaf5dbc58aab2becf3253972 commit: e1a223431f49926bfaf5dbc58aab2becf3253972 branch: 3.12 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: sobolevn date: 2024-07-09T19:03:12+03:00 summary: [3.12] gh-12

[Python-checkins] gh-121533: Improve `PyCell_[Get,Set]` docs: mention the exceptions (#121534)

2024-07-09 Thread sobolevn
https://github.com/python/cpython/commit/649d5b6d7b04607dd17810ac73e8f16720c6dc78 commit: 649d5b6d7b04607dd17810ac73e8f16720c6dc78 branch: main author: sobolevn committer: sobolevn date: 2024-07-09T18:47:35+03:00 summary: gh-121533: Improve `PyCell_[Get,Set]` docs: mention the exceptions (#12153

[Python-checkins] [3.13] Docs: fix typo and duplicate word in configure.rst (GH-121410) (#121532)

2024-07-09 Thread erlend-aasland
https://github.com/python/cpython/commit/3efe02e2c73cd81cf47d16d26298440ea4801699 commit: 3efe02e2c73cd81cf47d16d26298440ea4801699 branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: erlend-aasland date: 2024-07-09T12:40:59Z summary: [3.13] Docs

[Python-checkins] Docs: fix typo and duplicate word in configure.rst (#121410)

2024-07-09 Thread erlend-aasland
https://github.com/python/cpython/commit/9ba2a4638d7b620c939face7642b2f53a9fadc4b commit: 9ba2a4638d7b620c939face7642b2f53a9fadc4b branch: main author: Rafael Fontenelle committer: erlend-aasland date: 2024-07-09T14:24:37+02:00 summary: Docs: fix typo and duplicate word in configure.rst (#121410

[Python-checkins] GH-118926: Better distinguish between pointer and arrays in interpreter generator (GH-121496)

2024-07-09 Thread markshannon
https://github.com/python/cpython/commit/bf8686e1ea389427157c754c5e522ee040f166ad commit: bf8686e1ea389427157c754c5e522ee040f166ad branch: main author: Mark Shannon committer: markshannon date: 2024-07-09T11:33:56+01:00 summary: GH-118926: Better distinguish between pointer and arrays in interpr

[Python-checkins] [3.13] gh-121333: Clarify what is the default executor for asyncio.run_in_executor (GH-121335) (#121526)

2024-07-09 Thread kumaraditya303
https://github.com/python/cpython/commit/39f4add7a35cb3367f7d8d3d708c2aefcf0bebed commit: 39f4add7a35cb3367f7d8d3d708c2aefcf0bebed branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: kumaraditya303 date: 2024-07-09T15:12:45+05:30 summary: [3.13]

[Python-checkins] [3.12] gh-121333: Clarify what is the default executor for asyncio.run_in_executor (GH-121335) (#121525)

2024-07-09 Thread kumaraditya303
https://github.com/python/cpython/commit/f24f31656c320e6cefa093a2230620f6061dd806 commit: f24f31656c320e6cefa093a2230620f6061dd806 branch: 3.12 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: kumaraditya303 date: 2024-07-09T15:06:40+05:30 summary: [3.12]

[Python-checkins] gh-121333: Clarify what is the default executor for asyncio.run_in_executor (#121335)

2024-07-09 Thread kumaraditya303
https://github.com/python/cpython/commit/facf9862da0cf9331550747197800d682cd371fb commit: facf9862da0cf9331550747197800d682cd371fb branch: main author: AN Long committer: kumaraditya303 date: 2024-07-09T14:52:07+05:30 summary: gh-121333: Clarify what is the default executor for asyncio.run_in_ex