[Python-checkins] Fix typo in news document (GH-122209)

2024-07-23 Thread serhiy-storchaka
https://github.com/python/cpython/commit/f067efa64306cfe582bf8d3ceb8c709dec6530f7 commit: f067efa64306cfe582bf8d3ceb8c709dec6530f7 branch: main author: Xie Yanbo committer: serhiy-storchaka date: 2024-07-24T06:49:58Z summary: Fix typo in news document (GH-122209) files: M Misc/NEWS.d/next/Core

[Python-checkins] [3.13] GH-120754: Add more tests around seek + readall (GH-122103) (#122215)

2024-07-23 Thread hauntsaninja
https://github.com/python/cpython/commit/ba3aa5a0ef73c9a0099d67d728d95021e3aaf373 commit: ba3aa5a0ef73c9a0099d67d728d95021e3aaf373 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: hauntsaninja <[email protected]> da

[Python-checkins] [3.12] GH-120754: Add more tests around seek + readall (GH-122103) (#122216)

2024-07-23 Thread hauntsaninja
https://github.com/python/cpython/commit/9dad694dc5c48811ee02cacbd2cb078b6d053004 commit: 9dad694dc5c48811ee02cacbd2cb078b6d053004 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: hauntsaninja <[email protected]> da

[Python-checkins] GH-120754: Add more tests around seek + readall (#122103)

2024-07-23 Thread hauntsaninja
https://github.com/python/cpython/commit/9eb734111be90399fb6ae2f717d736abb8e518cb commit: 9eb734111be90399fb6ae2f717d736abb8e518cb branch: main author: Cody Maloney committer: hauntsaninja <[email protected]> date: 2024-07-23T23:14:35-07:00 summary: GH-120754: Add mor

[Python-checkins] [3.13] gh-122029: Log call events in sys.setprofile when it's a method with c function (GH-122072) (GH-122205)

2024-07-23 Thread gpshead
https://github.com/python/cpython/commit/40cdec6a8aeab66e0a6dc4b39654a9121c394a7c commit: 40cdec6a8aeab66e0a6dc4b39654a9121c394a7c branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: gpshead date: 2024-07-23T22:49:36Z summary: [3.13] gh-122029:

[Python-checkins] [3.13] gh-121832: Skip subinterpreter static type check on iOS to restore test suite. (GH-122150) (#122159)

2024-07-23 Thread freakboy3742
https://github.com/python/cpython/commit/81f93390229d02f80b825676c1e8f3084fd3e24c commit: 81f93390229d02f80b825676c1e8f3084fd3e24c branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: freakboy3742 date: 2024-07-23T22:48:02Z summary: [3.13] gh-121

[Python-checkins] [3.12] gh-122029: Log call events in sys.setprofile when it's a method with c function (GH-122072) (GH-122206)

2024-07-23 Thread gpshead
https://github.com/python/cpython/commit/257c413cd16ddabcedde413288d0bb93bf872da7 commit: 257c413cd16ddabcedde413288d0bb93bf872da7 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: gpshead date: 2024-07-23T22:44:43Z summary: [3.12] gh-122029:

[Python-checkins] gh-122029: Log call events in sys.setprofile when it's a method with c function (GH-122072)

2024-07-23 Thread gpshead
https://github.com/python/cpython/commit/e91ef13861e88c27aed51a24e58d1dcc855a01dc commit: e91ef13861e88c27aed51a24e58d1dcc855a01dc branch: main author: Tian Gao committer: gpshead date: 2024-07-23T15:25:26-07:00 summary: gh-122029: Log call events in sys.setprofile when it's a method with c func

[Python-checkins] [3.13] gh-122199: Skip test_slot_wrappers When Checking For Refleaks (gh-122202)

2024-07-23 Thread ericsnowcurrently
https://github.com/python/cpython/commit/8567a5e97d699b7e1dd80864bdde95f340f0d8a1 commit: 8567a5e97d699b7e1dd80864bdde95f340f0d8a1 branch: 3.13 author: Eric Snow committer: ericsnowcurrently date: 2024-07-23T21:53:39Z summary: [3.13] gh-122199: Skip test_slot_wrappers When Checking For Refleaks

[Python-checkins] gh-122199: Skip test_slot_wrappers When Checking For Refleaks (gh-122200)

2024-07-23 Thread ericsnowcurrently
https://github.com/python/cpython/commit/41a91bd67f86c922f350894a797738038536e1c5 commit: 41a91bd67f86c922f350894a797738038536e1c5 branch: main author: Eric Snow committer: ericsnowcurrently date: 2024-07-23T21:19:17Z summary: gh-122199: Skip test_slot_wrappers When Checking For Refleaks (gh-122

[Python-checkins] [3.12] gh-117482: Expand Tests for Slot Wrappers of Inherited Slots of Static Builtin Types (gh-122197)

2024-07-23 Thread ericsnowcurrently
https://github.com/python/cpython/commit/d7c67e0acac81649e7e2d7e86fe1fc54d51f96f9 commit: d7c67e0acac81649e7e2d7e86fe1fc54d51f96f9 branch: 3.12 author: Eric Snow committer: ericsnowcurrently date: 2024-07-23T21:17:51Z summary: [3.12] gh-117482: Expand Tests for Slot Wrappers of Inherited Slots o

[Python-checkins] gh-119180: Add `annotationlib` module to support PEP 649 (#119891)

2024-07-23 Thread JelleZijlstra
https://github.com/python/cpython/commit/7b7b90d1ce5116f29ad6c8120c0490824baa54e0 commit: 7b7b90d1ce5116f29ad6c8120c0490824baa54e0 branch: main author: Jelle Zijlstra committer: JelleZijlstra date: 2024-07-23T21:16:50Z summary: gh-119180: Add `annotationlib` module to support PEP 649 (#119891)

[Python-checkins] [3.13] gh-117657: Skip tests that use threads after fork (GH-122194) (#122198)

2024-07-23 Thread colesbury
https://github.com/python/cpython/commit/e0f540d4131b668c85db3721acceb20316cc45e8 commit: e0f540d4131b668c85db3721acceb20316cc45e8 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: colesbury date: 2024-07-23T21:00:21Z summary: [3.13] gh-117657

[Python-checkins] gh-117657: Skip tests that use threads after fork (#122194)

2024-07-23 Thread colesbury
https://github.com/python/cpython/commit/64e221d7ada8f6c20189035c7e81503f4c914f04 commit: 64e221d7ada8f6c20189035c7e81503f4c914f04 branch: main author: Sam Gross committer: colesbury date: 2024-07-23T16:30:49-04:00 summary: gh-117657: Skip tests that use threads after fork (#122194) These tests

[Python-checkins] [3.13] gh-117482: Expand Tests for Slot Wrappers of Inherited Slots of Static Builtin Types (gh-122195)

2024-07-23 Thread ericsnowcurrently
https://github.com/python/cpython/commit/1d601a1da1bec7badcb9edc2a597a1d8003f1dc3 commit: 1d601a1da1bec7badcb9edc2a597a1d8003f1dc3 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: ericsnowcurrently date: 2024-07-23T20:22:24Z summary: [3.13] g

[Python-checkins] gh-117482: Expand Tests for Slot Wrappers of Inherited Slots of Static Builtin Types (gh-122192)

2024-07-23 Thread ericsnowcurrently
https://github.com/python/cpython/commit/33d32faa580fb776cb660e9cc8aa7e45c6c68c08 commit: 33d32faa580fb776cb660e9cc8aa7e45c6c68c08 branch: main author: Eric Snow committer: ericsnowcurrently date: 2024-07-23T19:57:26Z summary: gh-117482: Expand Tests for Slot Wrappers of Inherited Slots of Stati

[Python-checkins] gh-122129: Improve support of method descriptors and wrappers in the help title (GH-122157)

2024-07-23 Thread serhiy-storchaka
https://github.com/python/cpython/commit/4606eff0aa01d6ce30d25b05ed347567ea59b00b commit: 4606eff0aa01d6ce30d25b05ed347567ea59b00b branch: main author: Serhiy Storchaka committer: serhiy-storchaka date: 2024-07-23T20:45:21+03:00 summary: gh-122129: Improve support of method descriptors and wrapp

[Python-checkins] [3.13] gh-120974: Make _asyncio._leave_task atomic in the free-threaded build (GH-122139) (#122186)

2024-07-23 Thread kumaraditya303
https://github.com/python/cpython/commit/77ab53a5f345c705eba9a9ad38d27548adbe670e commit: 77ab53a5f345c705eba9a9ad38d27548adbe670e branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: kumaraditya303 date: 2024-07-23T17:30:58Z summary: [3.13] gh-1

[Python-checkins] gh-120974: Make _asyncio._leave_task atomic in the free-threaded build (#122139)

2024-07-23 Thread kumaraditya303
https://github.com/python/cpython/commit/a15feded71dd47202db169613effdafc468a8cf3 commit: a15feded71dd47202db169613effdafc468a8cf3 branch: main author: Sam Gross committer: kumaraditya303 date: 2024-07-23T17:06:03Z summary: gh-120974: Make _asyncio._leave_task atomic in the free-threaded build (

[Python-checkins] gh-122163: Add notes for JSON serialization errors (GH-122165)

2024-07-23 Thread serhiy-storchaka
https://github.com/python/cpython/commit/e6b25e9a09dbe09839b36f97b9174a30b1db2dbf commit: e6b25e9a09dbe09839b36f97b9174a30b1db2dbf branch: main author: Serhiy Storchaka committer: serhiy-storchaka date: 2024-07-23T20:02:54+03:00 summary: gh-122163: Add notes for JSON serialization errors (GH-122

[Python-checkins] gh-120974: Use common freelist code in asyncio (#122132)

2024-07-23 Thread kumaraditya303
https://github.com/python/cpython/commit/c908d1f87d287a4b3ec58c85b692a7eb617fa6ea commit: c908d1f87d287a4b3ec58c85b692a7eb617fa6ea branch: main author: Sam Gross committer: kumaraditya303 date: 2024-07-23T21:54:24+05:30 summary: gh-120974: Use common freelist code in asyncio (#122132) This refa

[Python-checkins] [3.13] gh-121973: Fix flaky test_pyrepl tests (GH-122140) (GH-122173)

2024-07-23 Thread ambv
https://github.com/python/cpython/commit/214b430fafc49f9977c251178c61794b4caad347 commit: 214b430fafc49f9977c251178c61794b4caad347 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: ambv date: 2024-07-23T15:57:24+02:00 summary: [3.13] gh-121973

[Python-checkins] [3.13] Docs: Use cross-reference to `os.uname` in `sysconfig.get_platform` (GH-122083) (#122171)

2024-07-23 Thread AA-Turner
https://github.com/python/cpython/commit/ae9e02c5083b59d171a18dfe77600ddd98f4b46b commit: ae9e02c5083b59d171a18dfe77600ddd98f4b46b branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: AA-Turner <[email protected]> date: 202

[Python-checkins] [3.13] gh-85453: Fix 'timezone' vs. 'time zone' spelling issues in datetime.rst (GH-118449) (#121837)

2024-07-23 Thread erlend-aasland
https://github.com/python/cpython/commit/44ec777eff02105c189f7cfa3063d4cc3aecf66a commit: 44ec777eff02105c189f7cfa3063d4cc3aecf66a branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: erlend-aasland date: 2024-07-23T13:27:31Z summary: [3.13] gh-8

[Python-checkins] gh-121973: Fix flaky test_pyrepl tests (GH-122140)

2024-07-23 Thread ambv
https://github.com/python/cpython/commit/2c1b1e7a07eba0138b9858c6f2bea3cae9af0808 commit: 2c1b1e7a07eba0138b9858c6f2bea3cae9af0808 branch: main author: Sam Gross committer: ambv date: 2024-07-23T15:17:13+02:00 summary: gh-121973: Fix flaky test_pyrepl tests (GH-122140) This fixes the flakiness

[Python-checkins] [3.12] Docs: Use cross-reference to `os.uname` in `sysconfig.get_platform` (GH-122083) (#122172)

2024-07-23 Thread AA-Turner
https://github.com/python/cpython/commit/cde9a26eb5d759066c6599db1512096f43e1c64c commit: cde9a26eb5d759066c6599db1512096f43e1c64c branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: AA-Turner <[email protected]> date: 202

[Python-checkins] GH-122155: Fix cases generator to correctly compute 'peek' offset for error handling (GH-122158)

2024-07-23 Thread markshannon
https://github.com/python/cpython/commit/624bda76386efd8eecf73c4ad06f997b9b25f07f commit: 624bda76386efd8eecf73c4ad06f997b9b25f07f branch: main author: Mark Shannon committer: markshannon date: 2024-07-23T14:12:06+01:00 summary: GH-122155: Fix cases generator to correctly compute 'peek' offset f

[Python-checkins] Docs: Use cross-reference to `os.uname` in `sysconfig.get_platform` (#122083)

2024-07-23 Thread AA-Turner
https://github.com/python/cpython/commit/498cb6dff10f97fa3d348a4c0ad9374d14af3312 commit: 498cb6dff10f97fa3d348a4c0ad9374d14af3312 branch: main author: Ville Skyttä committer: AA-Turner <[email protected]> date: 2024-07-23T14:08:39+01:00 summary: Docs: Use cross-reference

[Python-checkins] [3.13] GH-121970: Remove ``escape4chm`` (GH-122065) (#122167)

2024-07-23 Thread AA-Turner
https://github.com/python/cpython/commit/3b013fc2086a49b6ef4a82eb199c64577a3d7236 commit: 3b013fc2086a49b6ef4a82eb199c64577a3d7236 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: AA-Turner <[email protected]> date: 202

[Python-checkins] [3.12] GH-121970: Remove ``escape4chm`` (GH-122065) (#122168)

2024-07-23 Thread AA-Turner
https://github.com/python/cpython/commit/647765395d0e55fcfdd4dbb87c5889bbebe4cbcd commit: 647765395d0e55fcfdd4dbb87c5889bbebe4cbcd branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: AA-Turner <[email protected]> date: 202

[Python-checkins] GH-121970: Remove ``escape4chm`` (#122065)

2024-07-23 Thread AA-Turner
https://github.com/python/cpython/commit/53e9e7de6359845f118431c05e2f14a96e03b757 commit: 53e9e7de6359845f118431c05e2f14a96e03b757 branch: main author: Adam Turner <[email protected]> committer: AA-Turner <[email protected]> date: 2024-07-23T13:30:0

[Python-checkins] [3.13] gh-122088: Copy the coroutine status of the underlying callable in `@warnings.deprecated` (GH-122086) (#122156)

2024-07-23 Thread AlexWaygood
https://github.com/python/cpython/commit/7767534df978ab5fb567cc59ee48fea0cbd1db62 commit: 7767534df978ab5fb567cc59ee48fea0cbd1db62 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: AlexWaygood date: 2024-07-23T10:24:07Z summary: [3.13] gh-1220

[Python-checkins] gh-121832: Skip subinterpreter static type check on iOS to restore test suite. (GH-122150)

2024-07-23 Thread markshannon
https://github.com/python/cpython/commit/1bcc9eb8623c4e9bd8460f22b5ebae4e0cb434e4 commit: 1bcc9eb8623c4e9bd8460f22b5ebae4e0cb434e4 branch: main author: Russell Keith-Magee committer: markshannon date: 2024-07-23T11:17:50+01:00 summary: gh-121832: Skip subinterpreter static type check on iOS to r

[Python-checkins] gh-122088: Copy the coroutine status of the underlying callable in `@warnings.deprecated` (#122086)

2024-07-23 Thread AlexWaygood
https://github.com/python/cpython/commit/375c9f6dfb78345dd0966d6f3b281f15107b0561 commit: 375c9f6dfb78345dd0966d6f3b281f15107b0561 branch: main author: Sebastian Rittau committer: AlexWaygood date: 2024-07-23T10:59:28+01:00 summary: gh-122088: Copy the coroutine status of the underlying callable

[Python-checkins] [3.13] gh-120974: Make _asyncio._enter_task atomic in the free-threaded build (GH-122138) (#122152)

2024-07-23 Thread kumaraditya303
https://github.com/python/cpython/commit/48154e705318f1ef800c48f39984ce5896a4ee47 commit: 48154e705318f1ef800c48f39984ce5896a4ee47 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: kumaraditya303 date: 2024-07-23T09:17:52Z summary: [3.13] gh-1

[Python-checkins] Fix typos in comments and exception message (#122147)

2024-07-23 Thread kumaraditya303
https://github.com/python/cpython/commit/2a5d1eb7073179a13159bce937afdbe240432e7d commit: 2a5d1eb7073179a13159bce937afdbe240432e7d branch: main author: Xie Yanbo committer: kumaraditya303 date: 2024-07-23T14:34:14+05:30 summary: Fix typos in comments and exception message (#122147) files: M Par

[Python-checkins] gh-120974: Make _asyncio._enter_task atomic in the free-threaded build (#122138)

2024-07-23 Thread kumaraditya303
https://github.com/python/cpython/commit/47847aa8ef66837f984fc4e30187d88f8d8ab201 commit: 47847aa8ef66837f984fc4e30187d88f8d8ab201 branch: main author: Sam Gross committer: kumaraditya303 date: 2024-07-23T14:17:14+05:30 summary: gh-120974: Make _asyncio._enter_task atomic in the free-threaded bu

[Python-checkins] [3.12] Refactor test_capi.test_long (GH-122113) (GH-122151)

2024-07-23 Thread serhiy-storchaka
https://github.com/python/cpython/commit/b24ca6ac0ee3b77104c512945b3a4c93d7cb197f commit: b24ca6ac0ee3b77104c512945b3a4c93d7cb197f branch: 3.12 author: Serhiy Storchaka committer: serhiy-storchaka date: 2024-07-23T07:22:18Z summary: [3.12] Refactor test_capi.test_long (GH-122113) (GH-122151) Sh

[Python-checkins] [3.13] Refactor test_capi.test_long (GH-122113) (GH-122137)

2024-07-23 Thread serhiy-storchaka
https://github.com/python/cpython/commit/4892cc072a18c0ef88ac7d2f57ab93736fe8704b commit: 4892cc072a18c0ef88ac7d2f57ab93736fe8704b branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: serhiy-storchaka date: 2024-07-23T10:01:13+03:00 summary: [3.1