[Python-checkins] Set a DerivedData path for iOS test builds. (GH-118621)

2024-05-05 Thread ned-deily
https://github.com/python/cpython/commit/1506d5adc457a806e85886018804483e808d85c5 commit: 1506d5adc457a806e85886018804483e808d85c5 branch: main author: Russell Keith-Magee committer: ned-deily date: 2024-05-05T23:58:14-04:00 summary: Set a DerivedData path for iOS test builds. (GH-118621) files

[Python-checkins] Correct timing sensitivity in iOS testing Makefile target. (GH-118620)

2024-05-05 Thread ned-deily
https://github.com/python/cpython/commit/dd37e85518bb5f3c9eff44ed1dbebecdd1d2aa06 commit: dd37e85518bb5f3c9eff44ed1dbebecdd1d2aa06 branch: main author: Russell Keith-Magee committer: ned-deily date: 2024-05-05T22:34:59-04:00 summary: Correct timing sensitivity in iOS testing Makefile target. (GH

[Python-checkins] Add Lysandros Nikolaou to the News entry of gh-111201 (#118616)

2024-05-05 Thread pablogsal
https://github.com/python/cpython/commit/2eb99914c4d9457c6e26ce522e9034309517aae5 commit: 2eb99914c4d9457c6e26ce522e9034309517aae5 branch: main author: Pablo Galindo Salgado committer: pablogsal date: 2024-05-05T22:13:50Z summary: Add Lysandros Nikolaou to the News entry of gh-111201 (#118616)

[Python-checkins] gh-111140: minor docs typos cleanup in the C example API calls. (#118612)

2024-05-05 Thread gpshead
https://github.com/python/cpython/commit/b744fa5d3ec2294f3ef94733b728481807ca3039 commit: b744fa5d3ec2294f3ef94733b728481807ca3039 branch: main author: Gregory P. Smith committer: gpshead date: 2024-05-05T21:43:42Z summary: gh-40: minor docs typos cleanup in the C example API calls. (#118612

[Python-checkins] gh-118605: Fix reference leak in FrameLocalsProxy (#118607)

2024-05-05 Thread gvanrossum
https://github.com/python/cpython/commit/b4f8eb0de2c775e4fb11b15d26b9f21195732d47 commit: b4f8eb0de2c775e4fb11b15d26b9f21195732d47 branch: main author: Tian Gao committer: gvanrossum date: 2024-05-05T21:31:35Z summary: gh-118605: Fix reference leak in FrameLocalsProxy (#118607) Also add some er

[Python-checkins] Move pathlib implementation out of `__init__.py` (#118582)

2024-05-05 Thread barneygale
https://github.com/python/cpython/commit/d8d94911e2393bd30ca58a32b33d792307fdc00d commit: d8d94911e2393bd30ca58a32b33d792307fdc00d branch: main author: Barney Gale committer: barneygale date: 2024-05-05T20:57:19+01:00 summary: Move pathlib implementation out of `__init__.py` (#118582) Use the `

[Python-checkins] gh-117549: Don't use designated initializers in headers (#118580)

2024-05-05 Thread gvanrossum
https://github.com/python/cpython/commit/40cc809902304f60c6e1c933191dd4d64e570e28 commit: 40cc809902304f60c6e1c933191dd4d64e570e28 branch: main author: Guido van Rossum committer: gvanrossum date: 2024-05-05T19:28:55Z summary: gh-117549: Don't use designated initializers in headers (#118580) Th

[Python-checkins] [3.12] gh-117389: Fix `test_compileall.EncodingTest` (GH-117390) (#118603)

2024-05-05 Thread sobolevn
https://github.com/python/cpython/commit/11594da0461b02a8448dfa3354884ef6e274e587 commit: 11594da0461b02a8448dfa3354884ef6e274e587 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: sobolevn date: 2024-05-05T19:02:04Z summary: [3.12] gh-117389:

[Python-checkins] gh-117389: Fix `test_compileall.EncodingTest` (#117390)

2024-05-05 Thread sobolevn
https://github.com/python/cpython/commit/44f67916dafd3583f482e6d001766581a1a734fc commit: 44f67916dafd3583f482e6d001766581a1a734fc branch: main author: Nikita Sobolev committer: sobolevn date: 2024-05-05T21:46:37+03:00 summary: gh-117389: Fix `test_compileall.EncodingTest` (#117390) files: M Li

[Python-checkins] Fix negative bandwidth test and add online code path test. (gh-118600)

2024-05-05 Thread rhettinger
https://github.com/python/cpython/commit/5092ea238e28c7d099c662d416b2a96fdbea4790 commit: 5092ea238e28c7d099c662d416b2a96fdbea4790 branch: main author: Raymond Hettinger committer: rhettinger date: 2024-05-05T12:29:23-05:00 summary: Fix negative bandwidth test and add online code path test. (gh-

[Python-checkins] gh-74929: Rudimentary docs for PEP 667 (#118581)

2024-05-05 Thread gvanrossum
https://github.com/python/cpython/commit/9c13d9e37a194f574b8591da634bf98419786448 commit: 9c13d9e37a194f574b8591da634bf98419786448 branch: main author: Guido van Rossum committer: gvanrossum date: 2024-05-05T15:31:26Z summary: gh-74929: Rudimentary docs for PEP 667 (#118581) This is *not* suffi

[Python-checkins] GH-111744: Make breakpoint() enter the debugger immediately (GH-118579)

2024-05-05 Thread brandtbucher
https://github.com/python/cpython/commit/5a0022a1d70e4f7f781c4e8d7b43e9f5c9e2f0b4 commit: 5a0022a1d70e4f7f781c4e8d7b43e9f5c9e2f0b4 branch: main author: Tian Gao committer: brandtbucher date: 2024-05-05T07:05:01-07:00 summary: GH-111744: Make breakpoint() enter the debugger immediately (GH-118579

[Python-checkins] gh-118518: Use the raw syscall directly for gettid (#118592)

2024-05-05 Thread pablogsal
https://github.com/python/cpython/commit/aeb36c5bb9f0e0813ac7c244c094abdcd967d622 commit: aeb36c5bb9f0e0813ac7c244c094abdcd967d622 branch: main author: Pablo Galindo Salgado committer: pablogsal date: 2024-05-05T12:37:32Z summary: gh-118518: Use the raw syscall directly for gettid (#118592) fil

[Python-checkins] gh-110850: Remove _PyTime_TimeUnchecked() function (#118552)

2024-05-05 Thread vstinner
https://github.com/python/cpython/commit/aa61f8bfcf2584dd8345f1f9a07e240100b79192 commit: aa61f8bfcf2584dd8345f1f9a07e240100b79192 branch: main author: Victor Stinner committer: vstinner date: 2024-05-05T12:15:19+02:00 summary: gh-110850: Remove _PyTime_TimeUnchecked() function (#118552) Use th