[Python-checkins] Use ubuntu-22.04-arm image for Arm runners. (#129834)

2025-02-07 Thread hugovk
https://github.com/python/cpython/commit/80b9e79d84e835ecdb5a15c9ba73e44803ca9d32 commit: 80b9e79d84e835ecdb5a15c9ba73e44803ca9d32 branch: main author: Diego Russo committer: hugovk <[email protected]> date: 2025-02-08T08:56:19+02:00 summary: Use ubuntu-22.04-arm image for A

[Python-checkins] GH-129835: Yield path with trailing slash from `ReadablePath.glob('')` (#129836)

2025-02-07 Thread barneygale
https://github.com/python/cpython/commit/707d066193c26ab66c8e5e45e72c3a37f48daf45 commit: 707d066193c26ab66c8e5e45e72c3a37f48daf45 branch: main author: Barney Gale committer: barneygale date: 2025-02-08T06:47:09Z summary: GH-129835: Yield path with trailing slash from `ReadablePath.glob('')` (#1

[Python-checkins] gh-128657: fix _hashopenssl ref/data race (GH-128886)

2025-02-07 Thread gpshead
https://github.com/python/cpython/commit/6c67904e793828d84716a8c83436c9495235f3a1 commit: 6c67904e793828d84716a8c83436c9495235f3a1 branch: main author: Tomasz Pytel committer: gpshead date: 2025-02-07T18:47:45-08:00 summary: gh-128657: fix _hashopenssl ref/data race (GH-128886) files: A Misc/NE

[Python-checkins] gh-124703: Add documentation and whatsnew entry for pdb exit change (#129818)

2025-02-07 Thread gaogaotiantian
https://github.com/python/cpython/commit/d3b60fff584d65dd5487bac056e4c0ad7ebc43b4 commit: d3b60fff584d65dd5487bac056e4c0ad7ebc43b4 branch: main author: Tian Gao committer: gaogaotiantian date: 2025-02-07T21:02:46-05:00 summary: gh-124703: Add documentation and whatsnew entry for pdb exit change

[Python-checkins] GH-125413: Add `pathlib.Path.info` attribute (#127730)

2025-02-07 Thread barneygale
https://github.com/python/cpython/commit/718ab662991214039626db432d60310e0e19a0ac commit: 718ab662991214039626db432d60310e0e19a0ac branch: main author: Barney Gale committer: barneygale date: 2025-02-08T01:16:45Z summary: GH-125413: Add `pathlib.Path.info` attribute (#127730) Add `pathlib.Path.

[Python-checkins] gh-129825: Skip test_faulthandler.test_register_chain under TSAN (gh-129827)

2025-02-07 Thread colesbury
https://github.com/python/cpython/commit/2248a9c153092b920ff68b0eee009c04dbe19f61 commit: 2248a9c153092b920ff68b0eee009c04dbe19f61 branch: main author: Sam Gross committer: colesbury date: 2025-02-07T17:35:59-05:00 summary: gh-129825: Skip test_faulthandler.test_register_chain under TSAN (gh-129

[Python-checkins] GH-129715: Remove _DYNAMIC_EXIT (GH-129716)

2025-02-07 Thread brandtbucher
https://github.com/python/cpython/commit/5fa7e1b7fd57e8c6297e9eb79d79cede42e5ce0f commit: 5fa7e1b7fd57e8c6297e9eb79d79cede42e5ce0f branch: main author: Brandt Bucher committer: brandtbucher date: 2025-02-07T11:41:17-08:00 summary: GH-129715: Remove _DYNAMIC_EXIT (GH-129716) files: A Misc/NEWS.

[Python-checkins] Fix link in 3.14 whatsnew (#129828)

2025-02-07 Thread Fidget-Spinner
https://github.com/python/cpython/commit/e4a00f70b176c3182aad3904f94c69a7fb733cd9 commit: e4a00f70b176c3182aad3904f94c69a7fb733cd9 branch: main author: Ken Jin committer: Fidget-Spinner date: 2025-02-07T19:30:23Z summary: Fix link in 3.14 whatsnew (#129828) files: M Doc/whatsnew/3.14.rst diff

[Python-checkins] Remove tail-calling wording as it is confusing (GH-129823)

2025-02-07 Thread Fidget-Spinner
https://github.com/python/cpython/commit/7b2e01bb555359913939d7ff168363f1760d3f8e commit: 7b2e01bb555359913939d7ff168363f1760d3f8e branch: main author: Ken Jin committer: Fidget-Spinner date: 2025-02-07T18:49:28Z summary: Remove tail-calling wording as it is confusing (GH-129823) files: M Doc/w

[Python-checkins] improve `test_log_destroyed_pending_task` in asyncio (#129821)

2025-02-07 Thread kumaraditya303
https://github.com/python/cpython/commit/49bd47d5f14993d37b97aa2bbf257f5df16b96a9 commit: 49bd47d5f14993d37b97aa2bbf257f5df16b96a9 branch: main author: Kumar Aditya committer: kumaraditya303 date: 2025-02-07T18:00:59Z summary: improve `test_log_destroyed_pending_task` in asyncio (#129821) files

[Python-checkins] Fix Garrett Gu name misspelling in 3.14 whatsnew (GH-129822)

2025-02-07 Thread Fidget-Spinner
https://github.com/python/cpython/commit/662e88db642899bcbc28ef142361d5f315a46901 commit: 662e88db642899bcbc28ef142361d5f315a46901 branch: main author: Garrett Gu committer: Fidget-Spinner date: 2025-02-07T17:56:46Z summary: Fix Garrett Gu name misspelling in 3.14 whatsnew (GH-129822) Update 3.

[Python-checkins] GH-129709: Clean up tier two (GH-129710)

2025-02-07 Thread brandtbucher
https://github.com/python/cpython/commit/70e387c990c98d0fba9f2518061713809cff2f53 commit: 70e387c990c98d0fba9f2518061713809cff2f53 branch: main author: Brandt Bucher committer: brandtbucher date: 2025-02-07T09:52:49-08:00 summary: GH-129709: Clean up tier two (GH-129710) files: M Include/intern

[Python-checkins] GH-129763: Remove the LLTRACE macro (GH-129764)

2025-02-07 Thread brandtbucher
https://github.com/python/cpython/commit/fbaa6c8ff06cf885d9b8c8ea6cf25bab3781a2bd commit: fbaa6c8ff06cf885d9b8c8ea6cf25bab3781a2bd branch: main author: Brandt Bucher committer: brandtbucher date: 2025-02-07T08:49:51-08:00 summary: GH-129763: Remove the LLTRACE macro (GH-129764) files: A Misc/N

[Python-checkins] fix tests in `test_asyncio.test_tasks` to use correct `all_tasks` (#129815)

2025-02-07 Thread kumaraditya303
https://github.com/python/cpython/commit/f52a3a51eb711e16445307ff1ce28e94ff4b1535 commit: f52a3a51eb711e16445307ff1ce28e94ff4b1535 branch: main author: Kumar Aditya committer: kumaraditya303 date: 2025-02-07T21:46:26+05:30 summary: fix tests in `test_asyncio.test_tasks` to use correct `all_tasks

[Python-checkins] [3.13] gh-117657: Fix data race in `dict_dict_merge` (gh-129755) (gh-129808)

2025-02-07 Thread colesbury
https://github.com/python/cpython/commit/8a7146c5eb340aa5115a5baf61e4f74c589d440f commit: 8a7146c5eb340aa5115a5baf61e4f74c589d440f branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: colesbury date: 2025-02-07T10:18:57-05:00 summary: [3.13] gh-1

[Python-checkins] gh-128563: Clarify clarificatory tail calling wording in What's New (#129812)

2025-02-07 Thread AA-Turner
https://github.com/python/cpython/commit/a93a5a39fb3c4d15082d2464ef10161aa9f2c46e commit: a93a5a39fb3c4d15082d2464ef10161aa9f2c46e branch: main author: Adam Turner <[email protected]> committer: AA-Turner <[email protected]> date: 2025-02-07T15:12:3

[Python-checkins] gh-128563: Clarify tail calling interpreter is not TCO (#129809)

2025-02-07 Thread Yhg1s
https://github.com/python/cpython/commit/476a78fdd62ad72b279ac692831619b22ad56201 commit: 476a78fdd62ad72b279ac692831619b22ad56201 branch: main author: Ken Jin committer: Yhg1s date: 2025-02-07T14:59:34Z summary: gh-128563: Clarify tail calling interpreter is not TCO (#129809) Clarify tail call

[Python-checkins] gh-117657: Fix data race in `dict_dict_merge` (gh-129755)

2025-02-07 Thread colesbury
https://github.com/python/cpython/commit/34379d0a593e5a76e2f754cdd7fccb79f25a4613 commit: 34379d0a593e5a76e2f754cdd7fccb79f25a4613 branch: main author: Sam Gross committer: colesbury date: 2025-02-07T09:44:24-05:00 summary: gh-117657: Fix data race in `dict_dict_merge` (gh-129755) Found while r

[Python-checkins] gh-128563: Move assignment of opcode into ifdef (GH-129803)

2025-02-07 Thread Fidget-Spinner
https://github.com/python/cpython/commit/175844713af383c9e4dd60166d1d7407c80a1949 commit: 175844713af383c9e4dd60166d1d7407c80a1949 branch: main author: Ken Jin committer: Fidget-Spinner date: 2025-02-07T21:11:57+08:00 summary: gh-128563: Move assignment of opcode into ifdef (GH-129803) files: M

[Python-checkins] gh-128563: Document the tail-calling interpreter (GH-129728)

2025-02-07 Thread Fidget-Spinner
https://github.com/python/cpython/commit/3d3a4beefed46df7aa3a477f2e511459ce06c4b0 commit: 3d3a4beefed46df7aa3a477f2e511459ce06c4b0 branch: main author: Ken Jin committer: Fidget-Spinner date: 2025-02-07T20:18:15+08:00 summary: gh-128563: Document the tail-calling interpreter (GH-129728) Co-auth

[Python-checkins] gh-129005: Align FileIO.readall between _pyio and _io (#129705)

2025-02-07 Thread vstinner
https://github.com/python/cpython/commit/a3d5aab9a89e311cded9c724ce7d5a873e4d680d commit: a3d5aab9a89e311cded9c724ce7d5a873e4d680d branch: main author: Cody Maloney committer: vstinner date: 2025-02-07T12:06:11+01:00 summary: gh-129005: Align FileIO.readall between _pyio and _io (#129705) Utili

[Python-checkins] gh-129766: Fix crash on calling `warnings._release_lock` with no lock (#129771)

2025-02-07 Thread sobolevn
https://github.com/python/cpython/commit/ae132edc296d27c6ed04fe4d400c67e3cfb622e8 commit: ae132edc296d27c6ed04fe4d400c67e3cfb622e8 branch: main author: sobolevn committer: sobolevn date: 2025-02-07T12:59:52+03:00 summary: gh-129766: Fix crash on calling `warnings._release_lock` with no lock (#12