[Python-checkins] gh-127330: Update for OpenSSL 3.4 & document+improve the update process (GH-127331)

2024-11-28 Thread encukou
https://github.com/python/cpython/commit/db5c5763f3e3172f1dd011355b41469770dafc0f commit: db5c5763f3e3172f1dd011355b41469770dafc0f branch: main author: Petr Viktorin committer: encukou date: 2024-11-28T13:29:27+01:00 summary: gh-127330: Update for OpenSSL 3.4 & document+improve the update proces

[Python-checkins] gh-127359: Pin Tcl/Tk to 8 (8.6) for testing macOS (#127365)

2024-11-28 Thread hugovk
https://github.com/python/cpython/commit/b83be9c9718aac42d0d8fc689a829d6594192afa commit: b83be9c9718aac42d0d8fc689a829d6594192afa branch: main author: Hugo van Kemenade <[email protected]> committer: hugovk <[email protected]> date: 2024-11-28T19:03:09+0

[Python-checkins] [3.12] gh-127190: Fix local_setattro() error handling (GH-127366) (#127368)

2024-11-28 Thread vstinner
https://github.com/python/cpython/commit/7d175caf212565b3b89cf3c537c38adab52306a5 commit: 7d175caf212565b3b89cf3c537c38adab52306a5 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: vstinner date: 2024-11-28T17:32:50Z summary: [3.12] gh-127190:

[Python-checkins] [3.12] gh-123967: Fix faulthandler for trampoline frames (#127329) (#127363)

2024-11-28 Thread vstinner
https://github.com/python/cpython/commit/f4c9f391650ebca213905c1308f87abac670033e commit: f4c9f391650ebca213905c1308f87abac670033e branch: 3.12 author: Victor Stinner committer: vstinner date: 2024-11-28T13:57:35Z summary: [3.12] gh-123967: Fix faulthandler for trampoline frames (#127329) (#1273

[Python-checkins] gh-127190: Fix local_setattro() error handling (#127366)

2024-11-28 Thread vstinner
https://github.com/python/cpython/commit/20657fbdb14d50ca4ec115da0cbef155871d8d33 commit: 20657fbdb14d50ca4ec115da0cbef155871d8d33 branch: main author: Victor Stinner committer: vstinner date: 2024-11-28T17:35:48+01:00 summary: gh-127190: Fix local_setattro() error handling (#127366) Don't make

[Python-checkins] Touch up docs for ctypes.FormatError & WinError (GH-127210)

2024-11-28 Thread encukou
https://github.com/python/cpython/commit/49fee592a4fad17781bb4a78f95085d6edbb24d5 commit: 49fee592a4fad17781bb4a78f95085d6edbb24d5 branch: main author: Jun Komoda <[email protected]> committer: encukou date: 2024-11-28T16:59:47+01:00 summary: Touch up docs for ctypes.Format