[Python-checkins] gh-127146: Enable large files on Emscripten (#135635)

2025-06-17 Thread freakboy3742
https://github.com/python/cpython/commit/01c80b265060f016d3534eb74d540363808804e1 commit: 01c80b265060f016d3534eb74d540363808804e1 branch: main author: Hood Chatham committer: freakboy3742 date: 2025-06-18T04:34:30Z summary: gh-127146: Enable large files on Emscripten (#135635) Large files have

[Python-checkins] gh-134632: Add iOS/Android test skip for C API check for headers. (#135656)

2025-06-17 Thread freakboy3742
https://github.com/python/cpython/commit/1c7efaf58a62d848421b2da97360ba3df7d7856b commit: 1c7efaf58a62d848421b2da97360ba3df7d7856b branch: main author: Russell Keith-Magee committer: freakboy3742 date: 2025-06-18T14:21:14+08:00 summary: gh-134632: Add iOS/Android test skip for C API check for he

[Python-checkins] [3.14] gh-134632: Add iOS/Android test skip for C API check for headers. (GH-135656) (#135657)

2025-06-17 Thread freakboy3742
https://github.com/python/cpython/commit/562f6d1639fd19af3a5e9eac2b2c632d1b0a7bfc commit: 562f6d1639fd19af3a5e9eac2b2c632d1b0a7bfc branch: 3.14 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: freakboy3742 date: 2025-06-18T06:48:03Z summary: [3.14] gh-134

[Python-checkins] gh-119180: Only fetch globals and locals if necessary in `annotationlib.get_annotations()` (#135644)

2025-06-17 Thread JelleZijlstra
https://github.com/python/cpython/commit/504ae606e192a88805996a7e934f38bc5cb7f28a commit: 504ae606e192a88805996a7e934f38bc5cb7f28a branch: main author: Victorien <65306057+vii...@users.noreply.github.com> committer: JelleZijlstra date: 2025-06-17T20:29:13-07:00 summary: gh-119180: Only fetch glob

[Python-checkins] [3.14] gh-127146: Emscripten: Fix pathlib glob_dotdot test (GH-135624) (#135653)

2025-06-17 Thread freakboy3742
https://github.com/python/cpython/commit/9f63a54aec6fa9bc22382aa1a5a6e47ec12fca23 commit: 9f63a54aec6fa9bc22382aa1a5a6e47ec12fca23 branch: 3.14 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: freakboy3742 date: 2025-06-18T04:19:43Z summary: [3.14] gh-127

[Python-checkins] [3.14] gh-119180: Only fetch globals and locals if necessary in `annotationlib.get_annotations()` (GH-135644) (#135654)

2025-06-17 Thread JelleZijlstra
https://github.com/python/cpython/commit/1429eefbffc023334750fe8efeb26a92deb10175 commit: 1429eefbffc023334750fe8efeb26a92deb10175 branch: 3.14 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: JelleZijlstra date: 2025-06-18T04:24:08Z summary: [3.14] gh-11

[Python-checkins] [3.14] gh-127146: Enable large files on Emscripten (GH-135635) (#135655)

2025-06-17 Thread freakboy3742
https://github.com/python/cpython/commit/52cb287bf92078272eb9353b55377dd22c352680 commit: 52cb287bf92078272eb9353b55377dd22c352680 branch: 3.14 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: freakboy3742 date: 2025-06-18T04:53:01Z summary: [3.14] gh-127

[Python-checkins] gh-134584: Decref elimination for float ops in the JIT (GH-134588)

2025-06-17 Thread Fidget-Spinner
https://github.com/python/cpython/commit/fba5dded6df3c2b1943557afef89a5cb418f65a2 commit: fba5dded6df3c2b1943557afef89a5cb418f65a2 branch: main author: Ken Jin committer: Fidget-Spinner date: 2025-06-17T23:25:53+08:00 summary: gh-134584: Decref elimination for float ops in the JIT (GH-134588) T

[Python-checkins] [3.14] gh-134632: Fix `build-details.json` to use `INCLUDEPY` path (GH-134633) (#135605)

2025-06-17 Thread FFY00
https://github.com/python/cpython/commit/1bd034de9dcc960f25c419221540ff5a5ac04049 commit: 1bd034de9dcc960f25c419221540ff5a5ac04049 branch: 3.14 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: FFY00 date: 2025-06-17T08:31:10Z summary: [3.14] gh-134632: Fi

[Python-checkins] gh-134632: Fix `build-details.json` to use `INCLUDEPY` path (#134633)

2025-06-17 Thread FFY00
https://github.com/python/cpython/commit/0d582def34babca7417ece8a9e4e16cc2a752d44 commit: 0d582def34babca7417ece8a9e4e16cc2a752d44 branch: main author: Michał Górny committer: FFY00 date: 2025-06-17T08:05:04Z summary: gh-134632: Fix `build-details.json` to use `INCLUDEPY` path (#134633) * gh-13

[Python-checkins] gh-135627: Remove documentation for LOAD_CONST_IMMORTAL opcode (GH-135632)

2025-06-17 Thread Fidget-Spinner
https://github.com/python/cpython/commit/711700259135b5f9e21c56b199f4ebc0048b18b4 commit: 711700259135b5f9e21c56b199f4ebc0048b18b4 branch: main author: Vladyslav Lazoryk <80263725+lazor...@users.noreply.github.com> committer: Fidget-Spinner date: 2025-06-18T10:39:41+08:00 summary: gh-135627: Remo

[Python-checkins] gh-133931: Introduce _PyObject_XSetRefDelayed to replace Py_XSETREF (gh-134377)

2025-06-17 Thread corona10
https://github.com/python/cpython/commit/52be7f445e454ccb44e368a22fe70a0fa6cab7c0 commit: 52be7f445e454ccb44e368a22fe70a0fa6cab7c0 branch: main author: Donghee Na committer: corona10 date: 2025-06-18T08:36:02+09:00 summary: gh-133931: Introduce _PyObject_XSetRefDelayed to replace Py_XSETREF (gh-

[Python-checkins] gh-132775: Fix Interpreter.call() __main__ Visibility (gh-135595)

2025-06-17 Thread ericsnowcurrently
https://github.com/python/cpython/commit/269e19e0a7efc62ee4ffbd8424974dc6d4fbfd5d commit: 269e19e0a7efc62ee4ffbd8424974dc6d4fbfd5d branch: main author: Eric Snow committer: ericsnowcurrently date: 2025-06-17T13:16:59-06:00 summary: gh-132775: Fix Interpreter.call() __main__ Visibility (gh-135595

[Python-checkins] Initial internal asyncio docs (#135469)

2025-06-17 Thread gvanrossum
https://github.com/python/cpython/commit/cb394101110e13a27e08bbf2fe9f38d847db004c commit: cb394101110e13a27e08bbf2fe9f38d847db004c branch: main author: Kumar Aditya committer: gvanrossum date: 2025-06-17T12:21:41-07:00 summary: Initial internal asyncio docs (#135469) Currently focused on `_asyn

[Python-checkins] gh-127146: Allow ignored keys to be missing in test_sysconfig (#135622)

2025-06-17 Thread freakboy3742
https://github.com/python/cpython/commit/28c71ee4b2eb66983b78018896ca56892580816a commit: 28c71ee4b2eb66983b78018896ca56892580816a branch: main author: Hood Chatham committer: freakboy3742 date: 2025-06-18T10:51:46+08:00 summary: gh-127146: Allow ignored keys to be missing in test_sysconfig (#13

[Python-checkins] gh-127146: Emscripten: Skip test_url2pathname_resolve_host (#135634)

2025-06-17 Thread freakboy3742
https://github.com/python/cpython/commit/2a49c54ab2c5cf0ee96a8e577971c1525a966940 commit: 2a49c54ab2c5cf0ee96a8e577971c1525a966940 branch: main author: Hood Chatham committer: freakboy3742 date: 2025-06-18T10:59:01+08:00 summary: gh-127146: Emscripten: Skip test_url2pathname_resolve_host (#13563

[Python-checkins] [3.14] gh-127146: Allow ignored keys to be missing in test_sysconfig (GH-135622) (#135650)

2025-06-17 Thread freakboy3742
https://github.com/python/cpython/commit/77e2ac14c626ff64ee90e73ac29dc2a60786335e commit: 77e2ac14c626ff64ee90e73ac29dc2a60786335e branch: 3.14 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: freakboy3742 date: 2025-06-18T03:17:22Z summary: [3.14] gh-127

[Python-checkins] gh-127146: Emscripten: Fix pathlib glob_dotdot test (#135624)

2025-06-17 Thread freakboy3742
https://github.com/python/cpython/commit/e4ccd46bf75fff2938d7c21c7284e49b0ab795b0 commit: e4ccd46bf75fff2938d7c21c7284e49b0ab795b0 branch: main author: Hood Chatham committer: freakboy3742 date: 2025-06-18T11:20:43+08:00 summary: gh-127146: Emscripten: Fix pathlib glob_dotdot test (#135624) The

[Python-checkins] gh-127146: Emscripten: Fix test failure due to missing os.link (#135626)

2025-06-17 Thread freakboy3742
https://github.com/python/cpython/commit/ce58afb400672aeec79f2017ab99acbbc65cb4ab commit: ce58afb400672aeec79f2017ab99acbbc65cb4ab branch: main author: Hood Chatham committer: freakboy3742 date: 2025-06-18T03:19:23Z summary: gh-127146: Emscripten: Fix test failure due to missing os.link (#135626

[Python-checkins] [3.14] gh-127146: Emscripten: Skip test_url2pathname_resolve_host (GH-135634) (#135651)

2025-06-17 Thread freakboy3742
https://github.com/python/cpython/commit/bf189d7ab5525f7fb1d07f15117f408d0ebc99b6 commit: bf189d7ab5525f7fb1d07f15117f408d0ebc99b6 branch: 3.14 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: freakboy3742 date: 2025-06-18T03:23:31Z summary: [3.14] gh-127

[Python-checkins] [3.14] gh-132815: Add support for JUMP_BACKWARD in specialization stats (GH-135606) (#135612)

2025-06-17 Thread vstinner
https://github.com/python/cpython/commit/c1735c5b4e56b006fecd2a4672888665ab0f8adb commit: c1735c5b4e56b006fecd2a4672888665ab0f8adb branch: 3.14 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: vstinner date: 2025-06-17T12:38:22Z summary: [3.14] gh-132815:

[Python-checkins] GH-135379: Support limited scalar replacement for replicated uops in the JIT code generator. (GH-135563)

2025-06-17 Thread markshannon
https://github.com/python/cpython/commit/8dd8b5c2f0785675b9282b719256341448d49967 commit: 8dd8b5c2f0785675b9282b719256341448d49967 branch: main author: Mark Shannon committer: markshannon date: 2025-06-17T13:43:09+01:00 summary: GH-135379: Support limited scalar replacement for replicated uops i

[Python-checkins] [3.14] gh-132775: Fix Interpreter.call() __main__ Visibility (gh-135638)

2025-06-17 Thread ericsnowcurrently
https://github.com/python/cpython/commit/2c29ee835a28484e47f67b360dc7bd1e0aee1ec7 commit: 2c29ee835a28484e47f67b360dc7bd1e0aee1ec7 branch: 3.14 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: ericsnowcurrently date: 2025-06-17T20:24:08Z summary: [3.14] g

[Python-checkins] Python 3.14.0b3

2025-06-17 Thread hugovk
https://github.com/python/cpython/commit/26d485d12255a10a8e965b561e7d8a70a732ec69 commit: 26d485d12255a10a8e965b561e7d8a70a732ec69 branch: 3.14 author: Hugo van Kemenade <1324225+hug...@users.noreply.github.com> committer: hugovk <1324225+hug...@users.noreply.github.com> date: 2025-06-17T18:40:54+0

[Python-checkins] [3.14] gh-134262: increase retries in `Tools/build/generate_sbom.py` … (#135596)

2025-06-17 Thread hugovk
https://github.com/python/cpython/commit/3233cff84e6248e11c1581eaf509bc298ea04d87 commit: 3233cff84e6248e11c1581eaf509bc298ea04d87 branch: 3.14 author: Emma Smith committer: hugovk <1324225+hug...@users.noreply.github.com> date: 2025-06-17T14:50:15+03:00 summary: [3.14] gh-134262: increase retrie

[Python-checkins] gh-134262: Catch both URLError and ConnectionError in retries (#135365)

2025-06-17 Thread hugovk
https://github.com/python/cpython/commit/acc20a83f4d93682e91c4992c785eaf7e3d0c69c commit: acc20a83f4d93682e91c4992c785eaf7e3d0c69c branch: main author: Emma Smith committer: hugovk <1324225+hug...@users.noreply.github.com> date: 2025-06-17T14:51:23+03:00 summary: gh-134262: Catch both URLError an

[Python-checkins] gh-132815: Add support for JUMP_BACKWARD in specialization stats (#135606)

2025-06-17 Thread vstinner
https://github.com/python/cpython/commit/a9e66a7c506680263b39bc8c150ddc5e72213c45 commit: a9e66a7c506680263b39bc8c150ddc5e72213c45 branch: main author: PuQing committer: vstinner date: 2025-06-17T14:11:09+02:00 summary: gh-132815: Add support for JUMP_BACKWARD in specialization stats (#135606)

[Python-checkins] [3.14] gh-134262: Catch both URLError and ConnectionError in retries (GH-135365) (#135611)

2025-06-17 Thread hugovk
https://github.com/python/cpython/commit/91d9e9e64e3e1c62e9a324e246a2e350f7bc9ca4 commit: 91d9e9e64e3e1c62e9a324e246a2e350f7bc9ca4 branch: 3.14 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: hugovk <1324225+hug...@users.noreply.github.com> date: 2025-06-1