[Python-checkins] gh-131876: Revert "gh-131876: extract `_hashlib` helpers into a separate directory (#136995) (#137307)

2025-08-01 Thread gpshead
https://github.com/python/cpython/commit/fe0e921817a7f96c62c91085884ab910859328ce commit: fe0e921817a7f96c62c91085884ab910859328ce branch: main author: Bénédikt Tran <[email protected]> committer: gpshead <[email protected]> date: 2025-08-01T10:45:40-07:

[Python-checkins] GH-136410: Faster side exits by using a cold exit stub (GH-136411)

2025-08-01 Thread markshannon
https://github.com/python/cpython/commit/e7b55f564dbf5a788e8f6edc55ef441d6afad01c commit: e7b55f564dbf5a788e8f6edc55ef441d6afad01c branch: main author: Mark Shannon committer: markshannon date: 2025-08-01T16:26:07+01:00 summary: GH-136410: Faster side exits by using a cold exit stub (GH-136411)

[Python-checkins] [3.13] gh-137273: Fix debug assertion failure in locale.setlocale() on Windows (GH-137300) (GH-137306)

2025-08-01 Thread serhiy-storchaka
https://github.com/python/cpython/commit/a32bd11cb07fc23cb6a76d9ea43ecffc07bc4961 commit: a32bd11cb07fc23cb6a76d9ea43ecffc07bc4961 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: serhiy-storchaka date: 2025-08-01T15:06:16Z summary: [3.13] gh

[Python-checkins] gh-137273: Fix debug assertion failure in locale.setlocale() on Windows (GH-137300)

2025-08-01 Thread serhiy-storchaka
https://github.com/python/cpython/commit/718e0c89ba0610bba048245028ac133bbf2d44c2 commit: 718e0c89ba0610bba048245028ac133bbf2d44c2 branch: main author: Serhiy Storchaka committer: serhiy-storchaka date: 2025-08-01T17:43:53+03:00 summary: gh-137273: Fix debug assertion failure in locale.setlocale

[Python-checkins] gh-133467: fix data race in `type_set_name` (#137302)

2025-08-01 Thread kumaraditya303
https://github.com/python/cpython/commit/e99bc7fd44bbbf2464c37d5a5ac0e1264c37 commit: e99bc7fd44bbbf2464c37d5a5ac0e1264c37 branch: main author: Kumar Aditya committer: kumaraditya303 date: 2025-08-01T13:40:40Z summary: gh-133467: fix data race in `type_set_name` (#137302) Fix data race

[Python-checkins] [3.13] GH-111758: Merge TSan and UBSan reusable GHA workflows (#136820) (GH-137029)

2025-08-01 Thread encukou
https://github.com/python/cpython/commit/6a217cef27925866b2c91813dd96177535916a4d commit: 6a217cef27925866b2c91813dd96177535916a4d branch: 3.13 author: 🇺🇦 Sviatoslav Sydorenko (Святослав Сидоренко) committer: encukou date: 2025-08-01T15:00:48+02:00 summary: [3.13] GH-111758: Merge TSan and UBSa

[Python-checkins] gh-128813: soft-deprecate _Py_c_*() functions (GH-137261)

2025-08-01 Thread encukou
https://github.com/python/cpython/commit/9ced5c4ace93d47c83fdce51a2bcd6505b33f516 commit: 9ced5c4ace93d47c83fdce51a2bcd6505b33f516 branch: main author: Sergey B Kirpichev committer: encukou date: 2025-08-01T09:40:12+02:00 summary: gh-128813: soft-deprecate _Py_c_*() functions (GH-137261) files: