[Python-checkins] gh-119182: Use PyUnicodeWriter_WriteWideChar() (#120851)

2024-06-21 Thread vstinner
https://github.com/python/cpython/commit/879d1f28bb97bcecddca0824276877aaf97f25b3 commit: 879d1f28bb97bcecddca0824276877aaf97f25b3 branch: main author: Victor Stinner committer: vstinner date: 2024-06-22T08:58:22+02:00 summary: gh-119182: Use PyUnicodeWriter_WriteWideChar() (#120851) Use PyUnic

[Python-checkins] gh-104855: Update Tkinter tests for Tcl/Tk 8.7 and 9.0 (GH-120824)

2024-06-21 Thread serhiy-storchaka
https://github.com/python/cpython/commit/6ad26de6e8ab61b035e7ecfff9791c2b349c3ad0 commit: 6ad26de6e8ab61b035e7ecfff9791c2b349c3ad0 branch: main author: Serhiy Storchaka committer: serhiy-storchaka date: 2024-06-22T09:53:24+03:00 summary: gh-104855: Update Tkinter tests for Tcl/Tk 8.7 and 9.0 (GH

[Python-checkins] [3.13] gh-119344: Make critical section API public (GH-119353) (#120856)

2024-06-21 Thread colesbury
https://github.com/python/cpython/commit/4dc27bc0b76aa5985ccef2901f7a4f5d36b97995 commit: 4dc27bc0b76aa5985ccef2901f7a4f5d36b97995 branch: 3.13 author: Sam Gross committer: colesbury date: 2024-06-21T20:20:41Z summary: [3.13] gh-119344: Make critical section API public (GH-119353) (#120856) Thi

[Python-checkins] gh-119344: Make critical section API public (#119353)

2024-06-21 Thread colesbury
https://github.com/python/cpython/commit/8f17d69b7bc906e8407095317842cc0fd52cd84a commit: 8f17d69b7bc906e8407095317842cc0fd52cd84a branch: main author: Sam Gross committer: colesbury date: 2024-06-21T15:50:18-04:00 summary: gh-119344: Make critical section API public (#119353) This makes the fo

[Python-checkins] [3.13] gh-120838: Add a Note in the Docs About Expectations for Py_Finalize() (gh-120852)

2024-06-21 Thread ericsnowcurrently
https://github.com/python/cpython/commit/e748805f2a0f783723ef02809f86cd3d8fb8bf2e commit: e748805f2a0f783723ef02809f86cd3d8fb8bf2e branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: ericsnowcurrently date: 2024-06-21T19:21:47Z summary: [3.13] g

[Python-checkins] [3.12] gh-120838: Add a Note in the Docs About Expectations for Py_Finalize() (gh-120853)

2024-06-21 Thread ericsnowcurrently
https://github.com/python/cpython/commit/a57d917a48a74b462a896e502141a7bf7118d035 commit: a57d917a48a74b462a896e502141a7bf7118d035 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: ericsnowcurrently date: 2024-06-21T19:12:08Z summary: [3.12] g

[Python-checkins] gh-120838: Add a Note in the Docs About Expectations for Py_Finalize() (gh-120839)

2024-06-21 Thread ericsnowcurrently
https://github.com/python/cpython/commit/03fa2df92707b543c304a426732214002f81d671 commit: 03fa2df92707b543c304a426732214002f81d671 branch: main author: Eric Snow committer: ericsnowcurrently date: 2024-06-21T13:05:53-06:00 summary: gh-120838: Add a Note in the Docs About Expectations for Py_Fina

[Python-checkins] gh-119003: Clarify slice assignments (#119935)

2024-06-21 Thread hauntsaninja
https://github.com/python/cpython/commit/462832041e342f8aaf8c88ec44f7b14c70042575 commit: 462832041e342f8aaf8c88ec44f7b14c70042575 branch: main author: Nice Zombies committer: hauntsaninja <[email protected]> date: 2024-06-21T11:30:50-07:00 summary: gh-119003: Clarify

[Python-checkins] Amend categories of @nineteendo's news entries (#120735)

2024-06-21 Thread carljm
https://github.com/python/cpython/commit/1dadcb5a6a821dd6ab397cf52a2fa9618839d8c0 commit: 1dadcb5a6a821dd6ab397cf52a2fa9618839d8c0 branch: main author: Nice Zombies committer: carljm date: 2024-06-21T13:20:13-05:00 summary: Amend categories of @nineteendo's news entries (#120735) files: A Misc/

[Python-checkins] gh-119182: Rewrite PyUnicodeWriter tests in Python (#120845)

2024-06-21 Thread vstinner
https://github.com/python/cpython/commit/913a956d858f7de2b165d471b9b3e18f522baec3 commit: 913a956d858f7de2b165d471b9b3e18f522baec3 branch: main author: Victor Stinner committer: vstinner date: 2024-06-21T20:15:06+02:00 summary: gh-119182: Rewrite PyUnicodeWriter tests in Python (#120845) files:

[Python-checkins] gh-119182: Add PyUnicodeWriter_DecodeUTF8Stateful() (#120639)

2024-06-21 Thread vstinner
https://github.com/python/cpython/commit/4123226bbda437b64b60c9111d3e4cc9dc76f7d5 commit: 4123226bbda437b64b60c9111d3e4cc9dc76f7d5 branch: main author: Victor Stinner committer: vstinner date: 2024-06-21T19:33:15+02:00 summary: gh-119182: Add PyUnicodeWriter_DecodeUTF8Stateful() (#120639) Add P

[Python-checkins] gh-120811: Fix reference leak upon `_PyContext_Exit` failure (#120812)

2024-06-21 Thread kumaraditya303
https://github.com/python/cpython/commit/aed31beca9a54b85a1392631a48da80602210f18 commit: aed31beca9a54b85a1392631a48da80602210f18 branch: main author: Peter committer: kumaraditya303 date: 2024-06-21T17:28:19Z summary: gh-120811: Fix reference leak upon `_PyContext_Exit` failure (#120812) Co-a

[Python-checkins] gh-120782: Update internal type cache when reloading datetime (#120829)

2024-06-21 Thread kumaraditya303
https://github.com/python/cpython/commit/a81d434c06335b0989ba83666ec7076b9d9d4e1e commit: a81d434c06335b0989ba83666ec7076b9d9d4e1e branch: main author: neonene <[email protected]> committer: kumaraditya303 date: 2024-06-21T22:39:33+05:30 summary: gh-120782: Update internal

[Python-checkins] gh-120380: fix Python implementation of `pickle.Pickler` for `bytes` and `bytearray` objects in protocol version 5. (GH-120422)

2024-06-21 Thread encukou
https://github.com/python/cpython/commit/7595e6743ac78ac0dd19418176f66d251668fafc commit: 7595e6743ac78ac0dd19418176f66d251668fafc branch: main author: Bénédikt Tran <[email protected]> committer: encukou date: 2024-06-21T14:22:38+02:00 summary: gh-120380: fix Python imple

[Python-checkins] [3.12] gh-120773: document introspective attributes of an async generator object in the inspect module (GH-120778) (#120828)

2024-06-21 Thread kumaraditya303
https://github.com/python/cpython/commit/9bbb91c066d5aa3d9a1c5ac5ac72520b46e5e06f commit: 9bbb91c066d5aa3d9a1c5ac5ac72520b46e5e06f branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: kumaraditya303 date: 2024-06-21T16:58:58+05:30 summary: [3.12]

[Python-checkins] [3.13] gh-120773: document introspective attributes of an async generator object in the inspect module (GH-120778) (#120827)

2024-06-21 Thread kumaraditya303
https://github.com/python/cpython/commit/abdbf337d4641cf27d39fae206c2a08d27f6fcd9 commit: abdbf337d4641cf27d39fae206c2a08d27f6fcd9 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: kumaraditya303 date: 2024-06-21T16:58:46+05:30 summary: [3.13]

[Python-checkins] [3.13] gh-120384: Fix array-out-of-bounds crash in `list_ass_subscript` (GH-120442) (#120826)

2024-06-21 Thread sobolevn
https://github.com/python/cpython/commit/f3d7823ede41f7650ae7a199186cb63f62031441 commit: f3d7823ede41f7650ae7a199186cb63f62031441 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: sobolevn date: 2024-06-21T11:16:24Z summary: [3.13] gh-120384:

[Python-checkins] [3.12] gh-120384: Fix array-out-of-bounds crash in `list_ass_subscript` (GH-120442) (#120825)

2024-06-21 Thread sobolevn
https://github.com/python/cpython/commit/d75eddcf36986ae971f42fd516f737169081e182 commit: d75eddcf36986ae971f42fd516f737169081e182 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: sobolevn date: 2024-06-21T11:08:22Z summary: [3.12] gh-120384:

[Python-checkins] gh-120773: document introspective attributes of an async generator object in the inspect module (#120778)

2024-06-21 Thread kumaraditya303
https://github.com/python/cpython/commit/83d3d7aace32b8536f552f78dd29610344f13160 commit: 83d3d7aace32b8536f552f78dd29610344f13160 branch: main author: blhsing committer: kumaraditya303 date: 2024-06-21T10:55:36Z summary: gh-120773: document introspective attributes of an async generator object

[Python-checkins] gh-120384: Fix array-out-of-bounds crash in `list_ass_subscript` (#120442)

2024-06-21 Thread sobolevn
https://github.com/python/cpython/commit/8334a1b55c93068f5d243852029baa83377ff6c9 commit: 8334a1b55c93068f5d243852029baa83377ff6c9 branch: main author: Nikita Sobolev committer: sobolevn date: 2024-06-21T13:48:38+03:00 summary: gh-120384: Fix array-out-of-bounds crash in `list_ass_subscript` (#1