[Python-checkins] gh-116946: partial revert gh-139073 for thread handle type (#139474)

2025-10-01 Thread kumaraditya303
https://github.com/python/cpython/commit/76b07c035c224fdfd7bafe5dbc087d0e88469c62 commit: 76b07c035c224fdfd7bafe5dbc087d0e88469c62 branch: main author: Kumar Aditya committer: kumaraditya303 date: 2025-10-01T17:49:31Z summary: gh-116946: partial revert gh-139073 for thread handle type (#139474)

[Python-checkins] [3.14] GH-123299: Copyedit 3.14 What's New: Deprecated (GH-139433) (#139457)

2025-10-01 Thread hugovk
https://github.com/python/cpython/commit/20f472b629492b08f4661dd623ab1d6b97e6c26b commit: 20f472b629492b08f4661dd623ab1d6b97e6c26b branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: hugovk <[email protected]> date: 2025-10-0

[Python-checkins] [3.14] gh-132006: Add support for handling XCPrivacy manifests (GH-139163) (#139410)

2025-10-01 Thread hugovk
https://github.com/python/cpython/commit/86bc87b30d9548c4bef9a276f4d5250064009f2e commit: 86bc87b30d9548c4bef9a276f4d5250064009f2e branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: hugovk <[email protected]> date: 2025-10-0

[Python-checkins] gh-139327: fix some reference leaks in `sqlite3` error branches (#139328)

2025-10-01 Thread picnixz
https://github.com/python/cpython/commit/d0a3eff9d6e72e209da0236fb1ea1f8c18938eaa commit: d0a3eff9d6e72e209da0236fb1ea1f8c18938eaa branch: main author: Bénédikt Tran <[email protected]> committer: picnixz <[email protected]> date: 2025-10-01T11:10:12+

[Python-checkins] gh-139210: Move gh-139210 patch NEWS file to correct section (#139469)

2025-10-01 Thread Fidget-Spinner
https://github.com/python/cpython/commit/d936dbeb1f1ebb4291a035dae88be78722c51d34 commit: d936dbeb1f1ebb4291a035dae88be78722c51d34 branch: main author: Ken Jin committer: Fidget-Spinner date: 2025-10-01T09:48:37+01:00 summary: gh-139210: Move gh-139210 patch NEWS file to correct section (#139469

[Python-checkins] gh-116946: remove unnecessary gc from immutable types (#139073)

2025-10-01 Thread kumaraditya303
https://github.com/python/cpython/commit/1588413ca7755a38aae40d25b2d24e813fca6feb commit: 1588413ca7755a38aae40d25b2d24e813fca6feb branch: main author: Sergey Miryanov committer: kumaraditya303 date: 2025-10-01T13:15:58+05:30 summary: gh-116946: remove unnecessary gc from immutable types (#13907