[Python-checkins] gh-131649: fix test_string_literals SyntaxWarning (#131650)

2025-03-26 Thread vstinner
https://github.com/python/cpython/commit/2d83891dfd51f595de68b0336b3bfc876f7b2507 commit: 2d83891dfd51f595de68b0336b3bfc876f7b2507 branch: main author: Thomas Grainger committer: vstinner date: 2025-03-26T15:01:18+01:00 summary: gh-131649: fix test_string_literals SyntaxWarning (#131650) files:

[Python-checkins] gh-123358: Use `_PyStackRef` in `LOAD_DEREF` (gh-130064)

2025-03-26 Thread colesbury
https://github.com/python/cpython/commit/3d4ac1a2c2b610f35a9e164878d67185e4a3546f commit: 3d4ac1a2c2b610f35a9e164878d67185e4a3546f branch: main author: Sam Gross committer: colesbury date: 2025-03-26T12:08:20-04:00 summary: gh-123358: Use `_PyStackRef` in `LOAD_DEREF` (gh-130064) Concurrent acc

[Python-checkins] gh-131741: Add documentation for Windows version detection change in `platform` (#131742)

2025-03-26 Thread AA-Turner
https://github.com/python/cpython/commit/b9ca438daab6a4e2513ab38171e94c75da03d6e3 commit: b9ca438daab6a4e2513ab38171e94c75da03d6e3 branch: main author: Idan Noiman committer: AA-Turner <9087854+aa-tur...@users.noreply.github.com> date: 2025-03-26T14:50:37Z summary: gh-131741: Add documentation fo

[Python-checkins] [3.12] gh-131649: fix test_string_literals SyntaxWarning (GH-131650) (GH-131766) (#131772)

2025-03-26 Thread vstinner
https://github.com/python/cpython/commit/1826347d9d0553a4aab67195c001ef944977cddb commit: 1826347d9d0553a4aab67195c001ef944977cddb branch: 3.12 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: vstinner date: 2025-03-26T16:47:55Z summary: [3.12] gh-131649:

[Python-checkins] [3.12] gh-131741: Add documentation for Windows version detection change in `platform` (GH-131742) (#131768)

2025-03-26 Thread AA-Turner
https://github.com/python/cpython/commit/b7c53716217c738a6fdffd9cefd2df96b91d4b09 commit: b7c53716217c738a6fdffd9cefd2df96b91d4b09 branch: 3.12 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: AA-Turner <9087854+aa-tur...@users.noreply.github.com> date: 202

[Python-checkins] GH-131729: Code-gen better liveness analysis (GH-131732)

2025-03-26 Thread markshannon
https://github.com/python/cpython/commit/1b8bb1ed0c4243796af531a35de982bc4f028215 commit: 1b8bb1ed0c4243796af531a35de982bc4f028215 branch: main author: Mark Shannon committer: markshannon date: 2025-03-26T15:21:35Z summary: GH-131729: Code-gen better liveness analysis (GH-131732) * Rename 'defi

[Python-checkins] [3.13] gh-131740: Update PyUnstable_GC_VisitObjects to traverse perm … (gh-131754)

2025-03-26 Thread corona10
https://github.com/python/cpython/commit/9d3f5384716ab068414cfbfe230a3b94e119a921 commit: 9d3f5384716ab068414cfbfe230a3b94e119a921 branch: 3.13 author: Donghee Na committer: corona10 date: 2025-03-27T02:43:16+09:00 summary: [3.13] gh-131740: Update PyUnstable_GC_VisitObjects to traverse perm …

[Python-checkins] gh-131586: Avoid refcount contention in some "special" calls (#131588)

2025-03-26 Thread colesbury
https://github.com/python/cpython/commit/67fbfb42bd5dfe861d0c58d9e6c48d8eef033d24 commit: 67fbfb42bd5dfe861d0c58d9e6c48d8eef033d24 branch: main author: Sam Gross committer: colesbury date: 2025-03-26T14:38:47-04:00 summary: gh-131586: Avoid refcount contention in some "special" calls (#131588)

[Python-checkins] [3.13] gh-131741: Add documentation for Windows version detection change in `platform` (GH-131742) (#131767)

2025-03-26 Thread AA-Turner
https://github.com/python/cpython/commit/28d02860c0c40b921b53bf6871e2bb0e463c5f70 commit: 28d02860c0c40b921b53bf6871e2bb0e463c5f70 branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: AA-Turner <9087854+aa-tur...@users.noreply.github.com> date: 202

[Python-checkins] GH-119866: Don't clear frame->stackpointer on release builds (GH-131750)

2025-03-26 Thread brandtbucher
https://github.com/python/cpython/commit/4b3d5b604210f68005ef64d5346ca169385f5acf commit: 4b3d5b604210f68005ef64d5346ca169385f5acf branch: main author: Brandt Bucher committer: brandtbucher date: 2025-03-26T19:00:16Z summary: GH-119866: Don't clear frame->stackpointer on release builds (GH-13175

[Python-checkins] gh-131763: Replace the redundant check with assert in remove_tools (#131765)

2025-03-26 Thread gaogaotiantian
https://github.com/python/cpython/commit/151d1bfd1bb7ca9a36bb0f2bd6df53d64a1ba2f2 commit: 151d1bfd1bb7ca9a36bb0f2bd6df53d64a1ba2f2 branch: main author: Sergey Muraviov committer: gaogaotiantian date: 2025-03-26T18:36:04-04:00 summary: gh-131763: Replace the redundant check with assert in remove_

[Python-checkins] [3.13] gh-131762: Fixed dereferencing the pointer 'parser_token->metadata' with a NULL value (GH-131764) (#131774)

2025-03-26 Thread pablogsal
https://github.com/python/cpython/commit/b0f387605457c364e29872485a2c9ee74323f3ef commit: b0f387605457c364e29872485a2c9ee74323f3ef branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: pablogsal date: 2025-03-26T19:07:51Z summary: [3.13] gh-131762

[Python-checkins] gh-131236: allow to generate multiple UUIDs at once via CLI (#131218)

2025-03-26 Thread hugovk
https://github.com/python/cpython/commit/52b5eb95b770fa00ebbd449ba40cab4a0e7c7df7 commit: 52b5eb95b770fa00ebbd449ba40cab4a0e7c7df7 branch: main author: Simon Legner committer: hugovk <1324225+hug...@users.noreply.github.com> date: 2025-03-26T22:49:28+02:00 summary: gh-131236: allow to generate mu

[Python-checkins] gh-131762: Fixed dereferencing the pointer 'parser_token->metadata' with a NULL value (#131764)

2025-03-26 Thread pablogsal
https://github.com/python/cpython/commit/2c686a9ac243800b630d4a09622c8eb789f5b354 commit: 2c686a9ac243800b630d4a09622c8eb789f5b354 branch: main author: rialbat <47256826+rial...@users.noreply.github.com> committer: pablogsal date: 2025-03-26T18:44:56Z summary: gh-131762: Fixed dereferencing the p

[Python-checkins] gh-117657: Fix data race in `compare_unicode_unicode_threadsafe` (gh-131746)

2025-03-26 Thread colesbury
https://github.com/python/cpython/commit/5abff6960b4aecb0d5c81c7482cf3faa74e1983d commit: 5abff6960b4aecb0d5c81c7482cf3faa74e1983d branch: main author: Sam Gross committer: colesbury date: 2025-03-26T09:01:57-04:00 summary: gh-117657: Fix data race in `compare_unicode_unicode_threadsafe` (gh-131

[Python-checkins] document that `sys._is_gil_enabled` is CPython-specific (#131748)

2025-03-26 Thread kumaraditya303
https://github.com/python/cpython/commit/ac12de2e6a6f5c1da83de0412bb7d03c28fdab63 commit: ac12de2e6a6f5c1da83de0412bb7d03c28fdab63 branch: main author: Ralf Gommers committer: kumaraditya303 date: 2025-03-26T17:32:52+05:30 summary: document that `sys._is_gil_enabled` is CPython-specific (#131748

[Python-checkins] [3.13] document that `sys._is_gil_enabled` is CPython-specific (GH-131748) (#131760)

2025-03-26 Thread kumaraditya303
https://github.com/python/cpython/commit/b4fa4c2c3ca4181acd9467fe82118e129f4fd843 commit: b4fa4c2c3ca4181acd9467fe82118e129f4fd843 branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: kumaraditya303 date: 2025-03-26T17:44:47+05:30 summary: [3.13]

[Python-checkins] gh-90548: Make musl test skips smarter (fixes Alpine errors) (#131313)

2025-03-26 Thread bitdancer
https://github.com/python/cpython/commit/6146295a5b8e9286ccb8f90818b764c9a0192090 commit: 6146295a5b8e9286ccb8f90818b764c9a0192090 branch: main author: R. David Murray committer: bitdancer date: 2025-03-19T13:05:09-04:00 summary: gh-90548: Make musl test skips smarter (fixes Alpine errors) (#131

[Python-checkins] [3.12] gh-131762: Fixed dereferencing the pointer 'parser_token->metadata' with a NULL value (GH-131764) (#131775)

2025-03-26 Thread pablogsal
https://github.com/python/cpython/commit/66042e180b1de4d4797d3ba16cf9b2fc53de18d1 commit: 66042e180b1de4d4797d3ba16cf9b2fc53de18d1 branch: 3.12 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: pablogsal date: 2025-03-26T19:01:36Z summary: [3.12] gh-131762