[Python-checkins] gh-128002: use efficient linked list implementation for eager tasks in asyncio (#130518)

2025-03-02 Thread kumaraditya303
https://github.com/python/cpython/commit/7e3b788e8f3dc986bcccb047ddc3f0a7a99bb08c commit: 7e3b788e8f3dc986bcccb047ddc3f0a7a99bb08c branch: main author: Kumar Aditya committer: kumaraditya303 date: 2025-03-03T06:36:43Z summary: gh-128002: use efficient linked list implementation for eager tasks i

[Python-checkins] gh-128041: Add `terminate_workers` and `kill_workers` methods to ProcessPoolExecutor (GH-128043)

2025-03-02 Thread gpshead
https://github.com/python/cpython/commit/f97e4098ff71a6488fd3411f9f9e6fa7a7bb4efe commit: f97e4098ff71a6488fd3411f9f9e6fa7a7bb4efe branch: main author: Charles Machalow committer: gpshead date: 2025-03-02T18:01:45-08:00 summary: gh-128041: Add `terminate_workers` and `kill_workers` methods to P

[Python-checkins] [3.13] gh-130637: Add validation for numeric response data in `stat()` method (GH-130646) (#130763)

2025-03-02 Thread terryjreedy
https://github.com/python/cpython/commit/e6dfa9d6013018c1f5d8e3a72b73cdab2a5664c2 commit: e6dfa9d6013018c1f5d8e3a72b73cdab2a5664c2 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: terryjreedy date: 2025-03-02T20:28:56Z summary: [3.13] gh-1306

[Python-checkins] GH-130415: Use boolean guards to narrow types to values in the JIT (GH-130659)

2025-03-02 Thread brandtbucher
https://github.com/python/cpython/commit/7afa476874b9a432ad6dbe9fb3e65d62f2999f88 commit: 7afa476874b9a432ad6dbe9fb3e65d62f2999f88 branch: main author: Brandt Bucher committer: brandtbucher date: 2025-03-02T13:21:34-08:00 summary: GH-130415: Use boolean guards to narrow types to values in the JI

[Python-checkins] [3.12] gh-130637: Add validation for numeric response data in `stat()` method (GH-130646) (#130764)

2025-03-02 Thread terryjreedy
https://github.com/python/cpython/commit/d9ca98a92d8fbd671d818c2cc0b481182370f1fc commit: d9ca98a92d8fbd671d818c2cc0b481182370f1fc branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: terryjreedy date: 2025-03-02T15:05:46-05:00 summary: [3.12] gh

[Python-checkins] [3.13] gh-128481: indicate that the default value for `FrameSummary.end_lineno` changed in 3.13 (GH-130755) (#130767)

2025-03-02 Thread picnixz
https://github.com/python/cpython/commit/3bef4af30124518b439362247709f5ae2bf57c11 commit: 3bef4af30124518b439362247709f5ae2bf57c11 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: picnixz <[email protected]> date: 2025-0

[Python-checkins] gh-128481: indicate that the default value for `FrameSummary.end_lineno` changed in 3.13 (#130755)

2025-03-02 Thread picnixz
https://github.com/python/cpython/commit/c6513f7a627c8918a5e3f3733fa47d34a94ddff9 commit: c6513f7a627c8918a5e3f3733fa47d34a94ddff9 branch: main author: Bénédikt Tran <[email protected]> committer: picnixz <[email protected]> date: 2025-03-02T18:16:51+

[Python-checkins] gh-130637: Add validation for numeric response data in `stat()` method (#130646)

2025-03-02 Thread ericvsmith
https://github.com/python/cpython/commit/a42168d316f0c9a4fc5658dab87682dc19054efb commit: a42168d316f0c9a4fc5658dab87682dc19054efb branch: main author: Kanishk Pachauri committer: ericvsmith date: 2025-03-02T08:05:40-05:00 summary: gh-130637: Add validation for numeric response data in `stat()`

[Python-checkins] gh-89083: add support for UUID version 6 (RFC 9562) (#120650)

2025-03-02 Thread picnixz
https://github.com/python/cpython/commit/990ad272f66fe6a50087ad044725bb0f9f8e181d commit: 990ad272f66fe6a50087ad044725bb0f9f8e181d branch: main author: Bénédikt Tran <[email protected]> committer: picnixz <[email protected]> date: 2025-03-02T12:41:56+

[Python-checkins] [3.12] Fix grammar typo in `Doc/c-api/arg.rst` (GH-130741) (#130758)

2025-03-02 Thread hugovk
https://github.com/python/cpython/commit/96e6932bef469599269c15f389e832a56d8d094a commit: 96e6932bef469599269c15f389e832a56d8d094a branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: hugovk <[email protected]> date: 2025-03-0

[Python-checkins] [3.13] Fix grammar typo in `Doc/c-api/arg.rst` (GH-130741) (#130759)

2025-03-02 Thread hugovk
https://github.com/python/cpython/commit/9854566626f6d79bf1c640d6893db8551056538d commit: 9854566626f6d79bf1c640d6893db8551056538d branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: hugovk <[email protected]> date: 2025-03-0

[Python-checkins] [3.12] Add link in the `importlib.metadata.version()` docs (GH-130739) (#130760)

2025-03-02 Thread picnixz
https://github.com/python/cpython/commit/257240e7239264b89916c76fb75c6f5f04e189cc commit: 257240e7239264b89916c76fb75c6f5f04e189cc branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: picnixz <[email protected]> date: 2025-0

[Python-checkins] [3.13] Add link in the `importlib.metadata.version()` docs (GH-130739) (#130761)

2025-03-02 Thread picnixz
https://github.com/python/cpython/commit/ff14c1e7a9c936d88a545c858b7b09d85d6f7b72 commit: ff14c1e7a9c936d88a545c858b7b09d85d6f7b72 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: picnixz <[email protected]> date: 2025-0

[Python-checkins] [3.12] gh-128481: Improve documentation for `traceback.FrameSummary` (GH-128484) (#130754)

2025-03-02 Thread picnixz
https://github.com/python/cpython/commit/a0676db61efd08ff9cefc878dd47c007c9793a8f commit: a0676db61efd08ff9cefc878dd47c007c9793a8f branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: picnixz <[email protected]> date: 2025-0

[Python-checkins] gh-130740: Move some `stdbool.h` includes after `Python.h` (#130738)

2025-03-02 Thread picnixz
https://github.com/python/cpython/commit/214562ed4ddc248b007f718ed92ebcc0c3669611 commit: 214562ed4ddc248b007f718ed92ebcc0c3669611 branch: main author: Hugo Beauzée-Luyssen committer: picnixz <[email protected]> date: 2025-03-02T09:56:49Z summary: gh-130740: Move some `std

[Python-checkins] [3.13] gh-128481: Improve documentation for `traceback.FrameSummary` (GH-128484) (#130753)

2025-03-02 Thread picnixz
https://github.com/python/cpython/commit/dca599eaad5fcbbc58de027549cbc0748cf7f526 commit: dca599eaad5fcbbc58de027549cbc0748cf7f526 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: picnixz <[email protected]> date: 2025-0

[Python-checkins] gh-128481: Improve documentation for `traceback.FrameSummary` (#128484)

2025-03-02 Thread picnixz
https://github.com/python/cpython/commit/051f0e5683fec3840fa7fc99723741dd2d701eae commit: 051f0e5683fec3840fa7fc99723741dd2d701eae branch: main author: Damien <[email protected]> committer: picnixz <[email protected]> date: 2025-03-02T10:29:12+01:

[Python-checkins] Fix grammar typo in `Doc/c-api/arg.rst` (#130741)

2025-03-02 Thread picnixz
https://github.com/python/cpython/commit/37145cb89fe806377a5e9ed1fdac92dd3a5df2c0 commit: 37145cb89fe806377a5e9ed1fdac92dd3a5df2c0 branch: main author: Arijit Kumar Das committer: picnixz <[email protected]> date: 2025-03-02T10:24:34+01:00 summary: Fix grammar typo in `Doc

[Python-checkins] Add link in the `importlib.metadata.version()` docs (#130739)

2025-03-02 Thread picnixz
https://github.com/python/cpython/commit/c71e55869e7bc56b2bd04f3055f810026a66c076 commit: c71e55869e7bc56b2bd04f3055f810026a66c076 branch: main author: Tim Hoffmann <[email protected]> committer: picnixz <[email protected]> date: 2025-03-02T10:23:32+0