[Python-checkins] gh-128982: Revert "#128982: Substitute regular expression in http.cookiejar.join_header_words for an efficient alternative (GH-128983)" and add tests (GH-130584)

2025-02-26 Thread encukou
https://github.com/python/cpython/commit/9e474a98af4184615540467dea16da05f4d284d8 commit: 9e474a98af4184615540467dea16da05f4d284d8 branch: main author: Petr Viktorin committer: encukou date: 2025-02-26T15:42:39+01:00 summary: gh-128982: Revert "#128982: Substitute regular expression in http.coo

[Python-checkins] [3.13] gh-117657: Enable test_opcache under TSAN (GH-129831) (GH-130597)

2025-02-26 Thread colesbury
https://github.com/python/cpython/commit/9966daee602ef8413990683d6fd6f51e6392b885 commit: 9966daee602ef8413990683d6fd6f51e6392b885 branch: 3.13 author: Sam Gross committer: colesbury date: 2025-02-26T13:59:59-05:00 summary: [3.13] gh-117657: Enable test_opcache under TSAN (GH-129831) (GH-130597)

[Python-checkins] gh-130519: Fix crash in QSBR when destructor reenters QSBR (gh-130553)

2025-02-26 Thread colesbury
https://github.com/python/cpython/commit/45bc120d4504bff215938bca3f1d08cee2ed7a91 commit: 45bc120d4504bff215938bca3f1d08cee2ed7a91 branch: main author: Sam Gross committer: colesbury date: 2025-02-26T14:55:15-05:00 summary: gh-130519: Fix crash in QSBR when destructor reenters QSBR (gh-130553)

[Python-checkins] [3.12] gh-130163: Fix crashes related to PySys_GetObject() (GH-130503) (GH-130556) (GH-130576)

2025-02-26 Thread serhiy-storchaka
https://github.com/python/cpython/commit/89a79fc919419bfe817da13bc2a4437908d7fc07 commit: 89a79fc919419bfe817da13bc2a4437908d7fc07 branch: 3.12 author: Serhiy Storchaka committer: serhiy-storchaka date: 2025-02-26T17:20:47+02:00 summary: [3.12] gh-130163: Fix crashes related to PySys_GetObject()

