[Python-checkins] gh-128473: Skip segfaulting `test_embed` tests when BOLT instrumented (gh-128474)

2025-01-14 Thread corona10
https://github.com/python/cpython/commit/6e4f64109b0eb6c9f1b50eb7dc5f647a1d901ff4 commit: 6e4f64109b0eb6c9f1b50eb7dc5f647a1d901ff4 branch: main author: Zanie Blue committer: corona10 date: 2025-01-15T10:49:02+09:00 summary: gh-128473: Skip segfaulting `test_embed` tests when BOLT instrumented (

[Python-checkins] gh-121604: Make sure all deprecated items in importlib raise DeprecationWarning (#128007)

2025-01-14 Thread brettcannon
https://github.com/python/cpython/commit/bd3baa8b1a7755f17b2fc98c7fb7b872fec43af3 commit: bd3baa8b1a7755f17b2fc98c7fb7b872fec43af3 branch: main author: Tomas R. committer: brettcannon date: 2025-01-14T16:48:46-08:00 summary: gh-121604: Make sure all deprecated items in importlib raise Deprecatio

[Python-checkins] gh-71339: Use new assertion methods in the multiprocessing tests (GH-128847)

2025-01-14 Thread serhiy-storchaka
https://github.com/python/cpython/commit/b52de22ac345ad8583bcc57f963e26b35c2ee527 commit: b52de22ac345ad8583bcc57f963e26b35c2ee527 branch: main author: Serhiy Storchaka committer: serhiy-storchaka date: 2025-01-15T01:17:11+02:00 summary: gh-71339: Use new assertion methods in the multiprocessing

[Python-checkins] gh-71339: Use new assertion methods in test_logging (GH-128828)

2025-01-14 Thread serhiy-storchaka
https://github.com/python/cpython/commit/f7ceb317aec498823555885a4b7fed5e0244f300 commit: f7ceb317aec498823555885a4b7fed5e0244f300 branch: main author: Serhiy Storchaka committer: serhiy-storchaka date: 2025-01-14T22:40:45+02:00 summary: gh-71339: Use new assertion methods in test_logging (GH-12

[Python-checkins] gh-115999: Specialize `LOAD_ATTR` for instance and class receivers in free-threaded builds (#128164)

2025-01-14 Thread mpage
https://github.com/python/cpython/commit/b5ee0258bf5bb60a5a5a65c64717853e06b64808 commit: b5ee0258bf5bb60a5a5a65c64717853e06b64808 branch: main author: mpage committer: mpage date: 2025-01-14T11:56:11-08:00 summary: gh-115999: Specialize `LOAD_ATTR` for instance and class receivers in free-thre

[Python-checkins] gh-128384: Add locking to warnings.py. (gh-128386)

2025-01-14 Thread nascheme
https://github.com/python/cpython/commit/1c13c56a34fc4c4d8969f0b6dc93d5208a50d61b commit: 1c13c56a34fc4c4d8969f0b6dc93d5208a50d61b branch: main author: Neil Schemenauer committer: nascheme date: 2025-01-14T11:43:42-08:00 summary: gh-128384: Add locking to warnings.py. (gh-128386) Co-authored-by

[Python-checkins] gh-67206: Document that `string.printable` is not printable in the POSIX sense (#128820)

2025-01-14 Thread picnixz
https://github.com/python/cpython/commit/d906bde250d59c396d8dab92285b832c66cdec27 commit: d906bde250d59c396d8dab92285b832c66cdec27 branch: main author: Bénédikt Tran <[email protected]> committer: picnixz <[email protected]> date: 2025-01-14T17:07:37+

[Python-checkins] [3.13] gh-106320: Document replacement for removed C API (GH-128787) (#128837)

2025-01-14 Thread vstinner
https://github.com/python/cpython/commit/d2a8d57123676fe45c8268c461bbe8922a07b015 commit: d2a8d57123676fe45c8268c461bbe8922a07b015 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: vstinner date: 2025-01-14T15:42:30Z summary: [3.13] gh-106320:

[Python-checkins] [3.12] gh-109959: Skip test_glob.test_selflink() flaky test (GH-128812) (#128834)

2025-01-14 Thread vstinner
https://github.com/python/cpython/commit/febe67b99322164976843c9547df0452df28352b commit: febe67b99322164976843c9547df0452df28352b branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: vstinner date: 2025-01-14T15:32:11Z summary: [3.12] gh-109959:

[Python-checkins] gh-59705: Document OS thread name change (#128800)

2025-01-14 Thread vstinner
https://github.com/python/cpython/commit/d786ac7f584f23c3206f4c86032bdabe83c17b51 commit: d786ac7f584f23c3206f4c86032bdabe83c17b51 branch: main author: Victor Stinner committer: vstinner date: 2025-01-14T16:31:13+01:00 summary: gh-59705: Document OS thread name change (#128800) files: M Doc/lib

[Python-checkins] gh-106320: Document replacement for removed C API (#128787)

2025-01-14 Thread vstinner
https://github.com/python/cpython/commit/43ef9587ae869fd11711a3bb126e65afe9177342 commit: 43ef9587ae869fd11711a3bb126e65afe9177342 branch: main author: Victor Stinner committer: vstinner date: 2025-01-14T16:29:21+01:00 summary: gh-106320: Document replacement for removed C API (#128787) files:

[Python-checkins] [3.13] Fix a "doctest" block in `Doc/library/turtle.rst` (GH-128831) (#128835)

2025-01-14 Thread picnixz
https://github.com/python/cpython/commit/0998eb6275e1734d5cbf24a914408fe4db4b70f1 commit: 0998eb6275e1734d5cbf24a914408fe4db4b70f1 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: picnixz <[email protected]> date: 2025-0

[Python-checkins] [3.12] Fix a "doctest" block in `Doc/library/turtle.rst` (GH-128831) (#128836)

2025-01-14 Thread picnixz
https://github.com/python/cpython/commit/54c9597a50279629d2a6d76313a2788ee650176a commit: 54c9597a50279629d2a6d76313a2788ee650176a branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: picnixz <[email protected]> date: 2025-0

[Python-checkins] GH-128682: Convert explicit loops closing arrays into `DECREF_INPUTS`. (GH-128822)

2025-01-14 Thread markshannon
https://github.com/python/cpython/commit/f49a1df6f3b1249bcaedfda8e000e27c6cdffd99 commit: f49a1df6f3b1249bcaedfda8e000e27c6cdffd99 branch: main author: Mark Shannon committer: markshannon date: 2025-01-14T15:08:56Z summary: GH-128682: Convert explicit loops closing arrays into `DECREF_INPUTS`.

[Python-checkins] Fix a "doctest" block in `Doc/library/turtle.rst` (#128831)

2025-01-14 Thread picnixz
https://github.com/python/cpython/commit/1598e18a659ef3a533caa0a79a489a3ed1d80bdd commit: 1598e18a659ef3a533caa0a79a489a3ed1d80bdd branch: main author: Rafael Fontenelle committer: picnixz <[email protected]> date: 2025-01-14T16:17:24+01:00 summary: Fix a "doctest" block i

[Python-checkins] Python 3.14.0a4

2025-01-14 Thread hugovk
https://github.com/python/cpython/commit/f26daa9470925120f6336ca508f7ea193b00a3f4 commit: f26daa9470925120f6336ca508f7ea193b00a3f4 branch: main author: Hugo van Kemenade <[email protected]> committer: hugovk <[email protected]> date: 2025-01-14T13:52:58+0

[Python-checkins] gh-118761: substitute `re` import in `base64.b16decode` for a more efficient alternative (#128736)

2025-01-14 Thread AA-Turner
https://github.com/python/cpython/commit/bbd3300ae82a71da483dbb0c345175ba090263c4 commit: bbd3300ae82a71da483dbb0c345175ba090263c4 branch: main author: Bénédikt Tran <[email protected]> committer: AA-Turner <[email protected]> date: 2025-01-14T13:25:

[Python-checkins] gh-71339: Use new assertion methods in test_typing (GH-128825)

2025-01-14 Thread serhiy-storchaka
https://github.com/python/cpython/commit/859db49029b1021e24b5c99d4a9a0f57327d1b57 commit: 859db49029b1021e24b5c99d4a9a0f57327d1b57 branch: main author: Serhiy Storchaka committer: serhiy-storchaka date: 2025-01-14T15:19:32+02:00 summary: gh-71339: Use new assertion methods in test_typing (GH-128

[Python-checkins] gh-71339: Use new assertion methods in test_sqlite3 (GH-128830)

2025-01-14 Thread serhiy-storchaka
https://github.com/python/cpython/commit/75bd42c73718ca54ed70d5bf90cbc76c2c1d5ddc commit: 75bd42c73718ca54ed70d5bf90cbc76c2c1d5ddc branch: main author: Serhiy Storchaka committer: serhiy-storchaka date: 2025-01-14T15:18:25+02:00 summary: gh-71339: Use new assertion methods in test_sqlite3 (GH-12

[Python-checkins] gh-118761: Improve import time of the `pickle` module. (#128732)

2025-01-14 Thread picnixz
https://github.com/python/cpython/commit/ff3e145b2770ffe86c905b1092747ce3d8381319 commit: ff3e145b2770ffe86c905b1092747ce3d8381319 branch: main author: Bénédikt Tran <[email protected]> committer: picnixz <[email protected]> date: 2025-01-14T12:26:26+

[Python-checkins] [3.13] gh-109959: Skip test_glob.test_selflink() flaky test (GH-128812) (#128821)

2025-01-14 Thread vstinner
https://github.com/python/cpython/commit/88b4b435fa6fc50bd2db9a672d39b4928ae4fd5d commit: 88b4b435fa6fc50bd2db9a672d39b4928ae4fd5d branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: vstinner date: 2025-01-14T10:55:33Z summary: [3.13] gh-109959:

[Python-checkins] gh-109959: Skip test_glob.test_selflink() flaky test (#128812)

2025-01-14 Thread vstinner
https://github.com/python/cpython/commit/1153e66e20124b8f3484bcaddbc0e252d31161a6 commit: 1153e66e20124b8f3484bcaddbc0e252d31161a6 branch: main author: Victor Stinner committer: vstinner date: 2025-01-14T11:18:52+01:00 summary: gh-109959: Skip test_glob.test_selflink() flaky test (#128812) file

[Python-checkins] gh-127787: Move _PyUnicodeError_GetParams() to the internal C API (#128803)

2025-01-14 Thread vstinner
https://github.com/python/cpython/commit/24a8d920c1ec251a389fca6dedfb860d9f4bbc76 commit: 24a8d920c1ec251a389fca6dedfb860d9f4bbc76 branch: main author: Victor Stinner committer: vstinner date: 2025-01-14T11:17:20+01:00 summary: gh-127787: Move _PyUnicodeError_GetParams() to the internal C API (#

[Python-checkins] Update cryptographic primitives code owners. (#128747)

2025-01-14 Thread hugovk
https://github.com/python/cpython/commit/eefd4a0bc764c0272c560f26dd10fb8fba0fb7d4 commit: eefd4a0bc764c0272c560f26dd10fb8fba0fb7d4 branch: main author: Bénédikt Tran <[email protected]> committer: hugovk <[email protected]> date: 2025-01-14T11:16:43+02:

[Python-checkins] gh-123299: Copyedit "What's New in Python 3.14" (#128814)

2025-01-14 Thread hugovk
https://github.com/python/cpython/commit/98301326e4de507ae507b7c8eed76b964e4a2afc commit: 98301326e4de507ae507b7c8eed76b964e4a2afc branch: main author: Hugo van Kemenade <[email protected]> committer: hugovk <[email protected]> date: 2025-01-14T08:53:03Z

[Python-checkins] Skip CI expensive checks on `CODEOWNERS` update (#128754)

2025-01-14 Thread hugovk
https://github.com/python/cpython/commit/99327d124145d22cde8ff324754026c87f01a1f7 commit: 99327d124145d22cde8ff324754026c87f01a1f7 branch: main author: Bénédikt Tran <[email protected]> committer: hugovk <[email protected]> date: 2025-01-14T10:40:59+02:

[Python-checkins] [3.13] gh-128717: Stop-the-world when setting the recursion limit (GH-128741) (#128757)

2025-01-14 Thread kumaraditya303
https://github.com/python/cpython/commit/1ec36a62ebcba5c47c92717f6f021c081f095063 commit: 1ec36a62ebcba5c47c92717f6f021c081f095063 branch: 3.13 author: Peter Bierma committer: kumaraditya303 date: 2025-01-14T13:33:52+05:30 summary: [3.13] gh-128717: Stop-the-world when setting the recursion limi

[Python-checkins] gh-71339: Add additional assertion methods for unittest (GH-128707)

2025-01-14 Thread serhiy-storchaka
https://github.com/python/cpython/commit/06cad77a5b345adde88609be9c3c470c5cd9f417 commit: 06cad77a5b345adde88609be9c3c470c5cd9f417 branch: main author: Serhiy Storchaka committer: serhiy-storchaka date: 2025-01-14T10:02:38+02:00 summary: gh-71339: Add additional assertion methods for unittest (G