[Python-checkins] gh-122191: Fix test_warnings failure if run with -Werror (GH-122222)

2024-07-24 Thread serhiy-storchaka
https://github.com/python/cpython/commit/9b4fe9b718f27352ba0c1cf1184f5b90d77d7df4 commit: 9b4fe9b718f27352ba0c1cf1184f5b90d77d7df4 branch: main author: Serhiy Storchaka committer: serhiy-storchaka date: 2024-07-25T09:57:22+03:00 summary: gh-122191: Fix test_warnings failure if run with -Werror (

[Python-checkins] [3.12] gh-117482: Simplify the Fix For Builtin Types Slot Wrappers (gh-122241)

2024-07-24 Thread ericsnowcurrently
https://github.com/python/cpython/commit/dd4c8aca61a90fe5d040f2a9b34b5a3f7f46ac64 commit: dd4c8aca61a90fe5d040f2a9b34b5a3f7f46ac64 branch: 3.12 author: Eric Snow committer: ericsnowcurrently date: 2024-07-24T19:07:32Z summary: [3.12] gh-117482: Simplify the Fix For Builtin Types Slot Wrappers (g

[Python-checkins] [3.13] gh-117482: Simplify the Fix For Builtin Types Slot Wrappers (gh-121932)

2024-07-24 Thread ericsnowcurrently
https://github.com/python/cpython/commit/716c6771fcfd3be90bba9f888a579b36c02cdb13 commit: 716c6771fcfd3be90bba9f888a579b36c02cdb13 branch: 3.13 author: Eric Snow committer: ericsnowcurrently date: 2024-07-24T12:02:36-06:00 summary: [3.13] gh-117482: Simplify the Fix For Builtin Types Slot Wrappe

[Python-checkins] gh-122208: Don't delivery PyDict_EVENT_ADDED until it can't fail (#122207)

2024-07-24 Thread DinoV
https://github.com/python/cpython/commit/5592399313c963c110280a7c98de974889e1d353 commit: 5592399313c963c110280a7c98de974889e1d353 branch: main author: Dino Viehland committer: DinoV date: 2024-07-24T10:58:28-07:00 summary: gh-122208: Don't delivery PyDict_EVENT_ADDED until it can't fail (#12220

[Python-checkins] [3.12] gh-122085: Use include files for `whatsnew/3.12.rst` deprecations (GH-122093) (#122224)

2024-07-24 Thread hugovk
https://github.com/python/cpython/commit/1a104e51129b6ec5a433241f3acf329cf692be94 commit: 1a104e51129b6ec5a433241f3acf329cf692be94 branch: 3.12 author: Hugo van Kemenade <[email protected]> committer: hugovk <[email protected]> date: 2024-07-24T10:41:57-0

[Python-checkins] gh-121404: extract compiler_lookup_arg out of compiler_make_closure (#122181)

2024-07-24 Thread iritkatriel
https://github.com/python/cpython/commit/9ac606080a0074cdf7589d9b7c9413a73e0ddf37 commit: 9ac606080a0074cdf7589d9b7c9413a73e0ddf37 branch: main author: Irit Katriel <[email protected]> committer: iritkatriel <[email protected]> date: 2024-07-24T

[Python-checkins] GH-118093: Remove invalidated executors from side exits (GH-121885)

2024-07-24 Thread brandtbucher
https://github.com/python/cpython/commit/794546fd53dffa1903a2d0fbe8d745889978f5dc commit: 794546fd53dffa1903a2d0fbe8d745889978f5dc branch: main author: Brandt Bucher committer: brandtbucher date: 2024-07-24T09:16:30-07:00 summary: GH-118093: Remove invalidated executors from side exits (GH-12188

[Python-checkins] [3.12] Integrate `build_msi` into main CI workflow (GH-121778) (#122231)

2024-07-24 Thread hugovk
https://github.com/python/cpython/commit/f8ddebbd440e6052f67420e80b3279de2baaabb0 commit: f8ddebbd440e6052f67420e80b3279de2baaabb0 branch: 3.12 author: Sviatoslav Sydorenko (Святослав Сидоренко) committer: hugovk <[email protected]> date: 2024-07-24T16:46:52+03:00 summary:

[Python-checkins] gh-122229: Add missing `Py_DECREF` in `func_get_annotation_dict` (#122230)

2024-07-24 Thread JelleZijlstra
https://github.com/python/cpython/commit/e9681211b9ad11d1c1f471c43bc57cac46814779 commit: e9681211b9ad11d1c1f471c43bc57cac46814779 branch: main author: sobolevn committer: JelleZijlstra date: 2024-07-24T05:47:52-07:00 summary: gh-19: Add missing `Py_DECREF` in `func_get_annotation_dict` (#12

[Python-checkins] [3.13] Integrate `build_msi` into main CI workflow (GH-121778) (#122226)

2024-07-24 Thread hugovk
https://github.com/python/cpython/commit/0952ea94d96bf385b775951da5a49f7e4ace836e commit: 0952ea94d96bf385b775951da5a49f7e4ace836e branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: hugovk <[email protected]> date: 2024-07-2

[Python-checkins] [3.13] gh-122085: Use include files for `whatsnew/3.12.rst` deprecations, including 3.16 (GH-122093) (#122225)

2024-07-24 Thread hugovk
https://github.com/python/cpython/commit/a68237c3040fb9a1ec0e1bceda217f7e305f2577 commit: a68237c3040fb9a1ec0e1bceda217f7e305f2577 branch: 3.13 author: Hugo van Kemenade <[email protected]> committer: hugovk <[email protected]> date: 2024-07-24T04:15:56-0

[Python-checkins] Integrate `build_msi` into main CI workflow (#121778)

2024-07-24 Thread hugovk
https://github.com/python/cpython/commit/af4329e7b1a25d58bb92f79480f5059c3683517b commit: af4329e7b1a25d58bb92f79480f5059c3683517b branch: main author: Sviatoslav Sydorenko (Святослав Сидоренко) committer: hugovk <[email protected]> date: 2024-07-24T03:46:39-06:00 summary:

[Python-checkins] GH-121832: Assert that the version number of static builtin types is not changed by PyType_Modified. (GH-122182)

2024-07-24 Thread markshannon
https://github.com/python/cpython/commit/e55b05f29ee62cd92b6b9990fd699b78f19432ba commit: e55b05f29ee62cd92b6b9990fd699b78f19432ba branch: main author: Mark Shannon committer: markshannon date: 2024-07-24T10:22:51+01:00 summary: GH-121832: Assert that the version number of static builtin types i

[Python-checkins] [3.13] gh-122085: Use include files for `whatsnew/3.12.rst` deprecations (GH-122093) (#122223)

2024-07-24 Thread hugovk
https://github.com/python/cpython/commit/bde9df829c9eb7c2e77484dc9c9aecfa827b7573 commit: bde9df829c9eb7c2e77484dc9c9aecfa827b7573 branch: 3.13 author: Hugo van Kemenade <[email protected]> committer: hugovk <[email protected]> date: 2024-07-24T09:09:48Z

[Python-checkins] gh-122085: Use include files for `whatsnew/3.12.rst` deprecations (#122093)

2024-07-24 Thread hugovk
https://github.com/python/cpython/commit/b3b7b7d46a4549f818aa8f99ff577678b2fdd967 commit: b3b7b7d46a4549f818aa8f99ff577678b2fdd967 branch: main author: Hugo van Kemenade <[email protected]> committer: hugovk <[email protected]> date: 2024-07-24T02:29:35-0