[Python-checkins] gh-129205: Update multiprocessing.forkserver to use os.readinto() (#129425)

2025-01-30 Thread vstinner
https://github.com/python/cpython/commit/10ee2d9d3bcde27c75f179214ad41c00e4852a7a commit: 10ee2d9d3bcde27c75f179214ad41c00e4852a7a branch: main author: Cody Maloney committer: vstinner date: 2025-01-30T22:24:52Z summary: gh-129205: Update multiprocessing.forkserver to use os.readinto() (#129425)

[Python-checkins] gh-127349: Add check for correct resizing in REPL (#127387)

2025-01-30 Thread pablogsal
https://github.com/python/cpython/commit/510fefdc625dd2ed2b6b3975314a59e291b94ae8 commit: 510fefdc625dd2ed2b6b3975314a59e291b94ae8 branch: main author: donBarbos committer: pablogsal date: 2025-01-30T19:34:09Z summary: gh-127349: Add check for correct resizing in REPL (#127387) files: A Misc/N

[Python-checkins] [3.13] gh-111495: Add PyFile tests (#129449) (#129477)

2025-01-30 Thread vstinner
https://github.com/python/cpython/commit/9a59a51733e58b6091ca9157fd43cc9d0f93a96f commit: 9a59a51733e58b6091ca9157fd43cc9d0f93a96f branch: 3.13 author: Victor Stinner committer: vstinner date: 2025-01-30T20:29:27+01:00 summary: [3.13] gh-111495: Add PyFile tests (#129449) (#129477) gh-111495: A

[Python-checkins] gh-111495: Add PyFile tests (#129449)

2025-01-30 Thread vstinner
https://github.com/python/cpython/commit/4ca9fc08f89bf7172d41e523d9e520eb1729ee8c commit: 4ca9fc08f89bf7172d41e523d9e520eb1729ee8c branch: main author: Victor Stinner committer: vstinner date: 2025-01-30T18:05:32+01:00 summary: gh-111495: Add PyFile tests (#129449) Add tests for the following f

[Python-checkins] gh-129354: Use PyErr_FormatUnraisable() function (#129435)

2025-01-30 Thread vstinner
https://github.com/python/cpython/commit/4e47e05045b7b05c7e166bda2afd60191314e326 commit: 4e47e05045b7b05c7e166bda2afd60191314e326 branch: main author: Victor Stinner committer: vstinner date: 2025-01-30T16:09:38+01:00 summary: gh-129354: Use PyErr_FormatUnraisable() function (#129435) Replace

[Python-checkins] [3.13] gh-128799: Add frame of except* to traceback when wrapping a naked exception (#128971) (#129299)

2025-01-30 Thread iritkatriel
https://github.com/python/cpython/commit/a853e2f0760613dc513955ee46143f6d411d352f commit: a853e2f0760613dc513955ee46143f6d411d352f branch: 3.13 author: Irit Katriel <[email protected]> committer: iritkatriel <[email protected]> date: 2025-01-30T

[Python-checkins] [3.12] gh-128799: Add frame of except* to traceback when wrapping a naked exception (GH-128971) (#129328)

2025-01-30 Thread iritkatriel
https://github.com/python/cpython/commit/d2f551db12a779be30e23d031333b7f070c9a711 commit: d2f551db12a779be30e23d031333b7f070c9a711 branch: 3.12 author: Irit Katriel <[email protected]> committer: iritkatriel <[email protected]> date: 2025-01-30T

[Python-checkins] clearer error and suggestion when c-analyzer cannot read ignored.tsv (#129423)

2025-01-30 Thread iritkatriel
https://github.com/python/cpython/commit/5ab9604683a58e613c6eba309ed89ed2092e3e2d commit: 5ab9604683a58e613c6eba309ed89ed2092e3e2d branch: main author: Irit Katriel <[email protected]> committer: iritkatriel <[email protected]> date: 2025-01-30T

[Python-checkins] gh-89188: Implement PyUnicode_KIND() as a function (#129412)

2025-01-30 Thread vstinner
https://github.com/python/cpython/commit/a810cb89f108f026d70c5b20141b709493051d96 commit: a810cb89f108f026d70c5b20141b709493051d96 branch: main author: Victor Stinner committer: vstinner date: 2025-01-30T11:27:27Z summary: gh-89188: Implement PyUnicode_KIND() as a function (#129412) Implement P

[Python-checkins] gh-129005: _pyio.BufferedIO remove copy on readall (#129454)

2025-01-30 Thread vstinner
https://github.com/python/cpython/commit/e1c4ba928852eac0b0e0bded1c314e3e36975286 commit: e1c4ba928852eac0b0e0bded1c314e3e36975286 branch: main author: Cody Maloney committer: vstinner date: 2025-01-30T11:23:25Z summary: gh-129005: _pyio.BufferedIO remove copy on readall (#129454) Slicing buf a

[Python-checkins] gh-128911: Add PyImport_ImportModuleAttr() function (#128912)

2025-01-30 Thread vstinner
https://github.com/python/cpython/commit/3bebe46d3413195ee18c5c9ada83a35d4fd1d0e7 commit: 3bebe46d3413195ee18c5c9ada83a35d4fd1d0e7 branch: main author: Victor Stinner committer: vstinner date: 2025-01-30T11:17:29Z summary: gh-128911: Add PyImport_ImportModuleAttr() function (#128912) Add PyImpo

[Python-checkins] gh-129005: Align FileIO.readall() allocation (#129458)

2025-01-30 Thread vstinner
https://github.com/python/cpython/commit/f927204f64b3f8dbecec784e05bc8e25d2a78b2e commit: f927204f64b3f8dbecec784e05bc8e25d2a78b2e branch: main author: Cody Maloney committer: vstinner date: 2025-01-30T11:14:23Z summary: gh-129005: Align FileIO.readall() allocation (#129458) Both now use a pre-

[Python-checkins] gh-129467: Fix compiler warning in mpdecimal word_to_string() (#116346)

2025-01-30 Thread vstinner
https://github.com/python/cpython/commit/6c63afc3be9dd612f587fe7869c1f317d5ea37cc commit: 6c63afc3be9dd612f587fe7869c1f317d5ea37cc branch: main author: Sergey B Kirpichev committer: vstinner date: 2025-01-30T11:57:55+01:00 summary: gh-129467: Fix compiler warning in mpdecimal word_to_string() (#

[Python-checkins] [3.13] gh-129438: Update ``--enable-experimental-jit`` section with install requirements (GH-129450) (#129472)

2025-01-30 Thread Eclips4
https://github.com/python/cpython/commit/fcb265671c0443133ad9a4f7bd4a1e4fa5810270 commit: fcb265671c0443133ad9a4f7bd4a1e4fa5810270 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: Eclips4 date: 2025-01-30T10:22:05Z summary: [3.13] gh-129438:

[Python-checkins] gh-129438: Update ``--enable-experimental-jit`` section with install requirements (#129450)

2025-01-30 Thread Eclips4
https://github.com/python/cpython/commit/652f66ac386dad5992c6f7c494871907272503f8 commit: 652f66ac386dad5992c6f7c494871907272503f8 branch: main author: Stan Ulbrych <[email protected]> committer: Eclips4 date: 2025-01-30T12:16:05+02:00 summary: gh-129438: Update ``

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

2025-01-30 Thread encukou
https://github.com/python/cpython/commit/9bc8c5fc0c8557b831bf47e6fe6ff85678cc8c0c commit: 9bc8c5fc0c8557b831bf47e6fe6ff85678cc8c0c branch: main author: Bénédikt Tran <[email protected]> committer: encukou date: 2025-01-30T11:11:37+01:00 summary: gh-78: fix UBSan failur

[Python-checkins] [3.13] gh-129403: Fix `ValueError` messages in `asyncio.Barrier` and `threading.Barrier` (GH-129419) (#129468)

2025-01-30 Thread sobolevn
https://github.com/python/cpython/commit/ad4a141a6b4095350ae73a80cb40dcba348c48ad commit: ad4a141a6b4095350ae73a80cb40dcba348c48ad branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: sobolevn date: 2025-01-30T09:33:30Z summary: [3.13] gh-129403:

[Python-checkins] [3.12] remove type annotations from multiprocessing. (GH-129381) (#129471)

2025-01-30 Thread gpshead
https://github.com/python/cpython/commit/ddb314f5989a2f5ee81505d7b80abd8087ee70df commit: ddb314f5989a2f5ee81505d7b80abd8087ee70df branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: gpshead date: 2025-01-30T09:08:31Z summary: [3.12] remove type

[Python-checkins] [3.13] remove type annotations from multiprocessing. (GH-129381) (#129470)

2025-01-30 Thread gpshead
https://github.com/python/cpython/commit/25a3f3ac46ca228cb1d03c3830e816332a3935ce commit: 25a3f3ac46ca228cb1d03c3830e816332a3935ce branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: gpshead date: 2025-01-30T08:54:15Z summary: [3.13] remove type

[Python-checkins] remove type annotations from multiprocessing. (#129381)

2025-01-30 Thread gpshead
https://github.com/python/cpython/commit/71aecc284efdf997939568a4167dbffe1a65b9bf commit: 71aecc284efdf997939568a4167dbffe1a65b9bf branch: main author: Gregory P. Smith committer: gpshead date: 2025-01-30T00:31:54-08:00 summary: remove type annotations from multiprocessing. (#129381) * remove t

[Python-checkins] [3.12] gh-129403: Fix `ValueError` messages in `asyncio.Barrier` and `threading.Barrier` (GH-129419) (#129469)

2025-01-30 Thread sobolevn
https://github.com/python/cpython/commit/f463d05a0979aada4fadcd43ff721b1ff081d2aa commit: f463d05a0979aada4fadcd43ff721b1ff081d2aa branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: sobolevn date: 2025-01-30T08:28:06Z summary: [3.12] gh-129403:

[Python-checkins] gh-129403: Fix `ValueError` messages in `asyncio.Barrier` and `threading.Barrier` (#129419)

2025-01-30 Thread sobolevn
https://github.com/python/cpython/commit/bcb25d60b1baf9348e73cbd2359342cea6009c36 commit: bcb25d60b1baf9348e73cbd2359342cea6009c36 branch: main author: Stan Ulbrych <[email protected]> committer: sobolevn date: 2025-01-30T11:11:12+03:00 summary: gh-129403: Fix `Val