[Python-checkins] gh-125331: Allow the parser to activate future imports on the fly (#125482)

2025-02-13 Thread pablogsal
https://github.com/python/cpython/commit/3bd3e09588bfde7edba78c55794a0e28e2d21ea5 commit: 3bd3e09588bfde7edba78c55794a0e28e2d21ea5 branch: main author: Pablo Galindo Salgado committer: pablogsal date: 2025-02-14T04:54:56Z summary: gh-125331: Allow the parser to activate future imports on the fly

[Python-checkins] GH-115869: Don't JIT zeroed bytes (GH-130023)

2025-02-13 Thread brandtbucher
https://github.com/python/cpython/commit/05e89c34bd8389f87bd6c9462d5a06ef9e1a65ab commit: 05e89c34bd8389f87bd6c9462d5a06ef9e1a65ab branch: main author: Brandt Bucher committer: brandtbucher date: 2025-02-13T10:51:03-08:00 summary: GH-115869: Don't JIT zeroed bytes (GH-130023) files: M Tools/jit

[Python-checkins] Fix a typo in `_localemodule.c` (GH-130085)

2025-02-13 Thread encukou
https://github.com/python/cpython/commit/07f5e33f2eed50984d7a60b48bb3136d93a59dd6 commit: 07f5e33f2eed50984d7a60b48bb3136d93a59dd6 branch: main author: Bartosz Sławecki committer: encukou date: 2025-02-13T17:29:26Z summary: Fix a typo in `_localemodule.c` (GH-130085) files: M Modules/_localemod

[Python-checkins] gh-128130: Fix unhandled keyboard interrupt data race (gh-129975)

2025-02-13 Thread colesbury
https://github.com/python/cpython/commit/451f291baaff918228ace4e8257be42737d7654a commit: 451f291baaff918228ace4e8257be42737d7654a branch: main author: Sam Gross committer: colesbury date: 2025-02-13T12:29:03-05:00 summary: gh-128130: Fix unhandled keyboard interrupt data race (gh-129975) Use a

[Python-checkins] Revert "gh-130048: Reintroduce full LTO as default on Clang (GH-130049)" (#130088)

2025-02-13 Thread Fidget-Spinner
https://github.com/python/cpython/commit/aa284232013693103431fb672a0bcabac3d4200b commit: aa284232013693103431fb672a0bcabac3d4200b branch: main author: Ken Jin committer: Fidget-Spinner date: 2025-02-13T17:27:19Z summary: Revert "gh-130048: Reintroduce full LTO as default on Clang (GH-130049)"

[Python-checkins] gh-129984: Mark immortal objects as deferred (#129985)

2025-02-13 Thread DinoV
https://github.com/python/cpython/commit/28f5e3de572e1f688b05126d395cf3aadd5ab8ad commit: 28f5e3de572e1f688b05126d395cf3aadd5ab8ad branch: main author: Dino Viehland committer: DinoV date: 2025-02-13T09:01:43-08:00 summary: gh-129984: Mark immortal objects as deferred (#129985) Mark immortal ob

[Python-checkins] gh-130019: Fix data race in _PyType_AllocNoTrack (gh-130058)

2025-02-13 Thread colesbury
https://github.com/python/cpython/commit/0559339ccdc76a63dcbd14eb2d60a41f493a1ded commit: 0559339ccdc76a63dcbd14eb2d60a41f493a1ded branch: main author: Sam Gross committer: colesbury date: 2025-02-13T11:50:45-05:00 summary: gh-130019: Fix data race in _PyType_AllocNoTrack (gh-130058) The refere

[Python-checkins] no-issue: Add free-threading build for TC dispatch (gh-130083)

2025-02-13 Thread corona10
https://github.com/python/cpython/commit/c357d690033e2f976ddb6e11b8199e3fb9f66118 commit: c357d690033e2f976ddb6e11b8199e3fb9f66118 branch: main author: Donghee Na committer: corona10 date: 2025-02-14T00:25:40+09:00 summary: no-issue: Add free-threading build for TC dispatch (gh-130083) no-issue

[Python-checkins] [3.13] Update manpage environment variables and command line arguments (GH-129623) (#130078)

2025-02-13 Thread hugovk
https://github.com/python/cpython/commit/9e23e0ad2cc4267829388bc29688ac0c2bfb3604 commit: 9e23e0ad2cc4267829388bc29688ac0c2bfb3604 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: hugovk <[email protected]> date: 2025-02-1

[Python-checkins] gh-130048: Reintroduce full LTO as default on Clang (GH-130049)

2025-02-13 Thread Fidget-Spinner
https://github.com/python/cpython/commit/34c06ccc4c6c21935b46302935f3df24b00daa2c commit: 34c06ccc4c6c21935b46302935f3df24b00daa2c branch: main author: Ken Jin committer: Fidget-Spinner date: 2025-02-13T22:06:00+08:00 summary: gh-130048: Reintroduce full LTO as default on Clang (GH-130049) file

[Python-checkins] GH-107956: install build-details.json (PEP 739) (#130069)

2025-02-13 Thread FFY00
https://github.com/python/cpython/commit/1eb3ade6e5dbc3ee3a75cc11b802b9b0b81ce384 commit: 1eb3ade6e5dbc3ee3a75cc11b802b9b0b81ce384 branch: main author: Filipe Laíns 🇵🇸 committer: FFY00 date: 2025-02-13T13:58:00Z summary: GH-107956: install build-details.json (PEP 739) (#130069) files: A Lib/tes

[Python-checkins] gh-126835: Move const folding of lists & sets from ast_opt.c to flowgraph.c (#130032)

2025-02-13 Thread iritkatriel
https://github.com/python/cpython/commit/140e69c4a878d7a0a26d4406bdad55e56ddae0b7 commit: 140e69c4a878d7a0a26d4406bdad55e56ddae0b7 branch: main author: Yan Yanchii committer: iritkatriel <[email protected]> date: 2025-02-13T12:11:07Z summary: gh-126835: Move const foldi