[Python-checkins] gh-130617 : fix time_clockid_converter on DragonFlyBSD (#130634)

2025-02-27 Thread vstinner
https://github.com/python/cpython/commit/e41981704f0a6adb58c3e258b4226619521ce03c commit: e41981704f0a6adb58c3e258b4226619521ce03c branch: main author: leleliu008 committer: vstinner date: 2025-02-28T08:56:00+01:00 summary: gh-130617 : fix time_clockid_converter on DragonFlyBSD (#130634) Signed

[Python-checkins] gh-130091: Reorder `_PyThreadState_Attach` to avoid data race (gh-130092)

2025-02-27 Thread colesbury
https://github.com/python/cpython/commit/7aeaa5af2c32f1f87b59f36f89e19284e24b26b9 commit: 7aeaa5af2c32f1f87b59f36f89e19284e24b26b9 branch: main author: Sam Gross committer: colesbury date: 2025-02-27T13:57:19-05:00 summary: gh-130091: Reorder `_PyThreadState_Attach` to avoid data race (gh-130092

[Python-checkins] [3.13] gh-129200: Add locking to the iOS testbed startup sequence. (GH-130564) (#130657)

2025-02-27 Thread freakboy3742
https://github.com/python/cpython/commit/797aac789a59048a790e3bea160d18465666 commit: 797aac789a59048a790e3bea160d18465666 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: freakboy3742 date: 2025-02-28T10:48:46+08:00 summary: [3.13] g

[Python-checkins] GH-121970: Extract ``issue_role`` into a new extension (#130615)

2025-02-27 Thread AA-Turner
https://github.com/python/cpython/commit/043ab3af9ac81c6315395bef814fd12acb873b23 commit: 043ab3af9ac81c6315395bef814fd12acb873b23 branch: main author: Adam Turner <[email protected]> committer: AA-Turner <[email protected]> date: 2025-02-27T19:06:1

[Python-checkins] gh-129200: Add locking to the iOS testbed startup sequence. (#130564)

2025-02-27 Thread freakboy3742
https://github.com/python/cpython/commit/9211b3dabeacb92713ac3f5f0fa43bc7cf69afd8 commit: 9211b3dabeacb92713ac3f5f0fa43bc7cf69afd8 branch: main author: Russell Keith-Magee committer: freakboy3742 date: 2025-02-28T07:33:10+08:00 summary: gh-129200: Add locking to the iOS testbed startup sequence.

[Python-checkins] gh-127271: Remove the PyCell_Get usage for framelocalsproxy (#130383)

2025-02-27 Thread gaogaotiantian
https://github.com/python/cpython/commit/6140b0896e95ca96aa15472e14d0502966391485 commit: 6140b0896e95ca96aa15472e14d0502966391485 branch: main author: Tian Gao committer: gaogaotiantian date: 2025-02-27T18:12:04-05:00 summary: gh-127271: Remove the PyCell_Get usage for framelocalsproxy (#130383

[Python-checkins] [3.12] gh-125553: Fix backslash continuation in `untokenize` (GH-126010) (#130579)

2025-02-27 Thread pablogsal
https://github.com/python/cpython/commit/b8f2ff08f1a2cf5bd08c84e998527551197e9a6d commit: b8f2ff08f1a2cf5bd08c84e998527551197e9a6d branch: 3.12 author: Hugo van Kemenade <[email protected]> committer: pablogsal date: 2025-02-27T21:57:13Z summary: [3.12] gh-125553: Fix backsl

[Python-checkins] [3.12] GH-121970: Extract ``issue_role`` into a new extension (GH-130615) (#130652)

2025-02-27 Thread AA-Turner
https://github.com/python/cpython/commit/245ca2607c8564d9bf3edf566f3f6acddf6ed092 commit: 245ca2607c8564d9bf3edf566f3f6acddf6ed092 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: AA-Turner <[email protected]> date: 202

[Python-checkins] [3.13] GH-121970: Extract ``issue_role`` into a new extension (GH-130615) (#130651)

2025-02-27 Thread AA-Turner
https://github.com/python/cpython/commit/b53065a0a5e89b34e0a1d79ac26e49f84334e93b commit: b53065a0a5e89b34e0a1d79ac26e49f84334e93b branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: AA-Turner <[email protected]> date: 202

[Python-checkins] [3.12] GH-92897: schedule the check_home deprecation to 3.15 (GH-129102) (#130585)

2025-02-27 Thread FFY00
https://github.com/python/cpython/commit/a55a9cd6c2273c5eb6d346d4c281ab0aa72f7221 commit: a55a9cd6c2273c5eb6d346d4c281ab0aa72f7221 branch: 3.12 author: Hugo van Kemenade <[email protected]> committer: FFY00 date: 2025-02-27T18:17:08Z summary: [3.12] GH-92897: schedule the ch

[Python-checkins] [3.13] GH-92897: schedule the check_home deprecation to 3.15 (GH-129102) (#130583)

2025-02-27 Thread FFY00
https://github.com/python/cpython/commit/4100fb0537eac0fb0f25f2d5e1b667f806964b21 commit: 4100fb0537eac0fb0f25f2d5e1b667f806964b21 branch: 3.13 author: Hugo van Kemenade <[email protected]> committer: FFY00 date: 2025-02-27T18:16:33Z summary: [3.13] GH-92897: schedule the ch

[Python-checkins] gh-130618: Fix parser error when using lambdas inside f-strings (#130638)

2025-02-27 Thread pablogsal
https://github.com/python/cpython/commit/e06bebb87e1b33f7251196e1ddb566f528c3fc98 commit: e06bebb87e1b33f7251196e1ddb566f528c3fc98 branch: main author: Pablo Galindo Salgado committer: pablogsal date: 2025-02-27T15:51:17Z summary: gh-130618: Fix parser error when using lambdas inside f-strings (

[Python-checkins] [3.12] gh-129405: Fix doc for Py_mod_multiple_interpreters default, and add test (GH-129406) (GH-130510)

2025-02-27 Thread encukou
https://github.com/python/cpython/commit/a678d8e511456c96652af965309e684ccaa98e90 commit: a678d8e511456c96652af965309e684ccaa98e90 branch: 3.12 author: Petr Viktorin committer: encukou date: 2025-02-27T16:30:46+01:00 summary: [3.12] gh-129405: Fix doc for Py_mod_multiple_interpreters default, an

[Python-checkins] Docs: Fix a misplaced statement in the document for `ServerProxy` (GH-130616)

2025-02-27 Thread encukou
https://github.com/python/cpython/commit/b26286ca49d87ad8491e411f7b0283b0f15ad5be commit: b26286ca49d87ad8491e411f7b0283b0f15ad5be branch: main author: Yuki Kobayashi committer: encukou date: 2025-02-27T16:14:56+01:00 summary: Docs: Fix a misplaced statement in the document for `ServerProxy` (GH

[Python-checkins] [3.13] gh-127785: Limit check labels github action permission (GH-130596) (#130623)

2025-02-27 Thread hugovk
https://github.com/python/cpython/commit/676cecac1c3dcfc21b701681db5362ebc94991bb commit: 676cecac1c3dcfc21b701681db5362ebc94991bb branch: 3.13 author: shenxianpeng committer: hugovk <[email protected]> date: 2025-02-27T14:57:41Z summary: [3.13] gh-127785: Limit check labels

[Python-checkins] gh-129107: fix thread safety of `bytearray` where two critical sections are needed (#130227)

2025-02-27 Thread kumaraditya303
https://github.com/python/cpython/commit/e85f81f4309bda4649d99c6b6a8bec9fb53346cd commit: e85f81f4309bda4649d99c6b6a8bec9fb53346cd branch: main author: Tomasz Pytel committer: kumaraditya303 date: 2025-02-27T20:29:58+05:30 summary: gh-129107: fix thread safety of `bytearray` where two critical s

[Python-checkins] [3.12] gh-127785: Limit check labels github action permission (GH-130596) (#130625)

2025-02-27 Thread hugovk
https://github.com/python/cpython/commit/e280c493f18c219e2971fbe18040150bb2c54e1a commit: e280c493f18c219e2971fbe18040150bb2c54e1a branch: 3.12 author: shenxianpeng committer: hugovk <[email protected]> date: 2025-02-27T14:47:41Z summary: [3.12] gh-127785: Limit check labels

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

2025-02-27 Thread AA-Turner
https://github.com/python/cpython/commit/c7ac503f4b766eb2aa49731f0160b4aabac06d84 commit: c7ac503f4b766eb2aa49731f0160b4aabac06d84 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: AA-Turner <[email protected]> date: 202

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

2025-02-27 Thread AA-Turner
https://github.com/python/cpython/commit/c6c2071cab39643d40d3ea0f666ef9c50beb4d31 commit: c6c2071cab39643d40d3ea0f666ef9c50beb4d31 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: AA-Turner <[email protected]> date: 202

[Python-checkins] gh-128942: make `array` module thread safe (#128943)

2025-02-27 Thread kumaraditya303
https://github.com/python/cpython/commit/8ba0d7bbc295781bf27902380521db97a272c442 commit: 8ba0d7bbc295781bf27902380521db97a272c442 branch: main author: Tomasz Pytel committer: kumaraditya303 date: 2025-02-27T14:00:14Z summary: gh-128942: make `array` module thread safe (#128943) Co-authored-by:

[Python-checkins] gh-130421: Fix data race on timebase initialization (gh-130592)

2025-02-27 Thread colesbury
https://github.com/python/cpython/commit/d027787c8d89f59a9f0b1d7cc6972f5e16ffc740 commit: d027787c8d89f59a9f0b1d7cc6972f5e16ffc740 branch: main author: Sam Gross committer: colesbury date: 2025-02-27T13:27:54Z summary: gh-130421: Fix data race on timebase initialization (gh-130592) Windows and

[Python-checkins] gh-129288: Add optional l2_cid and l2_bdaddr_type in BTPROTO_L2CAP socket address tuple (#129293)

2025-02-27 Thread encukou
https://github.com/python/cpython/commit/45a24f54af4a65c14cc15fc13d3258726e2fe73b commit: 45a24f54af4a65c14cc15fc13d3258726e2fe73b branch: main author: Fredrik Ahlberg committer: encukou date: 2025-02-27T12:51:47Z summary: gh-129288: Add optional l2_cid and l2_bdaddr_type in BTPROTO_L2CAP socket

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

2025-02-27 Thread pablogsal
https://github.com/python/cpython/commit/f1897d312e16bdf820ee47de053fdc24f621d0b1 commit: f1897d312e16bdf820ee47de053fdc24f621d0b1 branch: 3.11 author: Miss Islington (bot) <[email protected]> committer: pablogsal date: 2025-02-27T12:43:48Z summary: [3.11] GH-130396

[Python-checkins] gh-109959: Remove test_glob.test_selflink() (#130551)

2025-02-27 Thread vstinner
https://github.com/python/cpython/commit/a083633fa046386b8cdaae0c87fef25289dde9a1 commit: a083633fa046386b8cdaae0c87fef25289dde9a1 branch: main author: Victor Stinner committer: vstinner date: 2025-02-27T11:07:08+01:00 summary: gh-109959: Remove test_glob.test_selflink() (#130551) The test is n

[Python-checkins] GH-128534: Instrument branches for `async for` loops. (GH-130569)

2025-02-27 Thread markshannon
https://github.com/python/cpython/commit/2a18e80695ac1f05c95ea3b1cfe29defd45e2f71 commit: 2a18e80695ac1f05c95ea3b1cfe29defd45e2f71 branch: main author: Mark Shannon committer: markshannon date: 2025-02-27T09:36:41Z summary: GH-128534: Instrument branches for `async for` loops. (GH-130569) files