[Python-checkins] gh-130595: Keep traceback alive for WITH_EXCEPT_START (#130562)

2025-02-26 Thread DinoV
https://github.com/python/cpython/commit/5c8e8704c39110da15956b0678303aff7dffb3be commit: 5c8e8704c39110da15956b0678303aff7dffb3be branch: main author: Dino Viehland committer: DinoV date: 2025-02-26T10:41:26-08:00 summary: gh-130595: Keep traceback alive for WITH_EXCEPT_START (#130562) Keep tr

[Python-checkins] Doc: Strip trailing whitespace in ``pydoc_topics`` (#130492)

2025-02-26 Thread AA-Turner
https://github.com/python/cpython/commit/3f3e1c4095ae229b0c6d0364f289a20732281a96 commit: 3f3e1c4095ae229b0c6d0364f289a20732281a96 branch: main author: Adam Turner <9087854+aa-tur...@users.noreply.github.com> committer: AA-Turner <9087854+aa-tur...@users.noreply.github.com> date: 2025-02-26T20:10:5

[Python-checkins] gh-111178: Fix function signatures in sliceobject.c (#130575)

2025-02-26 Thread vstinner
https://github.com/python/cpython/commit/daeb0efaf445be5634d73e13d39a2641851b0bb4 commit: daeb0efaf445be5634d73e13d39a2641851b0bb4 branch: main author: Victor Stinner committer: vstinner date: 2025-02-26T21:37:22+01:00 summary: gh-78: Fix function signatures in sliceobject.c (#130575) Renam

[Python-checkins] GH-125413: Add private `pathlib.Path` method to write metadata (#130238)

2025-02-26 Thread barneygale
https://github.com/python/cpython/commit/b251d409f9cf6a84e6d7a78d284467f57c97a63a commit: b251d409f9cf6a84e6d7a78d284467f57c97a63a branch: main author: Barney Gale committer: barneygale date: 2025-02-26T21:07:27Z summary: GH-125413: Add private `pathlib.Path` method to write metadata (#130238)

[Python-checkins] gh-111178: Fix function signatures in symtable.c (#130589)

2025-02-26 Thread vstinner
https://github.com/python/cpython/commit/1b635d86cd0714871ebef91f2f89634ee340e28c commit: 1b635d86cd0714871ebef91f2f89634ee340e28c branch: main author: Victor Stinner committer: vstinner date: 2025-02-26T21:35:24+01:00 summary: gh-78: Fix function signatures in symtable.c (#130589) files: M

[Python-checkins] gh-111178: Fix function signatures in namespaceobject.c (#130590)

2025-02-26 Thread vstinner
https://github.com/python/cpython/commit/d5d4cbbd8f20921646a90bec27535c2f9a3e83b2 commit: d5d4cbbd8f20921646a90bec27535c2f9a3e83b2 branch: main author: Victor Stinner committer: vstinner date: 2025-02-26T21:35:56+01:00 summary: gh-78: Fix function signatures in namespaceobject.c (#130590) f

[Python-checkins] gh-111178: Fix function signatures in instruction_sequence.c (#130591)

2025-02-26 Thread vstinner
https://github.com/python/cpython/commit/05aba4e799d20232760da781d64a7e678bb28320 commit: 05aba4e799d20232760da781d64a7e678bb28320 branch: main author: Victor Stinner committer: vstinner date: 2025-02-26T21:36:26+01:00 summary: gh-78: Fix function signatures in instruction_sequence.c (#13059

[Python-checkins] gh-127785: Reduce permissions in the `check labels` workflow (#130596)

2025-02-26 Thread AA-Turner
https://github.com/python/cpython/commit/5ba69e747fa9da984a307b2cbc9f82bac1e0db04 commit: 5ba69e747fa9da984a307b2cbc9f82bac1e0db04 branch: main author: shenxianpeng committer: AA-Turner <9087854+aa-tur...@users.noreply.github.com> date: 2025-02-26T20:47:41Z summary: gh-127785: Reduce permissions

[Python-checkins] gh-130605: Temporarily disable test_concurrent_futures in TSAN CI job (gh-130606)

2025-02-26 Thread colesbury
https://github.com/python/cpython/commit/959f43315e165a86808d30025785d4ae3e7c commit: 959f43315e165a86808d30025785d4ae3e7c branch: main author: Sam Gross committer: colesbury date: 2025-02-26T21:36:53Z summary: gh-130605: Temporarily disable test_concurrent_futures in TSAN CI job (gh-13

[Python-checkins] gh-130604: Always run all matrix workflows in GitHub Actions (#130603)

2025-02-26 Thread AA-Turner
https://github.com/python/cpython/commit/fda056e64bdfcac3dd3d13eebda0a24994d83cb8 commit: fda056e64bdfcac3dd3d13eebda0a24994d83cb8 branch: main author: Adam Turner <9087854+aa-tur...@users.noreply.github.com> committer: AA-Turner <9087854+aa-tur...@users.noreply.github.com> date: 2025-02-26T21:44:4

[Python-checkins] [3.12] gh-130604: Always run all matrix workflows in GitHub Actions (GH-130603) (#130613)

2025-02-26 Thread AA-Turner
https://github.com/python/cpython/commit/9d663f018ab82ac4f5a13b726d6eb6c93d2c34af commit: 9d663f018ab82ac4f5a13b726d6eb6c93d2c34af branch: 3.12 author: Adam Turner <9087854+aa-tur...@users.noreply.github.com> committer: AA-Turner <9087854+aa-tur...@users.noreply.github.com> date: 2025-02-26T22:09:4

[Python-checkins] [3.13] gh-130604: Always run all matrix workflows in GitHub Actions (GH-130603) (#130612)

2025-02-26 Thread AA-Turner
https://github.com/python/cpython/commit/630dc2bd6422715f848b76d7950919daa8c44b99 commit: 630dc2bd6422715f848b76d7950919daa8c44b99 branch: 3.13 author: Adam Turner <9087854+aa-tur...@users.noreply.github.com> committer: AA-Turner <9087854+aa-tur...@users.noreply.github.com> date: 2025-02-26T22:13:0

[Python-checkins] [3.13] gh-130163: Fix a leak in _pickle.c after backporting (GH-130568)

2025-02-26 Thread serhiy-storchaka
https://github.com/python/cpython/commit/2ab7e1135a2d5ca45b60881ece27729e4fc0ee8b commit: 2ab7e1135a2d5ca45b60881ece27729e4fc0ee8b branch: 3.13 author: Serhiy Storchaka committer: serhiy-storchaka date: 2025-02-26T12:47:41+02:00 summary: [3.13] gh-130163: Fix a leak in _pickle.c after backportin

[Python-checkins] gh-130379: Fix incorrect zipapp logic to avoid including the target in itself (gh-130509)

2025-02-26 Thread pfmoore
https://github.com/python/cpython/commit/64ccbbbf367c7510090a6f5faf826a21102a8bc6 commit: 64ccbbbf367c7510090a6f5faf826a21102a8bc6 branch: main author: Paul Moore committer: pfmoore date: 2025-02-26T11:25:30Z summary: gh-130379: Fix incorrect zipapp logic to avoid including the target in itself

[Python-checkins] [3.13] GH-130396: Treat clang -Og as optimized for gdb tests (GH-130550) (#130572)

2025-02-26 Thread vstinner
https://github.com/python/cpython/commit/43a2a372ba071c4ebb1071240da2b852c29d77fb commit: 43a2a372ba071c4ebb1071240da2b852c29d77fb branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: vstinner date: 2025-02-26T11:37:43Z summary: [3.13] GH-130396:

[Python-checkins] [3.12] GH-130396: Treat clang -Og as optimized for gdb tests (GH-130550) (#130573)

2025-02-26 Thread vstinner
https://github.com/python/cpython/commit/c4aeb4c444237dd3a6571d23c9dcad91f7987c1d commit: c4aeb4c444237dd3a6571d23c9dcad91f7987c1d branch: 3.12 author: Victor Stinner committer: vstinner date: 2025-02-26T12:38:21+01:00 summary: [3.12] GH-130396: Treat clang -Og as optimized for gdb tests (GH-130

[Python-checkins] gh-111178: fix UBSan failures in `Modules/_hashopenssl.c` (GH-129802)

2025-02-26 Thread encukou
https://github.com/python/cpython/commit/f976892b7db011f3f039be615f4a759b8c487db3 commit: f976892b7db011f3f039be615f4a759b8c487db3 branch: main author: Bénédikt Tran <10796600+picn...@users.noreply.github.com> committer: encukou date: 2025-02-26T09:24:44Z summary: gh-78: fix UBSan failures in

[Python-checkins] [3.12] gh-107526: Revert "gh-100357: Convert several functions in bltinsmodule to AC" (GH-107542) (#130371)

2025-02-26 Thread sobolevn
https://github.com/python/cpython/commit/f841099dc0e76fb2174ca26442526d2ae87d1f70 commit: f841099dc0e76fb2174ca26442526d2ae87d1f70 branch: 3.12 author: sobolevn committer: sobolevn date: 2025-02-26T12:27:33+03:00 summary: [3.12] gh-107526: Revert "gh-100357: Convert several functions in bltinsmo

[Python-checkins] GH-130396: Increase trashcan overhead (GH-130552)

2025-02-26 Thread markshannon
https://github.com/python/cpython/commit/263d56e1e23c711e3abafcae6707cbeb66d15e93 commit: 263d56e1e23c711e3abafcae6707cbeb66d15e93 branch: main author: Mark Shannon committer: markshannon date: 2025-02-26T08:54:24Z summary: GH-130396: Increase trashcan overhead (GH-130552) Double trashcan overh

[Python-checkins] [3.13] Docs: Fix some semantic usages of `iterator.__iter__` (GH-130172) (GH-130543)

2025-02-26 Thread encukou
https://github.com/python/cpython/commit/75358a8e950ad5f3752ae37e04dc8fc2c1557b16 commit: 75358a8e950ad5f3752ae37e04dc8fc2c1557b16 branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: encukou date: 2025-02-26T11:02:53+01:00 summary: [3.13] Docs:

[Python-checkins] [3.12] Docs: Fix some semantic usages of `iterator.__iter__` (GH-130172) (GH-130544)

2025-02-26 Thread encukou
https://github.com/python/cpython/commit/7575abb9d9ed976dfad16abe9cb69865b74a1e6e commit: 7575abb9d9ed976dfad16abe9cb69865b74a1e6e branch: 3.12 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: encukou date: 2025-02-26T11:03:00+01:00 summary: [3.12] Docs:

[Python-checkins] gh-111178: fix UBSan failures in `Modules/_zoneinfo.c` (GH-129798)

2025-02-26 Thread encukou
https://github.com/python/cpython/commit/18bc5b78390094b1eda71acdaa7fe9ace8ec51e0 commit: 18bc5b78390094b1eda71acdaa7fe9ace8ec51e0 branch: main author: Bénédikt Tran <10796600+picn...@users.noreply.github.com> committer: encukou date: 2025-02-26T09:36:59+01:00 summary: gh-78: fix UBSan failur

[Python-checkins] gh-111178: fix UBSan failures in `Modules/_tkinter.c` (GH-129795)

2025-02-26 Thread encukou
https://github.com/python/cpython/commit/59d3ad0c62570d33101e60f7592ae571a6f6 commit: 59d3ad0c62570d33101e60f7592ae571a6f6 branch: main author: Bénédikt Tran <10796600+picn...@users.noreply.github.com> committer: encukou date: 2025-02-26T09:40:48+01:00 summary: gh-78: fix UBSan failur

[Python-checkins] [3.13] gh-130433: Update documentation for `MultipartConversionError` (GH-130436) (GH-130565)

2025-02-26 Thread encukou
https://github.com/python/cpython/commit/3d64fd88960cb6c8240174c4c6f5c640d190b257 commit: 3d64fd88960cb6c8240174c4c6f5c640d190b257 branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: encukou date: 2025-02-26T09:59:12+01:00 summary: [3.13] gh-130

[Python-checkins] [3.12] gh-130433: Update documentation for `MultipartConversionError` (GH-130436) (GH-130566)

2025-02-26 Thread encukou
https://github.com/python/cpython/commit/2592402bbae0567f9688dfbfabcb45faf8a2170b commit: 2592402bbae0567f9688dfbfabcb45faf8a2170b branch: 3.12 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: encukou date: 2025-02-26T09:59:19+01:00 summary: [3.12] gh-130

[Python-checkins] GH-130396: Treat clang -Og as optimized for gdb tests (GH-130550)

2025-02-26 Thread markshannon
https://github.com/python/cpython/commit/129db32d6f2d7f450d2741da6a222c18e458c61b commit: 129db32d6f2d7f450d2741da6a222c18e458c61b branch: main author: Mark Shannon committer: markshannon date: 2025-02-26T09:01:58Z summary: GH-130396: Treat clang -Og as optimized for gdb tests (GH-130550) files

[Python-checkins] gh-130433: Update documentation for `MultipartConversionError` (GH-130436)

2025-02-26 Thread encukou
https://github.com/python/cpython/commit/b536e371044f9e9b1b34cc8276a01e67550b5428 commit: b536e371044f9e9b1b34cc8276a01e67550b5428 branch: main author: Yuki Kobayashi committer: encukou date: 2025-02-26T08:34:10Z summary: gh-130433: Update documentation for `MultipartConversionError` (GH-130436)

[Python-checkins] gh-128982: Substitute regular expression in `http.cookiejar.join_header_words` for an efficient alternative (GH-128983)

2025-02-26 Thread encukou
https://github.com/python/cpython/commit/56e190068177855266f32a7efa329d145b279f94 commit: 56e190068177855266f32a7efa329d145b279f94 branch: main author: Bénédikt Tran <10796600+picn...@users.noreply.github.com> committer: encukou date: 2025-02-26T13:01:32+01:00 summary: gh-128982: Substitute regul

[Python-checkins] [3.12] Fix indentation for contextlib.asynccontextmanager docs (GH-127333) (#130580)

2025-02-26 Thread hugovk
https://github.com/python/cpython/commit/6a268a046f474e860c8d0186a859fdd075d80463 commit: 6a268a046f474e860c8d0186a859fdd075d80463 branch: 3.12 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: hugovk <1324225+hug...@users.noreply.github.com> date: 2025-02-2