[Python-checkins] [3.14] gh-128627: Fix iPad detection in wasm-gc (GH-135388) (#135419)

2025-06-11 Thread freakboy3742
https://github.com/python/cpython/commit/e76dbc87a28f611d3eeb664da9dfc272df69279e commit: e76dbc87a28f611d3eeb664da9dfc272df69279e branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: freakboy3742 date: 2025-06-12T04:28:47Z summary: [3.14] gh-128

[Python-checkins] gh-128627: Fix iPad detection in wasm-gc (#135388)

2025-06-11 Thread freakboy3742
https://github.com/python/cpython/commit/d4471297586335d8c24db8b2c030d32c94570344 commit: d4471297586335d8c24db8b2c030d32c94570344 branch: main author: Gyeongjae Choi committer: freakboy3742 date: 2025-06-12T04:04:13Z summary: gh-128627: Fix iPad detection in wasm-gc (#135388) On some iPad vers

[Python-checkins] [3.14] Fix presentation of dataclasses' `unsafe_hash` default value (GH-116532) (#135416)

2025-06-11 Thread ericvsmith
https://github.com/python/cpython/commit/4a30154fd27f055a97d6543a2cbf71f578b7eed5 commit: 4a30154fd27f055a97d6543a2cbf71f578b7eed5 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: ericvsmith date: 2025-06-12T01:36:17Z summary: [3.14] Fix pres

[Python-checkins] [3.13] Fix presentation of dataclasses' `unsafe_hash` default value (GH-116532) (#135417)

2025-06-11 Thread ericvsmith
https://github.com/python/cpython/commit/9a10b734f164ca5a253ae3a05f4960e3fcbeef2b commit: 9a10b734f164ca5a253ae3a05f4960e3fcbeef2b branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: ericvsmith date: 2025-06-12T01:37:30Z summary: [3.13] Fix pres

[Python-checkins] Fix presentation of dataclasses' `unsafe_hash` default value (#116532)

2025-06-11 Thread ericvsmith
https://github.com/python/cpython/commit/71f5fafdfb2e509f59cd584d45949c6496f88d41 commit: 71f5fafdfb2e509f59cd584d45949c6496f88d41 branch: main author: Victorien <[email protected]> committer: ericvsmith date: 2025-06-11T21:30:33-04:00 summary: Fix presentation of dataclass

[Python-checkins] gh-134939: Add the concurrent.interpreters Module (gh-133958)

2025-06-11 Thread ericsnowcurrently
https://github.com/python/cpython/commit/62143736b623fd0bcf998995196a13c4e50bb778 commit: 62143736b623fd0bcf998995196a13c4e50bb778 branch: main author: Eric Snow committer: ericsnowcurrently date: 2025-06-11T17:35:48-06:00 summary: gh-134939: Add the concurrent.interpreters Module (gh-133958) P

[Python-checkins] Python 3.13.5

2025-06-11 Thread Yhg1s
https://github.com/python/cpython/commit/6cb20a219a860eaf687b2d968b41c480c7461909 commit: 6cb20a219a860eaf687b2d968b41c480c7461909 branch: 3.13 author: Thomas Wouters committer: Yhg1s date: 2025-06-11T17:36:57+02:00 summary: Python 3.13.5 files: A Misc/NEWS.d/3.13.5.rst D Misc/NEWS.d/next/C API

[Python-checkins] [3.9] gh-135374: Update the bundled copy of setuptools to 79.0.1 (#135397)

2025-06-11 Thread ambv
https://github.com/python/cpython/commit/4f28afe5456d8ed4a6fe0099337487043e29c912 commit: 4f28afe5456d8ed4a6fe0099337487043e29c912 branch: 3.9 author: Łukasz Langa committer: ambv date: 2025-06-11T18:10:39+02:00 summary: [3.9] gh-135374: Update the bundled copy of setuptools to 79.0.1 (#135397)

[Python-checkins] [3.10] gh-135374: Update the bundled copy of setuptools to 79.0.1 (#135398)

2025-06-11 Thread ambv
https://github.com/python/cpython/commit/f297a2292cd3c3596f21ca5914310f1f8d5d8750 commit: f297a2292cd3c3596f21ca5914310f1f8d5d8750 branch: 3.10 author: Łukasz Langa committer: ambv date: 2025-06-11T18:10:27+02:00 summary: [3.10] gh-135374: Update the bundled copy of setuptools to 79.0.1 (#135398

[Python-checkins] [3.11] gh-135374: Update the bundled copy of setuptools to 79.0.1 (#135396)

2025-06-11 Thread ambv
https://github.com/python/cpython/commit/c96ab19ae460911e40ffa502f1bf945ab6c53a2e commit: c96ab19ae460911e40ffa502f1bf945ab6c53a2e branch: 3.11 author: Łukasz Langa committer: ambv date: 2025-06-11T17:57:25+02:00 summary: [3.11] gh-135374: Update the bundled copy of setuptools to 79.0.1 (#135396

[Python-checkins] [3.13] gh-133264: Correct documentation of how Py_Main and Py_RunMain handle SystemExit (GH-135337) (#135395)

2025-06-11 Thread vstinner
https://github.com/python/cpython/commit/d24d925ab7d4a137d6cd5749ffd43ec634d5c074 commit: d24d925ab7d4a137d6cd5749ffd43ec634d5c074 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: vstinner date: 2025-06-11T17:32:42+02:00 summary: [3.13] gh-13

[Python-checkins] [3.14] gh-133264: Correct documentation of how Py_Main and Py_RunMain handle SystemExit (GH-135337) (#135394)

2025-06-11 Thread vstinner
https://github.com/python/cpython/commit/98136ddb0e82e73747da1604ef1b911ae9bb065c commit: 98136ddb0e82e73747da1604ef1b911ae9bb065c branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: vstinner date: 2025-06-11T15:29:46Z summary: [3.14] gh-133264:

[Python-checkins] [3.12] gh-132415: Update vendored setuptools in ``Lib/test/wheeldata` (GH-132887) (GH-135393)

2025-06-11 Thread ambv
https://github.com/python/cpython/commit/033aa5cfd856e52d5b10fc765631c16b308ee4f1 commit: 033aa5cfd856e52d5b10fc765631c16b308ee4f1 branch: 3.12 author: Łukasz Langa committer: ambv date: 2025-06-11T17:28:51+02:00 summary: [3.12] gh-132415: Update vendored setuptools in ``Lib/test/wheeldata` (GH

[Python-checkins] gh-133264: Correct documentation of how Py_Main and Py_RunMain handle SystemExit (#135337)

2025-06-11 Thread vstinner
https://github.com/python/cpython/commit/b706ff003c536c5bca24dfdd3a8917bffcfa3df1 commit: b706ff003c536c5bca24dfdd3a8917bffcfa3df1 branch: main author: Malcolm Smith committer: vstinner date: 2025-06-11T17:23:47+02:00 summary: gh-133264: Correct documentation of how Py_Main and Py_RunMain handle

[Python-checkins] [3.12] gh-132415: Use shutil.which() in missing_compiler_executable() (GH-132906) (GH-135392)

2025-06-11 Thread ambv
https://github.com/python/cpython/commit/d43cb4f31a95ee511d86e8adbfa1bea9747d75d3 commit: d43cb4f31a95ee511d86e8adbfa1bea9747d75d3 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: ambv date: 2025-06-11T17:00:01+02:00 summary: [3.12] gh-132415

[Python-checkins] [3.13] GH-135171: Roll back all fixes for GH-127682 as they are not suitable for 3.13 (#135390)

2025-06-11 Thread ambv
https://github.com/python/cpython/commit/6ae51582a1935495ce5126dbc24e319f11e2315f commit: 6ae51582a1935495ce5126dbc24e319f11e2315f branch: 3.13 author: T. Wouters committer: ambv date: 2025-06-11T16:57:35+02:00 summary: [3.13] GH-135171: Roll back all fixes for GH-127682 as they are not suitable

[Python-checkins] [3.13] gh-132415: Update vendored setuptools in ``Lib/test/wheeldata`` (GH-132887) (#135391)

2025-06-11 Thread Yhg1s
https://github.com/python/cpython/commit/5f5b173cc7537140aad8a41c5e24852365251e14 commit: 5f5b173cc7537140aad8a41c5e24852365251e14 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: Yhg1s date: 2025-06-11T14:55:14Z summary: [3.13] gh-132415: Up

[Python-checkins] GH-135379: Remove types from stack items in code generator. (GH-135384)

2025-06-11 Thread markshannon
https://github.com/python/cpython/commit/c87b5b2cb665b6bc413bc3a13cc2d70da14dfd66 commit: c87b5b2cb665b6bc413bc3a13cc2d70da14dfd66 branch: main author: Mark Shannon committer: markshannon date: 2025-06-11T15:52:25+01:00 summary: GH-135379: Remove types from stack items in code generator. (GH-135

[Python-checkins] [3.13] Docs: Add note to tutorial clarifying scope (GH-134534) (#134535)

2025-06-11 Thread Yhg1s
https://github.com/python/cpython/commit/690198891a79832c3c2b1c2f5d20f6929e107ef5 commit: 690198891a79832c3c2b1c2f5d20f6929e107ef5 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: Yhg1s date: 2025-06-11T16:13:37+02:00 summary: [3.13] Docs: Ad

[Python-checkins] [3.14] gh-135321: Always raise a correct exception for BINSTRING argument > 0x7fffffff in pickle (GH-135322) (GH-135382)

2025-06-11 Thread serhiy-storchaka
https://github.com/python/cpython/commit/0e969fe8438bc3c98e88e105f9f0e938bb360e47 commit: 0e969fe8438bc3c98e88e105f9f0e938bb360e47 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: serhiy-storchaka date: 2025-06-11T14:01:15+03:00 summary: [3.1

[Python-checkins] [3.13] gh-135321: Always raise a correct exception for BINSTRING argument > 0x7fffffff in pickle (GH-135322) (GH-135383)

2025-06-11 Thread serhiy-storchaka
https://github.com/python/cpython/commit/871adc8e9f521b3e2032c1a5c35d9300f092d341 commit: 871adc8e9f521b3e2032c1a5c35d9300f092d341 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: serhiy-storchaka date: 2025-06-11T14:00:59+03:00 summary: [3.1

[Python-checkins] gh-127545: Add _Py_ALIGNED_DEF(N, T) and use it for PyObject (GH-135209)

2025-06-11 Thread encukou
https://github.com/python/cpython/commit/49d72365cd2d6c09a154a9a061efef4130e2c758 commit: 49d72365cd2d6c09a154a9a061efef4130e2c758 branch: main author: Petr Viktorin committer: encukou date: 2025-06-11T12:44:58+02:00 summary: gh-127545: Add _Py_ALIGNED_DEF(N, T) and use it for PyObject (GH-13520

[Python-checkins] [3.13] gh-128605: Add branch protections for x86_64 in asm_trampoline.S (#128606) (#135353)

2025-06-11 Thread vstinner
https://github.com/python/cpython/commit/65192572d2a727edc18524be5d2b70e4361c9b27 commit: 65192572d2a727edc18524be5d2b70e4361c9b27 branch: 3.13 author: stratakis committer: vstinner date: 2025-06-11T12:09:20+02:00 summary: [3.13] gh-128605: Add branch protections for x86_64 in asm_trampoline.S

[Python-checkins] gh-135321: Always raise a correct exception for BINSTRING argument > 0x7fffffff in pickle (GH-135322)

2025-06-11 Thread serhiy-storchaka
https://github.com/python/cpython/commit/2b8b4774d29a707330d463f226630185cbd3ceff commit: 2b8b4774d29a707330d463f226630185cbd3ceff branch: main author: Justin Applegate <[email protected]> committer: serhiy-storchaka date: 2025-06-11T10:15:12Z summary: gh-135321: Always

[Python-checkins] [3.13] gh-133967: Do not normalize locale name 'C.UTF-8' to 'en_US.UTF-8' (GH-135347) (GH-135350)

2025-06-11 Thread serhiy-storchaka
https://github.com/python/cpython/commit/ffeaeaf6600dbbcb82039653d948ad2906630e88 commit: ffeaeaf6600dbbcb82039653d948ad2906630e88 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: serhiy-storchaka date: 2025-06-11T12:43:38+03:00 summary: [3.1

[Python-checkins] [3.14] gh-133967: Do not normalize locale name 'C.UTF-8' to 'en_US.UTF-8' (GH-135347) (GH-135349)

2025-06-11 Thread serhiy-storchaka
https://github.com/python/cpython/commit/30494cc72c2b5e0c1d9df5f944fadbb82595497d commit: 30494cc72c2b5e0c1d9df5f944fadbb82595497d branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: serhiy-storchaka date: 2025-06-11T12:43:20+03:00 summary: [3.1