[Python-checkins] [3.13] gh-130941: Fix `configparser` parsing values with `allow_no_value` and `interpolation` set (GH-130949) (#132588)

2025-04-16 Thread ambv
https://github.com/python/cpython/commit/ee8f681252372cca489e49a061d83c6f0138186c commit: ee8f681252372cca489e49a061d83c6f0138186c branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: ambv date: 2025-04-16T14:19:46+02:00 summary: [3.13] gh-130941

[Python-checkins] annotationlib: Remove some unnecessary dict copies (#132495)

2025-04-16 Thread JelleZijlstra
https://github.com/python/cpython/commit/a8ca26d250a3eedbb629fc19e40b7de6774f05a5 commit: a8ca26d250a3eedbb629fc19e40b7de6774f05a5 branch: main author: Jelle Zijlstra committer: JelleZijlstra date: 2025-04-16T06:16:13-07:00 summary: annotationlib: Remove some unnecessary dict copies (#132495) f

[Python-checkins] Use Windows ARM64 hosted runners (#132546)

2025-04-16 Thread hugovk
https://github.com/python/cpython/commit/10a77619f9a465ecfbd1ccb4f8aea9175d76912d commit: 10a77619f9a465ecfbd1ccb4f8aea9175d76912d branch: main author: Hugo van Kemenade <1324225+hug...@users.noreply.github.com> committer: hugovk <1324225+hug...@users.noreply.github.com> date: 2025-04-16T16:27:20+0

[Python-checkins] gh-132535: Fix resource warnings in test_timeout (GH-132572)

2025-04-16 Thread serhiy-storchaka
https://github.com/python/cpython/commit/82f74eb2344cdb3197c726d1216e413ee61a30b3 commit: 82f74eb2344cdb3197c726d1216e413ee61a30b3 branch: main author: Serhiy Storchaka committer: serhiy-storchaka date: 2025-04-16T10:20:07+03:00 summary: gh-132535: Fix resource warnings in test_timeout (GH-13257

[Python-checkins] gh-131798: Use `sym_new_type` instead of `sym_new_not_null` for `_BUILD_LIST`, `_BUILD_SLICE`, and `_BUILD_MAP` (GH-132434)

2025-04-16 Thread Fidget-Spinner
https://github.com/python/cpython/commit/b9e88ff4cbf6481578421d58acf2455647cefeb4 commit: b9e88ff4cbf6481578421d58acf2455647cefeb4 branch: main author: Nadeshiko Manju committer: Fidget-Spinner date: 2025-04-17T01:17:48+08:00 summary: gh-131798: Use `sym_new_type` instead of `sym_new_not_null` f

[Python-checkins] [3.13] gh-130052: Fix search_map_for_section() error handling (GH-132594) (#132598)

2025-04-16 Thread vstinner
https://github.com/python/cpython/commit/ff3f6588c3ecb6746a33f14030a90eb32467eece commit: ff3f6588c3ecb6746a33f14030a90eb32467eece branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: vstinner date: 2025-04-16T14:21:58Z summary: [3.13] gh-130052:

[Python-checkins] gh-132493: lazy evaluation of annotations in `typing._proto_hook` (#132534)

2025-04-16 Thread JelleZijlstra
https://github.com/python/cpython/commit/71af090e24f4df7557e4ad77f26bf0219ef672be commit: 71af090e24f4df7557e4ad77f26bf0219ef672be branch: main author: Felix Scherz committer: JelleZijlstra date: 2025-04-16T08:20:35-07:00 summary: gh-132493: lazy evaluation of annotations in `typing._proto_hook`

[Python-checkins] typing: Add missing test case for Protocol inheritance (#132597)

2025-04-16 Thread JelleZijlstra
https://github.com/python/cpython/commit/72da4a445867648ee668bfc68a9bb659dfebe658 commit: 72da4a445867648ee668bfc68a9bb659dfebe658 branch: main author: Jelle Zijlstra committer: JelleZijlstra date: 2025-04-16T08:21:27-07:00 summary: typing: Add missing test case for Protocol inheritance (#132597

[Python-checkins] gh-130052: Fix search_map_for_section() error handling (#132594)

2025-04-16 Thread vstinner
https://github.com/python/cpython/commit/014c7f90478780b18d0e33d456483178c8dcc665 commit: 014c7f90478780b18d0e33d456483178c8dcc665 branch: main author: Victor Stinner committer: vstinner date: 2025-04-16T13:56:58Z summary: gh-130052: Fix search_map_for_section() error handling (#132594) * Don't

[Python-checkins] gh-130104: Call __rpow__ in ternary pow() if necessary (GH-130251)

2025-04-16 Thread serhiy-storchaka
https://github.com/python/cpython/commit/62ff86fa55c903a8362a64ecc363d8443aff2d07 commit: 62ff86fa55c903a8362a64ecc363d8443aff2d07 branch: main author: Serhiy Storchaka committer: serhiy-storchaka date: 2025-04-16T18:32:41+03:00 summary: gh-130104: Call __rpow__ in ternary pow() if necessary (GH

[Python-checkins] [3.13] typing: Add missing test case for Protocol inheritance (GH-132597) (#132603)

2025-04-16 Thread AlexWaygood
https://github.com/python/cpython/commit/88d95c352965d92a9916bccc3b0dac65ab83c532 commit: 88d95c352965d92a9916bccc3b0dac65ab83c532 branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: AlexWaygood date: 2025-04-16T15:45:29Z summary: [3.13] typing:

[Python-checkins] typing docs: Clarify Protocol / runtime_checkable docs (#132606)

2025-04-16 Thread JelleZijlstra
https://github.com/python/cpython/commit/14efcadfd4cbdab0ff204cad9d89871cc64e6cfb commit: 14efcadfd4cbdab0ff204cad9d89871cc64e6cfb branch: main author: Jelle Zijlstra committer: JelleZijlstra date: 2025-04-16T17:44:17Z summary: typing docs: Clarify Protocol / runtime_checkable docs (#132606) -

[Python-checkins] [3.13] typing docs: Clarify Protocol / runtime_checkable docs (GH-132606) (#132607)

2025-04-16 Thread AlexWaygood
https://github.com/python/cpython/commit/f9578dc31fec95e0bf33ba2214554592182202f8 commit: f9578dc31fec95e0bf33ba2214554592182202f8 branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: AlexWaygood date: 2025-04-16T17:50:31Z summary: [3.13] typing

[Python-checkins] [3.13] gh-132608: Fix a sample code coloring for ast.While (GH-132609) (#132612)

2025-04-16 Thread AA-Turner
https://github.com/python/cpython/commit/db7ad1c89f8b8f0319ec2f3a20f2f3c226a406ed commit: db7ad1c89f8b8f0319ec2f3a20f2f3c226a406ed branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: AA-Turner <9087854+aa-tur...@users.noreply.github.com> date: 202

[Python-checkins] Fix some typos in various doc files (GH-132589)

2025-04-16 Thread brettcannon
https://github.com/python/cpython/commit/a985c9262fa2a6ef83e4b9c9f26202ad57ea6913 commit: a985c9262fa2a6ef83e4b9c9f26202ad57ea6913 branch: main author: Yongzi Li <1538321...@qq.com> committer: brettcannon date: 2025-04-16T18:11:47Z summary: Fix some typos in various doc files (GH-132589) files:

[Python-checkins] [3.13] gh-132535: Fix resource warnings in test_timeout (GH-132572) (GH-132580)

2025-04-16 Thread serhiy-storchaka
https://github.com/python/cpython/commit/08faa2aeac64bf949240c61d9549a7f8e1ac1544 commit: 08faa2aeac64bf949240c61d9549a7f8e1ac1544 branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: serhiy-storchaka date: 2025-04-16T07:44:47Z summary: [3.13] gh

[Python-checkins] [3.13] gh-127591: Fix altering environment in test_urllib2 (unsetting no_proxy) (GH-132584) (GH-132585)

2025-04-16 Thread serhiy-storchaka
https://github.com/python/cpython/commit/8128bcfa08c97e05362d463f446e524519db464c commit: 8128bcfa08c97e05362d463f446e524519db464c branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: serhiy-storchaka date: 2025-04-16T11:06:53Z summary: [3.13] gh

[Python-checkins] gh-130941: Fix `configparser` parsing values with `allow_no_value` and `interpolation` set (GH-130949)

2025-04-16 Thread ambv
https://github.com/python/cpython/commit/c35c7353eb8fbccff2d3a6ab664426b31af00d4d commit: c35c7353eb8fbccff2d3a6ab664426b31af00d4d branch: main author: sobolevn committer: ambv date: 2025-04-16T12:39:11+02:00 summary: gh-130941: Fix `configparser` parsing values with `allow_no_value` and `inter

[Python-checkins] gh-132099: Accept an integer as the address for BTPROTO_HCI on Linux (GH-132525)

2025-04-16 Thread serhiy-storchaka
https://github.com/python/cpython/commit/8cb177d09be2bdda5df419ba5c3e323e1eaa8ede commit: 8cb177d09be2bdda5df419ba5c3e323e1eaa8ede branch: main author: Serhiy Storchaka committer: serhiy-storchaka date: 2025-04-16T13:02:51+03:00 summary: gh-132099: Accept an integer as the address for BTPROTO_HC

[Python-checkins] gh-127591: Fix altering environment in test_urllib2 (unsetting no_proxy) (GH-132584)

2025-04-16 Thread serhiy-storchaka
https://github.com/python/cpython/commit/8b7cb947c5046d8fb32aad532048de87e09ed3f9 commit: 8b7cb947c5046d8fb32aad532048de87e09ed3f9 branch: main author: Serhiy Storchaka committer: serhiy-storchaka date: 2025-04-16T13:05:54+03:00 summary: gh-127591: Fix altering environment in test_urllib2 (unset

[Python-checkins] annotationlib: Move ForwardRef tests to test_annotationlib (#132571)

2025-04-16 Thread JelleZijlstra
https://github.com/python/cpython/commit/7dcaebfb2148a1b972f884733c7babc9b64f2146 commit: 7dcaebfb2148a1b972f884733c7babc9b64f2146 branch: main author: Jelle Zijlstra committer: JelleZijlstra date: 2025-04-16T13:40:29Z summary: annotationlib: Move ForwardRef tests to test_annotationlib (#132571)

[Python-checkins] Clean up pdb state after each pdb doctest (#132577)

2025-04-16 Thread gaogaotiantian
https://github.com/python/cpython/commit/62173cc02c235e1750f13995189c482eac7699e7 commit: 62173cc02c235e1750f13995189c482eac7699e7 branch: main author: Tian Gao committer: gaogaotiantian date: 2025-04-16T13:44:33-04:00 summary: Clean up pdb state after each pdb doctest (#132577) files: M Lib/te

[Python-checkins] gh-127945: change `_ctypes_test.c` static globals to thread local (#132575)

2025-04-16 Thread kumaraditya303
https://github.com/python/cpython/commit/2925462411c3dd4a597d8a0919c65fa02697db76 commit: 2925462411c3dd4a597d8a0919c65fa02697db76 branch: main author: Kumar Aditya committer: kumaraditya303 date: 2025-04-16T23:11:27+05:30 summary: gh-127945: change `_ctypes_test.c` static globals to thread loca

[Python-checkins] gh-132608: Fix a sample code coloring for ast.While (#132609)

2025-04-16 Thread terryjreedy
https://github.com/python/cpython/commit/f5512a2498d0d99197f4f12b37d004fdf6deec85 commit: f5512a2498d0d99197f4f12b37d004fdf6deec85 branch: main author: Tan90909090 committer: terryjreedy date: 2025-04-16T19:23:13Z summary: gh-132608: Fix a sample code coloring for ast.While (#132609) Add missin

[Python-checkins] Add Doc section in free-threaded extension howto for critical sections (GH-132531)

2025-04-16 Thread nascheme
https://github.com/python/cpython/commit/c6973eea134dcf031825d173b5e5337404e47e7d commit: c6973eea134dcf031825d173b5e5337404e47e7d branch: main author: Neil Schemenauer committer: nascheme date: 2025-04-16T12:43:01-07:00 summary: Add Doc section in free-threaded extension howto for critical sect

[Python-checkins] GH-131296: Remove unused variable from overlapped.c (GH-131590)

2025-04-16 Thread zooba
https://github.com/python/cpython/commit/b530e174a3f870f0795200fee197a46e8bbfd0e8 commit: b530e174a3f870f0795200fee197a46e8bbfd0e8 branch: main author: Chris Eibl <138194463+chris-e...@users.noreply.github.com> committer: zooba date: 2025-04-16T22:44:57+01:00 summary: GH-131296: Remove unused var

[Python-checkins] gh-128384: Fix for unreliable warnings unit tests. (gh-132611)

2025-04-16 Thread nascheme
https://github.com/python/cpython/commit/591c982c6e57a12fbb869a1e0172d4da82a27d66 commit: 591c982c6e57a12fbb869a1e0172d4da82a27d66 branch: main author: Neil Schemenauer committer: nascheme date: 2025-04-16T13:13:23-07:00 summary: gh-128384: Fix for unreliable warnings unit tests. (gh-132611) Wh

[Python-checkins] Remove unused headers from _asynciomodule.c file (#132047)

2025-04-16 Thread kumaraditya303
https://github.com/python/cpython/commit/25717ff4bfcd5621eddb9439c690da8fa206ea10 commit: 25717ff4bfcd5621eddb9439c690da8fa206ea10 branch: main author: Srinivas Reddy Thatiparthy (తాటిపర్తి శ్రీనివాస్ రెడ్డి) committer: kumaraditya303 date: 2025-04-16T18:20:41Z summary: Remove unused headers f