[Python-checkins] fix comment reference from man 7 signal to man 7 signal-safety (#138554)

2025-09-06 Thread gpshead
https://github.com/python/cpython/commit/2f5ace780ba3880ce07c4aacbda08ebba36e3b4d commit: 2f5ace780ba3880ce07c4aacbda08ebba36e3b4d branch: main author: mqudah committer: gpshead <[email protected]> date: 2025-09-06T18:40:15Z summary: fix comment reference from man 7 signal to

[Python-checkins] gh-138191: Document ``frame.f_generator`` in the data model (#138540)

2025-09-06 Thread AA-Turner
https://github.com/python/cpython/commit/e5c58300794a9f3054a0af3f76cf14b81a4da47f commit: e5c58300794a9f3054a0af3f76cf14b81a4da47f branch: main author: dbXD320 committer: AA-Turner <[email protected]> date: 2025-09-05T17:07:29Z summary: gh-138191: Document ``frame.f_gener

[Python-checkins] gh-137210: Add a struct, slot & function for checking an extension's ABI (GH-137212)

2025-09-06 Thread encukou
https://github.com/python/cpython/commit/0c74fc8af0eba51d6817f8d377a82db39f120688 commit: 0c74fc8af0eba51d6817f8d377a82db39f120688 branch: main author: Petr Viktorin committer: encukou date: 2025-09-05T16:23:18+02:00 summary: gh-137210: Add a struct, slot & function for checking an extension's A

[Python-checkins] gh-90548: Skip ctypes test_null_dlsym when linked to musl (GH-138592)

2025-09-06 Thread zware
https://github.com/python/cpython/commit/7d58461fdb02915aa1c93cba8e8e10201bd47696 commit: 7d58461fdb02915aa1c93cba8e8e10201bd47696 branch: main author: Zachary Ware committer: zware date: 2025-09-06T14:01:18-05:00 summary: gh-90548: Skip ctypes test_null_dlsym when linked to musl (GH-138592) Th

[Python-checkins] gh-90548: Allow Alpine/MUSL to pass test_c_locale_coercion. (GH-134454)

2025-09-06 Thread zware
https://github.com/python/cpython/commit/bcdac03670eff192e670aef696cce47e69061be8 commit: bcdac03670eff192e670aef696cce47e69061be8 branch: main author: R. David Murray committer: zware date: 2025-09-06T14:01:11-05:00 summary: gh-90548: Allow Alpine/MUSL to pass test_c_locale_coercion. (GH-134454

[Python-checkins] [3.14] gh-116946: fully implement GC protocol for `_curses_panel.panel` (GH-138333) (#138427)

2025-09-06 Thread hugovk
https://github.com/python/cpython/commit/9cc2b2510159e470d32ccac3a86d936d08d21460 commit: 9cc2b2510159e470d32ccac3a86d936d08d21460 branch: 3.14 author: Bénédikt Tran <[email protected]> committer: hugovk <[email protected]> date: 2025-09-06T21:20:35+03:

[Python-checkins] Docs: Fix typo in `random_derangement` recipe (GH-138599)

2025-09-06 Thread ZeroIntensity
https://github.com/python/cpython/commit/c117b033856ab7873972ec27bc1bfd2e1868bd47 commit: c117b033856ab7873972ec27bc1bfd2e1868bd47 branch: main author: Gilles Peiffer committer: ZeroIntensity date: 2025-09-06T16:53:49-04:00 summary: Docs: Fix typo in `random_derangement` recipe (GH-138599) file

[Python-checkins] [3.13] fix comment reference from man 7 signal to man 7 signal-safety (GH-138554) (#138595)

2025-09-06 Thread gpshead
https://github.com/python/cpython/commit/837df2774fe416158359b1e09c0eef840e691617 commit: 837df2774fe416158359b1e09c0eef840e691617 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: gpshead <[email protected]> date: 2025-09-0

[Python-checkins] [3.14] gh-138191: Document ``frame.f_generator`` in the data model (GH-138540) (#138553)

2025-09-06 Thread hugovk
https://github.com/python/cpython/commit/1e1bfe7bbe0f77e6848f8facdb4b2f0c27b3cc64 commit: 1e1bfe7bbe0f77e6848f8facdb4b2f0c27b3cc64 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: hugovk <[email protected]> date: 2025-09-0

[Python-checkins] [3.13] gh-116946: fully implement GC protocol for `_curses_panel.panel` (GH-138333) (#138428)

2025-09-06 Thread picnixz
https://github.com/python/cpython/commit/afec2c70eb5828b9af32f36e743a1ce6f90d1711 commit: afec2c70eb5828b9af32f36e743a1ce6f90d1711 branch: 3.13 author: Bénédikt Tran <[email protected]> committer: picnixz <[email protected]> date: 2025-09-06T12:17:57+

[Python-checkins] gh-116738: make `cProfile` module thread-safe (#138229)

2025-09-06 Thread kumaraditya303
https://github.com/python/cpython/commit/8554c0917e25a7abe12b3000f1589b6566c91a25 commit: 8554c0917e25a7abe12b3000f1589b6566c91a25 branch: main author: Alper committer: kumaraditya303 date: 2025-09-06T13:19:14+05:30 summary: gh-116738: make `cProfile` module thread-safe (#138229) Co-authored-by

[Python-checkins] gh-137706: make typing._is_unpacked_typevartuple check for `True` instead of truthy (#137712)

2025-09-06 Thread JelleZijlstra
https://github.com/python/cpython/commit/7e652f402f84b412ec46cec42cb103f489a0087e commit: 7e652f402f84b412ec46cec42cb103f489a0087e branch: main author: David Ellis committer: JelleZijlstra date: 2025-09-06T07:39:49Z summary: gh-137706: make typing._is_unpacked_typevartuple check for `True` inste