[Python-checkins] gh-91555: Revert disabling of logger while handling log record. (GH-135858)

2025-06-24 Thread vsajip
https://github.com/python/cpython/commit/18d32fb646b804b26c80910b2c65938e81e2cced commit: 18d32fb646b804b26c80910b2c65938e81e2cced branch: main author: Vinay Sajip committer: vsajip date: 2025-06-25T06:42:38+01:00 summary: gh-91555: Revert disabling of logger while handling log record. (GH-13585

[Python-checkins] gh-135878: Fix crash in `types.SimpleNamespace.__repr__` (#135889)

2025-06-24 Thread sobolevn
https://github.com/python/cpython/commit/b3ab94acd308591bbdf264f1722fedc7ee25d6fa commit: b3ab94acd308591bbdf264f1722fedc7ee25d6fa branch: main author: sobolevn committer: sobolevn date: 2025-06-24T19:33:25+03:00 summary: gh-135878: Fix crash in `types.SimpleNamespace.__repr__` (#135889) Co-aut

[Python-checkins] [3.13] gh-135487: fix `reprlib.Repr.repr_int` when given very large integers (GH-135506) (#135886)

2025-06-24 Thread picnixz
https://github.com/python/cpython/commit/86d1821ef17bd073fe3401739cc8ce9a5e81e795 commit: 86d1821ef17bd073fe3401739cc8ce9a5e81e795 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: picnixz <[email protected]> date: 2025-0

[Python-checkins] GH-90117: Check for list and tuple before MappingView in pprint (GH-135779)

2025-06-24 Thread brandtbucher
https://github.com/python/cpython/commit/ee0e22c088ce5483d4bacd5457d4feb5886bb58a commit: ee0e22c088ce5483d4bacd5457d4feb5886bb58a branch: main author: Brandt Bucher committer: brandtbucher date: 2025-06-24T14:41:41-07:00 summary: GH-90117: Check for list and tuple before MappingView in pprint (

[Python-checkins] [3.13] gh-135855: Raise TypeError When Passing Non-dict Object to `_interpreters.set___main___attrs` (gh-135903)

2025-06-24 Thread ericsnowcurrently
https://github.com/python/cpython/commit/3e4362812ee8b659d54ec7a5f9d3289de2a54d8b commit: 3e4362812ee8b659d54ec7a5f9d3289de2a54d8b branch: 3.13 author: Brian Schubert committer: ericsnowcurrently date: 2025-06-24T16:23:26-06:00 summary: [3.13] gh-135855: Raise TypeError When Passing Non-dict Obj

[Python-checkins] [3.14] gh-135855: Raise TypeError When Passing Non-dict Object to `_interpreters.set___main___attrs` (gh-135900)

2025-06-24 Thread ericsnowcurrently
https://github.com/python/cpython/commit/090a42b5eb418cf9436c8e5deac49bfd866a0bcc commit: 090a42b5eb418cf9436c8e5deac49bfd866a0bcc branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: ericsnowcurrently date: 2025-06-24T19:19:31Z summary: [3.14] g

[Python-checkins] gh-135855: Raise TypeError When Passing Non-dict Object to `_interpreters.set___main___attrs` (gh-135856)

2025-06-24 Thread ericsnowcurrently
https://github.com/python/cpython/commit/4e6f0d116e9725efb2d8eb6c3274aa3c024a6fb4 commit: 4e6f0d116e9725efb2d8eb6c3274aa3c024a6fb4 branch: main author: Brian Schubert committer: ericsnowcurrently date: 2025-06-24T12:53:14-06:00 summary: gh-135855: Raise TypeError When Passing Non-dict Object to

[Python-checkins] gh-135805: Document the X option and env var for controlling thread-local bytecode (#135868)

2025-06-24 Thread mpage
https://github.com/python/cpython/commit/fea5ccc55d8486300beb1d0254da030a4da10394 commit: fea5ccc55d8486300beb1d0254da030a4da10394 branch: main author: mpage committer: mpage date: 2025-06-24T10:02:50-07:00 summary: gh-135805: Document the X option and env var for controlling thread-local bytec

[Python-checkins] [3.13] gh-135878: Fix crash in `types.SimpleNamespace.__repr__` (GH-135889) (#135895)

2025-06-24 Thread sobolevn
https://github.com/python/cpython/commit/469f69d4e2cef433644564a7cf6b1eaf883feb32 commit: 469f69d4e2cef433644564a7cf6b1eaf883feb32 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: sobolevn date: 2025-06-24T16:59:29Z summary: [3.13] gh-135878:

[Python-checkins] [3.14] gh-135878: Fix crash in `types.SimpleNamespace.__repr__` (GH-135889) (#135896)

2025-06-24 Thread sobolevn
https://github.com/python/cpython/commit/88c55528f5a694e8340f2541de7a11265589fbed commit: 88c55528f5a694e8340f2541de7a11265589fbed branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: sobolevn date: 2025-06-24T16:58:57Z summary: [3.14] gh-135878:

[Python-checkins] [3.13] gh-135494: Fix python -m test --pgo -x test_re (#135713) (#135881)

2025-06-24 Thread vstinner
https://github.com/python/cpython/commit/a27398d5b3ca5c59ac52cd72cf6878bbaca49c80 commit: a27398d5b3ca5c59ac52cd72cf6878bbaca49c80 branch: 3.13 author: Victor Stinner committer: vstinner date: 2025-06-24T10:49:31Z summary: [3.13] gh-135494: Fix python -m test --pgo -x test_re (#135713) (#135881)

[Python-checkins] gh-135487: fix `reprlib.Repr.repr_int` when given very large integers (#135506)

2025-06-24 Thread picnixz
https://github.com/python/cpython/commit/e5f03b94b6d4decbf433d385f692c1b8d9b7e88d commit: e5f03b94b6d4decbf433d385f692c1b8d9b7e88d branch: main author: Bénédikt Tran <[email protected]> committer: picnixz <[email protected]> date: 2025-06-24T11:09:46Z

[Python-checkins] [3.14] gh-135494: Fix python -m test --pgo -x test_re (GH-135713) (#135880)

2025-06-24 Thread vstinner
https://github.com/python/cpython/commit/961dd80e0ee7e068132a196d8afe7a4dd8e16dbf commit: 961dd80e0ee7e068132a196d8afe7a4dd8e16dbf branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: vstinner date: 2025-06-24T10:48:10Z summary: [3.14] gh-135494:

[Python-checkins] GH-135106: Restrict trashcan to GC'ed objects (GH-135682)

2025-06-24 Thread markshannon
https://github.com/python/cpython/commit/2060089254f0b00199b99dd1ae83a3fb139e890c commit: 2060089254f0b00199b99dd1ae83a3fb139e890c branch: main author: Mark Shannon committer: markshannon date: 2025-06-24T09:49:38+01:00 summary: GH-135106: Restrict trashcan to GC'ed objects (GH-135682) files: A

[Python-checkins] gh-123299: Update 'What's New in Python 3.14' from `3.14` branch (#135616)

2025-06-24 Thread hugovk
https://github.com/python/cpython/commit/39ea593cbbd800757cbb93e4be3fa79af84e5c8c commit: 39ea593cbbd800757cbb93e4be3fa79af84e5c8c branch: main author: Hugo van Kemenade <[email protected]> committer: hugovk <[email protected]> date: 2025-06-24T11:08:23+0

[Python-checkins] gh-135532: use `defining_class` for copying BLAKE-2 and SHA-3 objects (#135838)

2025-06-24 Thread picnixz
https://github.com/python/cpython/commit/ef4fc86afa297071cb0eb3db871640fc14694a36 commit: ef4fc86afa297071cb0eb3db871640fc14694a36 branch: main author: Bénédikt Tran <[email protected]> committer: picnixz <[email protected]> date: 2025-06-24T09:58:07+

[Python-checkins] [3.13] Bump mypy to 1.16.1 (GH-135720) (#135849)

2025-06-24 Thread hugovk
https://github.com/python/cpython/commit/028d56fd78d954f22dc81bd8b3c027b038ea76e0 commit: 028d56fd78d954f22dc81bd8b3c027b038ea76e0 branch: 3.13 author: Hugo van Kemenade <[email protected]> committer: hugovk <[email protected]> date: 2025-06-24T10:20:55+0