[Python-checkins] gh-133259: Show path to python.sh script on successful build (#133268)

2025-05-01 Thread mdboom
https://github.com/python/cpython/commit/c14134020f44575635e11e4552cefcfd8cdbe22f commit: c14134020f44575635e11e4552cefcfd8cdbe22f branch: main author: Michael Droettboom committer: mdboom date: 2025-05-01T18:49:39Z summary: gh-133259: Show path to python.sh script on successful build (#133268

[Python-checkins] Fixed a typo in the `PCbuild/readme.txt` about PGO clang-cl (#133083)

2025-04-28 Thread mdboom
https://github.com/python/cpython/commit/995b1a72f20e4b0bc44b6471d40c2c368d74efb1 commit: 995b1a72f20e4b0bc44b6471d40c2c368d74efb1 branch: main author: Wulian233 <[email protected]> committer: mdboom date: 2025-04-28T13:39:16Z summary: Fixed a typo in the `PCbuild/readme.txt` about PGO cl

[Python-checkins] gh-129244: Only remove the workaround when MSVC has the bugfix (#130011)

2025-02-11 Thread mdboom
https://github.com/python/cpython/commit/00ec7818771903e3007928d191d1297cdb3b5277 commit: 00ec7818771903e3007928d191d1297cdb3b5277 branch: main author: Michael Droettboom committer: mdboom date: 2025-02-11T14:49:42-05:00 summary: gh-129244: Only remove the workaround when MSVC has the bugfix

[Python-checkins] gh-129244: Remove workaround for MSVC compiler crash (#129263)

2025-01-25 Thread mdboom
https://github.com/python/cpython/commit/9e52e553f4a906c120f807e940891f7325011b67 commit: 9e52e553f4a906c120f807e940891f7325011b67 branch: main author: Michael Droettboom committer: mdboom date: 2025-01-25T07:56:13-05:00 summary: gh-129244: Remove workaround for MSVC compiler crash (#129263

[Python-checkins] gh-127518: Fix pystats build after #127169 (#127526)

2024-12-02 Thread mdboom
https://github.com/python/cpython/commit/edefb8678a11a20bdcdcbb8bb6a62ae22101bb51 commit: edefb8678a11a20bdcdcbb8bb6a62ae22101bb51 branch: main author: Michael Droettboom committer: mdboom date: 2024-12-02T20:17:08Z summary: gh-127518: Fix pystats build after #127169 (#127526) gh-127518: Fix

[Python-checkins] gh-126298: Don't deduplicate slice constants based on equality (#126398)

2024-11-07 Thread mdboom
https://github.com/python/cpython/commit/a38e82bd8c249c126ab033c078170b6dea27a619 commit: a38e82bd8c249c126ab033c078170b6dea27a619 branch: main author: Michael Droettboom committer: mdboom date: 2024-11-07T16:39:23Z summary: gh-126298: Don't deduplicate slice constants based on equ

[Python-checkins] gh-125207: Fix MSVC 1935 build with JIT (#125209)

2024-10-18 Thread mdboom
https://github.com/python/cpython/commit/c8fd4b12e3db49d795de55f74d9bac445c059f1b commit: c8fd4b12e3db49d795de55f74d9bac445c059f1b branch: main author: Michael Droettboom committer: mdboom date: 2024-10-18T15:51:29-04:00 summary: gh-125207: Fix MSVC 1935 build with JIT (#125209) * gh-125207

[Python-checkins] gh-123153: Fix PGO builds with free-threading on Windows (#125607)

2024-10-17 Thread mdboom
https://github.com/python/cpython/commit/37986e830ba25d2c382988b06bbe27410596346c commit: 37986e830ba25d2c382988b06bbe27410596346c branch: main author: Michael Droettboom committer: mdboom date: 2024-10-17T08:20:30-04:00 summary: gh-123153: Fix PGO builds with free-threading on Windows (#125607

[Python-checkins] gh-125217: Turn off optimization around_PyEval_EvalFrameDefault to avoid MSVC crash (#125477)

2024-10-16 Thread mdboom
https://github.com/python/cpython/commit/51410d8bdcfe0fd215f94a098dc6cd0919c648a1 commit: 51410d8bdcfe0fd215f94a098dc6cd0919c648a1 branch: main author: Michael Droettboom committer: mdboom date: 2024-10-16T12:51:15Z summary: gh-125217: Turn off optimization around_PyEval_EvalFrameDefault to

[Python-checkins] gh-125063: Emit slices as constants in the bytecode compiler (#125064)

2024-10-08 Thread mdboom
https://github.com/python/cpython/commit/c6127af8685c2a9b416207e46089cee79d028b85 commit: c6127af8685c2a9b416207e46089cee79d028b85 branch: main author: Michael Droettboom committer: mdboom date: 2024-10-08T13:18:39-04:00 summary: gh-125063: Emit slices as constants in the bytecode compiler

[Python-checkins] gh-122584: Import mimalloc headers in a C++ context (#122587)

2024-08-15 Thread mdboom
https://github.com/python/cpython/commit/1dad23edbc9db3a13268c1000c8dd428edba29f8 commit: 1dad23edbc9db3a13268c1000c8dd428edba29f8 branch: main author: Michael Droettboom committer: mdboom date: 2024-08-15T09:01:01-04:00 summary: gh-122584: Import mimalloc headers in a C++ context (#122587

[Python-checkins] gh-122188: Move magic number to its own file (#122243)

2024-07-30 Thread mdboom
https://github.com/python/cpython/commit/af0a00f022d0fb8f1edb4abdda1bc6b915f0448d commit: af0a00f022d0fb8f1edb4abdda1bc6b915f0448d branch: main author: Michael Droettboom committer: mdboom date: 2024-07-30T15:31:05-04:00 summary: gh-122188: Move magic number to its own file (#122243) * gh

[Python-checkins] [3.13] gh-121338: Remove GH-pragma optimize (GH-121340) (#121492)

2024-07-08 Thread mdboom
https://github.com/python/cpython/commit/0790418a0406cc5419bfd9d718522a749542bbc8 commit: 0790418a0406cc5419bfd9d718522a749542bbc8 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: mdboom date: 2024-07-08T09:22:44-04:00 summary: [3.

[Python-checkins] gh-121338: Remove #pragma optimize (#121340)

2024-07-08 Thread mdboom
https://github.com/python/cpython/commit/d69529d31ccd1510843cfac1ab53bb8cb027541f commit: d69529d31ccd1510843cfac1ab53bb8cb027541f branch: main author: Michael Droettboom committer: mdboom date: 2024-07-08T08:48:42-04:00 summary: gh-121338: Remove #pragma optimize (#121340) files: M Python