[Python-checkins] gh-132578: Rename the `threading.Thread._handle` field (#132696)

2025-04-21 Thread mpage
https://github.com/python/cpython/commit/3cfab449ab1e3c1472d2a33dc3fae3dc06c39f7b commit: 3cfab449ab1e3c1472d2a33dc3fae3dc06c39f7b branch: main author: mpage committer: mpage date: 2025-04-21T16:07:54-07:00 summary: gh-132578: Rename the `threading.Thread._handle` field (#132696) Commit `0e9c36

[Python-checkins] [3.13] gh-132769: Refactor possible read-out-of-bounds in `lexer.c` (GH-132770) (#132788)

2025-04-21 Thread sobolevn
https://github.com/python/cpython/commit/e140e6ef789b1d8de1afd715503740e96e5ae925 commit: e140e6ef789b1d8de1afd715503740e96e5ae925 branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: sobolevn date: 2025-04-21T22:42:55Z summary: [3.13] gh-132769:

[Python-checkins] [3.13] gh-122179: Fix hashlib.file_digest and non-blocking I/O (GH-132787)

2025-04-21 Thread gpshead
https://github.com/python/cpython/commit/cdabbc126fb16420903166ad788d39e01230c966 commit: cdabbc126fb16420903166ad788d39e01230c966 branch: 3.13 author: Gregory P. Smith committer: gpshead date: 2025-04-21T21:55:57Z summary: [3.13] gh-122179: Fix hashlib.file_digest and non-blocking I/O (GH-13278

[Python-checkins] [3.13] gh-132747: Fix `NULL` dereference when calling a method's `__get__` manually (GH-132772) (#132786)

2025-04-21 Thread JelleZijlstra
https://github.com/python/cpython/commit/bb59fdec7184227c27715316de0f40c5aa61c326 commit: bb59fdec7184227c27715316de0f40c5aa61c326 branch: 3.13 author: Peter Bierma committer: JelleZijlstra date: 2025-04-21T21:38:51Z summary: [3.13] gh-132747: Fix `NULL` dereference when calling a method's `__ge

[Python-checkins] gh-122179: Fix hashlib.file_digest and non-blocking I/O (GH-122183)

2025-04-21 Thread gpshead
https://github.com/python/cpython/commit/2b47f46d7dc30d27b2486991fea4acd83553294b commit: 2b47f46d7dc30d27b2486991fea4acd83553294b branch: main author: Sebastian Rittau committer: gpshead date: 2025-04-21T14:15:05-07:00 summary: gh-122179: Fix hashlib.file_digest and non-blocking I/O (GH-122183)

[Python-checkins] gh-132747: Fix `NULL` dereference when calling a method's `__get__` manually (#132772)

2025-04-21 Thread JelleZijlstra
https://github.com/python/cpython/commit/fa70bf85931eff62cb24fb2f5b7e86c1dcf642d0 commit: fa70bf85931eff62cb24fb2f5b7e86c1dcf642d0 branch: main author: Peter Bierma committer: JelleZijlstra date: 2025-04-21T14:09:34-07:00 summary: gh-132747: Fix `NULL` dereference when calling a method's `__get_

[Python-checkins] gh-132719: Fix AMD64 FreeBSD14/15 3.x failures - `test_rlock_locked_2processes` used an unknown `Value` (GH-132774)

2025-04-21 Thread gpshead
https://github.com/python/cpython/commit/c8e0b6e6849fc3d93c33050b43fe866391625157 commit: c8e0b6e6849fc3d93c33050b43fe866391625157 branch: main author: Duprat committer: gpshead date: 2025-04-21T13:59:15-07:00 summary: gh-132719: Fix AMD64 FreeBSD14/15 3.x failures - `test_rlock_locked_2processe

[Python-checkins] gh-132479: Fix crash with multiple comprehensions in annotations (#132778)

2025-04-21 Thread JelleZijlstra
https://github.com/python/cpython/commit/01317bb449612ea1dbbf36e439437909abd79a45 commit: 01317bb449612ea1dbbf36e439437909abd79a45 branch: main author: Jelle Zijlstra committer: JelleZijlstra date: 2025-04-21T13:49:59-07:00 summary: gh-132479: Fix crash with multiple comprehensions in annotation

[Python-checkins] PR 132638 typo fix (#132785)

2025-04-21 Thread pablogsal
https://github.com/python/cpython/commit/08e331d05e694b5ed3265556ea345b9b19a187da commit: 08e331d05e694b5ed3265556ea345b9b19a187da branch: main author: Stan Ulbrych <89152624+stanfromirel...@users.noreply.github.com> committer: pablogsal date: 2025-04-21T20:33:19Z summary: PR 132638 typo fix (#13

[Python-checkins] gh-131591: Add remote debugging attachment protocol documentation (#132638)

2025-04-21 Thread pablogsal
https://github.com/python/cpython/commit/2b1dac60393d349d9b7cd61db76be0e1b1acb8e0 commit: 2b1dac60393d349d9b7cd61db76be0e1b1acb8e0 branch: main author: ivonastojanovic <80911834+ivonastojano...@users.noreply.github.com> committer: pablogsal date: 2025-04-21T20:18:24Z summary: gh-131591: Add remot

[Python-checkins] gh-131586: Avoid refcount contention in context managers (gh-131851)

2025-04-21 Thread colesbury
https://github.com/python/cpython/commit/da53660f35db2dfb1e6181e603468dfe5758f3b8 commit: da53660f35db2dfb1e6181e603468dfe5758f3b8 branch: main author: Sam Gross committer: colesbury date: 2025-04-21T15:54:25-04:00 summary: gh-131586: Avoid refcount contention in context managers (gh-131851) Th

[Python-checkins] gh-127604: Add C stack dumps to `faulthandler` (#128159)

2025-04-21 Thread pablogsal
https://github.com/python/cpython/commit/8dfa840773d1d6bae1bf6e0dfa07618ea10c9d71 commit: 8dfa840773d1d6bae1bf6e0dfa07618ea10c9d71 branch: main author: Peter Bierma committer: pablogsal date: 2025-04-21T20:48:02+01:00 summary: gh-127604: Add C stack dumps to `faulthandler` (#128159) files: A Mi

[Python-checkins] gh-132769: Refactor possible read-out-of-bounds in `lexer.c` (#132770)

2025-04-21 Thread pablogsal
https://github.com/python/cpython/commit/ea8ec95cfadbf58a11ef8e41341254d982a1a479 commit: ea8ec95cfadbf58a11ef8e41341254d982a1a479 branch: main author: sobolevn committer: pablogsal date: 2025-04-21T18:48:48+01:00 summary: gh-132769: Refactor possible read-out-of-bounds in `lexer.c` (#132770) f

[Python-checkins] gh-127945: add `test_ctypes` to free-threading TSAN CI (#132727)

2025-04-21 Thread kumaraditya303
https://github.com/python/cpython/commit/8516343d3aeb12e5871ecd1701649fd1fcf46fc0 commit: 8516343d3aeb12e5871ecd1701649fd1fcf46fc0 branch: main author: Kumar Aditya committer: kumaraditya303 date: 2025-04-21T22:56:56+05:30 summary: gh-127945: add `test_ctypes` to free-threading TSAN CI (#132727)

[Python-checkins] GH-130415: Improve the JIT's unneeded uop removal pass (GH-132333)

2025-04-21 Thread brandtbucher
https://github.com/python/cpython/commit/4f7f72ce34f7825e50346ed0c878fc36ef9421ca commit: 4f7f72ce34f7825e50346ed0c878fc36ef9421ca branch: main author: Brandt Bucher committer: brandtbucher date: 2025-04-21T09:58:55-07:00 summary: GH-130415: Improve the JIT's unneeded uop removal pass (GH-132333

[Python-checkins] gh-132777: Fix Error Message for Duplicates in generate_global_scripts.py (gh-132780)

2025-04-21 Thread ericsnowcurrently
https://github.com/python/cpython/commit/9be364568835e467199ccd65bbcd786f9c8171dc commit: 9be364568835e467199ccd65bbcd786f9c8171dc branch: main author: Eric Snow committer: ericsnowcurrently date: 2025-04-21T16:58:10Z summary: gh-132777: Fix Error Message for Duplicates in generate_global_script

[Python-checkins] gh-132639: Adds PyLong_AsNativeBytes, PyLong_FromNativeBytes and PyLong_FromUnsignedNativeBytes to the limited API (GH-132640)

2025-04-21 Thread zooba
https://github.com/python/cpython/commit/09b624b80f54e1f97812981cfff9fa374bd5360f commit: 09b624b80f54e1f97812981cfff9fa374bd5360f branch: main author: Steve Dower committer: zooba date: 2025-04-21T15:59:03+01:00 summary: gh-132639: Adds PyLong_AsNativeBytes, PyLong_FromNativeBytes and PyLong_F

[Python-checkins] annotations: Add tests to check that async comprehensions produce errors (#132513)

2025-04-21 Thread JelleZijlstra
https://github.com/python/cpython/commit/70b322d3138311df53bc9fc57f174c8e9bdc2ab5 commit: 70b322d3138311df53bc9fc57f174c8e9bdc2ab5 branch: main author: Jelle Zijlstra committer: JelleZijlstra date: 2025-04-21T07:06:33-07:00 summary: annotations: Add tests to check that async comprehensions produ

[Python-checkins] gh-132054: Add ``application/yaml`` to ``mimetypes`` (#132056)

2025-04-21 Thread hugovk
https://github.com/python/cpython/commit/132b6bc98f47a4d897dead8635b5a50a0baee485 commit: 132b6bc98f47a4d897dead8635b5a50a0baee485 branch: main author: Саша Черных committer: hugovk <1324225+hug...@users.noreply.github.com> date: 2025-04-21T12:05:37+03:00 summary: gh-132054: Add ``application/yam

[Python-checkins] [3.13] gh-85583: Add an overview of formatted string literals (f-strings) to ``str`` (GH-132689) (#132767)

2025-04-21 Thread AA-Turner
https://github.com/python/cpython/commit/d8b9011702443bb57579f8834f3effe58e290dfc commit: d8b9011702443bb57579f8834f3effe58e290dfc 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] gh-85583: Add an overview of formatted string literals (f-strings) to ``str`` (#132689)

2025-04-21 Thread AA-Turner
https://github.com/python/cpython/commit/fee808936fd04e850a62c9610498bbb2360efd31 commit: fee808936fd04e850a62c9610498bbb2360efd31 branch: main author: Adam Turner <9087854+aa-tur...@users.noreply.github.com> committer: AA-Turner <9087854+aa-tur...@users.noreply.github.com> date: 2025-04-21T07:49:0

[Python-checkins] [3.13] gh-132753: Argument Clinic: Fix support of c_default for the bool converter (GH-132754) (GH-132766)

2025-04-21 Thread serhiy-storchaka
https://github.com/python/cpython/commit/3c29fb297478a3379093b1a01550ad274083e38a commit: 3c29fb297478a3379093b1a01550ad274083e38a branch: 3.13 author: Serhiy Storchaka committer: serhiy-storchaka date: 2025-04-21T07:10:31Z summary: [3.13] gh-132753: Argument Clinic: Fix support of c_default for