[Python-checkins] [3.13] Fix syntax in generate_re_casefix.py (GH-122699) (#122721)

2024-08-05 Thread JelleZijlstra
https://github.com/python/cpython/commit/35bf9c62b161bfee22039946904f5761532b6d42 commit: 35bf9c62b161bfee22039946904f5761532b6d42 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: JelleZijlstra date: 2024-08-06T06:46:14Z summary: [3.13] Fix s

[Python-checkins] [3.12] Fix syntax in generate_re_casefix.py (GH-122699) (#122722)

2024-08-05 Thread JelleZijlstra
https://github.com/python/cpython/commit/be88b3b996dd74a9c3e5caada59064ee1681a2b9 commit: be88b3b996dd74a9c3e5caada59064ee1681a2b9 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: JelleZijlstra date: 2024-08-06T06:42:27Z summary: [3.12] Fix s

[Python-checkins] Fix syntax in generate_re_casefix.py (#122699)

2024-08-05 Thread JelleZijlstra
https://github.com/python/cpython/commit/b72c748d7fb4ecc0bc4626c7bc05fbc6c83f0ba8 commit: b72c748d7fb4ecc0bc4626c7bc05fbc6c83f0ba8 branch: main author: Jelle Zijlstra committer: JelleZijlstra date: 2024-08-05T23:16:29-07:00 summary: Fix syntax in generate_re_casefix.py (#122699) This was broken

[Python-checkins] gh-122595: Add more error checks in the compiler (GH-122596)

2024-08-05 Thread serhiy-storchaka
https://github.com/python/cpython/commit/e74680b7186e6823ea37cf7ab326d3d6bfa6f59a commit: e74680b7186e6823ea37cf7ab326d3d6bfa6f59a branch: main author: Serhiy Storchaka committer: serhiy-storchaka date: 2024-08-06T08:59:44+03:00 summary: gh-122595: Add more error checks in the compiler (GH-12259

[Python-checkins] gh-122704: Fix reference leak in Modules/_pickle.c (GH-122705)

2024-08-05 Thread serhiy-storchaka
https://github.com/python/cpython/commit/94a4bd79a7ab7b0ff5f216782d6fdaff6ed348fc commit: 94a4bd79a7ab7b0ff5f216782d6fdaff6ed348fc branch: main author: Kirill Podoprigora committer: serhiy-storchaka date: 2024-08-06T08:57:36+03:00 summary: gh-122704: Fix reference leak in Modules/_pickle.c (GH-1

[Python-checkins] gh-116622: Android logging fixes (#122698)

2024-08-05 Thread freakboy3742
https://github.com/python/cpython/commit/b0c48b8fd88f26b31ec2f743358091073277dcde commit: b0c48b8fd88f26b31ec2f743358091073277dcde branch: main author: Malcolm Smith committer: freakboy3742 date: 2024-08-06T12:28:58+08:00 summary: gh-116622: Android logging fixes (#122698) Modifies the handling

[Python-checkins] gh-122686: Pin attrs package (for Hypothesis workflow) (#122687)

2024-08-05 Thread hugovk
https://github.com/python/cpython/commit/35ae4aab1aae93c1c11c45ac431787ff79ce7907 commit: 35ae4aab1aae93c1c11c45ac431787ff79ce7907 branch: main author: Sergey B Kirpichev committer: hugovk <[email protected]> date: 2024-08-06T06:56:50+03:00 summary: gh-122686: Pin attrs pack

[Python-checkins] GH-118943: Handle races when moving jit_stencils.h (GH-120690)

2024-08-05 Thread brandtbucher
https://github.com/python/cpython/commit/44659d392751f0161a0f958fec39ad013da45427 commit: 44659d392751f0161a0f958fec39ad013da45427 branch: main author: Miro HronĨok committer: brandtbucher date: 2024-08-05T16:10:40-07:00 summary: GH-118943: Handle races when moving jit_stencils.h (GH-120690) Co

[Python-checkins] [3.12] gh-122613: Document PyLong_GetInfo() (part of Limited API) (GH-122280) (#122644)

2024-08-05 Thread vstinner
https://github.com/python/cpython/commit/2ff41583fdf6118fe762c4d46a37b776c135c3a9 commit: 2ff41583fdf6118fe762c4d46a37b776c135c3a9 branch: 3.12 author: Sergey B Kirpichev committer: vstinner date: 2024-08-05T20:11:42+02:00 summary: [3.12] gh-122613: Document PyLong_GetInfo() (part of Limited API

[Python-checkins] [3.13] gh-122613: Document PyLong_GetInfo() (part of Limited API) (GH-122280) (#122645)

2024-08-05 Thread vstinner
https://github.com/python/cpython/commit/fe65a8b0d7a826158c6589ceb8cb83e91ed18977 commit: fe65a8b0d7a826158c6589ceb8cb83e91ed18977 branch: 3.13 author: Sergey B Kirpichev committer: vstinner date: 2024-08-05T20:11:34+02:00 summary: [3.13] gh-122613: Document PyLong_GetInfo() (part of Limited API

[Python-checkins] GH-122616: Simplify LOAD_ATTR_WITH_HINT and STORE_ATTR_WITH_HINT (GH-122620)

2024-08-05 Thread markshannon
https://github.com/python/cpython/commit/5bd72912a1a85be96092de302608a4298741c6cd commit: 5bd72912a1a85be96092de302608a4298741c6cd branch: main author: Mark Shannon committer: markshannon date: 2024-08-05T16:27:48+01:00 summary: GH-122616: Simplify LOAD_ATTR_WITH_HINT and STORE_ATTR_WITH_HINT (G

[Python-checkins] gh-122459: Optimize pickling by name objects without __module__ (GH-122460)

2024-08-05 Thread serhiy-storchaka
https://github.com/python/cpython/commit/1bb955a2fe0237721c141fdfe520fd3ba46db11e commit: 1bb955a2fe0237721c141fdfe520fd3ba46db11e branch: main author: Serhiy Storchaka committer: serhiy-storchaka date: 2024-08-05T16:21:32+03:00 summary: gh-122459: Optimize pickling by name objects without __mod

[Python-checkins] [3.13] gh-121367: [doc] BUILD_TUPLE arg can be 0 (GH-122663) (#122683)

2024-08-05 Thread iritkatriel
https://github.com/python/cpython/commit/725a9cd10b568ae95381b11c7a432cf07d8700ad commit: 725a9cd10b568ae95381b11c7a432cf07d8700ad branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: iritkatriel <[email protected]> date:

[Python-checkins] [3.12] gh-121367: [doc] BUILD_TUPLE arg can be 0 (GH-122663) (#122684)

2024-08-05 Thread iritkatriel
https://github.com/python/cpython/commit/8f19be47b6a50059924e1d7b64277ad3cef4dac7 commit: 8f19be47b6a50059924e1d7b64277ad3cef4dac7 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: iritkatriel <[email protected]> date:

[Python-checkins] gh-121367: [doc] BUILD_TUPLE arg can be 0 (#122663)

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

[Python-checkins] build(deps-dev): bump mypy from 1.10.1 to 1.11.1 in /Tools (#122550)

2024-08-05 Thread AlexWaygood
https://github.com/python/cpython/commit/5207adf228547273b0e8d0253c23c69b95d7fe11 commit: 5207adf228547273b0e8d0253c23c69b95d7fe11 branch: main author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> committer: AlexWaygood date: 2024-08-05T09:03:14Z summary: build(deps-dev): b