[Python-checkins] [3.12] gh-121390: tracemalloc: Fix tracebacks memory leak (GH-121391) (#121393)

2024-07-04 Thread vstinner
https://github.com/python/cpython/commit/9e542f9a46a06247eafb5bc651fa06f3d5eb commit: 9e542f9a46a06247eafb5bc651fa06f3d5eb branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: vstinner date: 2024-07-05T06:59:06Z summary: [3.12] gh-121390:

[Python-checkins] gh-121390: tracemalloc: Fix tracebacks memory leak (#121391)

2024-07-04 Thread vstinner
https://github.com/python/cpython/commit/db39bc42f90c151b298f97b780e62703adbf1221 commit: db39bc42f90c151b298f97b780e62703adbf1221 branch: main author: Josh Brobst committer: vstinner date: 2024-07-05T08:39:48+02:00 summary: gh-121390: tracemalloc: Fix tracebacks memory leak (#121391) The trace

[Python-checkins] [3.13] gh-90437: Fix __main__.py documentation wording (GH-116309) (#121385)

2024-07-04 Thread brettcannon
https://github.com/python/cpython/commit/3c3f9a209f302599fdd1b6f3f6315028e1b4fcda commit: 3c3f9a209f302599fdd1b6f3f6315028e1b4fcda branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: brettcannon date: 2024-07-04T23:05:02Z summary: [3.13] gh-9043

[Python-checkins] [3.12] gh-90437: Fix __main__.py documentation wording (GH-116309) (GH-121386)

2024-07-04 Thread brettcannon
https://github.com/python/cpython/commit/de86aaa1609203334e203c3ea37553ec2580d626 commit: de86aaa1609203334e203c3ea37553ec2580d626 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: brettcannon date: 2024-07-04T22:55:54Z summary: [3.12] gh-9043

[Python-checkins] gh-90437: Fix __main__.py documentation wording (GH-116309)

2024-07-04 Thread brettcannon
https://github.com/python/cpython/commit/cb688bab08559079d0ee9ffd841dd6eb6181 commit: cb688bab08559079d0ee9ffd841dd6eb6181 branch: main author: Ali Tavallaie committer: brettcannon date: 2024-07-04T15:49:14-07:00 summary: gh-90437: Fix __main__.py documentation wording (GH-116309) Co-au

[Python-checkins] [3.13] gh-121084: Fix test_typing random leaks (GH-121360) (#121373)

2024-07-04 Thread vstinner
https://github.com/python/cpython/commit/abefbcba8a0ced0f729c08031672d6f188059181 commit: abefbcba8a0ced0f729c08031672d6f188059181 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: vstinner date: 2024-07-04T18:07:07Z summary: [3.13] gh-121084:

[Python-checkins] [3.12] gh-121084: Fix test_typing random leaks (GH-121360) (#121372)

2024-07-04 Thread vstinner
https://github.com/python/cpython/commit/4bf4cc22c4c0f7bd53d11b82d12054f8e8beea0e commit: 4bf4cc22c4c0f7bd53d11b82d12054f8e8beea0e branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: vstinner date: 2024-07-04T18:00:08Z summary: [3.12] gh-121084:

[Python-checkins] [3.13] gh-106597: Remove unnecessary CFrame offsets (GH-121369) (#121370)

2024-07-04 Thread vstinner
https://github.com/python/cpython/commit/273c993b06ccb4dd30ebcf5708a7f9a26bcd98be commit: 273c993b06ccb4dd30ebcf5708a7f9a26bcd98be branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: vstinner date: 2024-07-04T17:52:03Z summary: [3.13] gh-106597:

[Python-checkins] gh-121084: Fix test_typing random leaks (#121360)

2024-07-04 Thread vstinner
https://github.com/python/cpython/commit/5f660e8e2ca3acfb89ccbdd990f072149b6baa6a commit: 5f660e8e2ca3acfb89ccbdd990f072149b6baa6a branch: main author: Victor Stinner committer: vstinner date: 2024-07-04T19:38:30+02:00 summary: gh-121084: Fix test_typing random leaks (#121360) Clear typing ABC

[Python-checkins] gh-106597: Remove unnecessary CFrame offsets (#121369)

2024-07-04 Thread pablogsal
https://github.com/python/cpython/commit/f5c8d67de6c68bea2860d5d96af747c5e95dbf22 commit: f5c8d67de6c68bea2860d5d96af747c5e95dbf22 branch: main author: Gabriele N. Tornetta committer: pablogsal date: 2024-07-04T17:28:23Z summary: gh-106597: Remove unnecessary CFrame offsets (#121369) files: M I

[Python-checkins] gh-118507: Amend news entry to mention ntpath.isfile bugfix (GH-120817)

2024-07-04 Thread zooba
https://github.com/python/cpython/commit/868e9ab031b95a431c7db2353d87aa86063d1819 commit: 868e9ab031b95a431c7db2353d87aa86063d1819 branch: 3.13 author: Steve Dower committer: zooba date: 2024-07-04T15:15:22Z summary: gh-118507: Amend news entry to mention ntpath.isfile bugfix (GH-120817) files:

[Python-checkins] gh-59110: zipimport: support namespace packages when no directory entry exists (GH-121233)

2024-07-04 Thread serhiy-storchaka
https://github.com/python/cpython/commit/17d5b9df10f53ae3c09c8b22f27d25d9e83b4b7e commit: 17d5b9df10f53ae3c09c8b22f27d25d9e83b4b7e branch: main author: Serhiy Storchaka committer: serhiy-storchaka date: 2024-07-04T15:04:24Z summary: gh-59110: zipimport: support namespace packages when no directo

[Python-checkins] gh-118507: Amend news entry to mention ntpath.isfile bugfix (GH-120817)

2024-07-04 Thread zooba
https://github.com/python/cpython/commit/db1729143de0775c99e0453cb0fc01a799f289a0 commit: db1729143de0775c99e0453cb0fc01a799f289a0 branch: main author: Nice Zombies committer: zooba date: 2024-07-04T15:56:06+01:00 summary: gh-118507: Amend news entry to mention ntpath.isfile bugfix (GH-120817)

[Python-checkins] [3.13] gh-121355: Fix incorrect word in simple_stmts.rst (GH-121356) (#121362)

2024-07-04 Thread JelleZijlstra
https://github.com/python/cpython/commit/77ced7601ccfc288b05f0da8f1b52d49388d637b commit: 77ced7601ccfc288b05f0da8f1b52d49388d637b branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: JelleZijlstra date: 2024-07-04T13:53:41Z summary: [3.13] gh-12

[Python-checkins] gh-121272: move async for/with validation from compiler to symtable (#121361)

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

[Python-checkins] [3.12] gh-121355: Fix incorrect word in simple_stmts.rst (GH-121356) (#121363)

2024-07-04 Thread JelleZijlstra
https://github.com/python/cpython/commit/8d3f44ad015ff906275d13f5cbe88757e1db0463 commit: 8d3f44ad015ff906275d13f5cbe88757e1db0463 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: JelleZijlstra date: 2024-07-04T13:43:31Z summary: [3.12] gh-12

[Python-checkins] gh-121355: Fix incorrect word in simple_stmts.rst (#121356)

2024-07-04 Thread JelleZijlstra
https://github.com/python/cpython/commit/715ec630dd78819ed79cad5ac28617daefe1e745 commit: 715ec630dd78819ed79cad5ac28617daefe1e745 branch: main author: Jongbum Won <[email protected]> committer: JelleZijlstra date: 2024-07-04T06:34:34-07:00 summary: gh-121355: Fix incorre

[Python-checkins] gh-120754: Update estimated_size in C truncate (#121357)

2024-07-04 Thread vstinner
https://github.com/python/cpython/commit/06a1c3fb24c4be9ce3b432022ebaf3f913f86ba7 commit: 06a1c3fb24c4be9ce3b432022ebaf3f913f86ba7 branch: main author: Cody Maloney committer: vstinner date: 2024-07-04T12:59:18Z summary: gh-120754: Update estimated_size in C truncate (#121357) Sometimes a large

[Python-checkins] gh-121352: use _Py_SourceLocation in symtable (#121353)

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

[Python-checkins] [3.13] gh-121201: Disable perf_trampoline on riscv64 for now (GH-121328) (#121336)

2024-07-04 Thread pablogsal
https://github.com/python/cpython/commit/678fb82cd546e7474307e8d4fe29327d2296c94d commit: 678fb82cd546e7474307e8d4fe29327d2296c94d branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: pablogsal date: 2024-07-04T08:57:52Z summary: [3.13] gh-121201

[Python-checkins] gh-120754: Reduce system calls in full-file FileIO.readall() case (#120755)

2024-07-04 Thread vstinner
https://github.com/python/cpython/commit/2f5f19e783385ec5312f7054827ccf1cdb6e14ef commit: 2f5f19e783385ec5312f7054827ccf1cdb6e14ef branch: main author: Cody Maloney committer: vstinner date: 2024-07-04T09:17:00+02:00 summary: gh-120754: Reduce system calls in full-file FileIO.readall() case (#12