[Python-checkins] gh-130039: Tailcall for windows builds (GH-130040)

2025-03-10 Thread Fidget-Spinner
https://github.com/python/cpython/commit/a8ee1e16f545d721318afe8fe5330ddb4df7e3e3 commit: a8ee1e16f545d721318afe8fe5330ddb4df7e3e3 branch: main author: Ken Jin committer: Fidget-Spinner date: 2025-03-11T10:52:56+08:00 summary: gh-130039: Tailcall for windows builds (GH-130040) Co-authored-by:

[Python-checkins] Minor nits to whats new tail call wording (#130912)

2025-03-10 Thread Fidget-Spinner
https://github.com/python/cpython/commit/fe186d76cfddf3f4b575d682c034642db07dc762 commit: fe186d76cfddf3f4b575d682c034642db07dc762 branch: main author: Ken Jin committer: Fidget-Spinner date: 2025-03-11T10:57:35+08:00 summary: Minor nits to whats new tail call wording (#130912) files: M Doc/wha

[Python-checkins] [3.12] gh-130809: Fix `PyFrame_LocalsToFast` copying the wrong value (#130816)

2025-03-10 Thread gaogaotiantian
https://github.com/python/cpython/commit/33605da91cfcdb88673892fef1fe2eb6fea2cde2 commit: 33605da91cfcdb88673892fef1fe2eb6fea2cde2 branch: 3.12 author: Kyle Cutler <[email protected]> committer: gaogaotiantian date: 2025-03-10T20:27:07-04:00 summary: [3.12] gh-130809: Fix

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

2025-03-10 Thread pablogsal
https://github.com/python/cpython/commit/ebd2ed7ad8e499a64d989eb9e70035bcccde9f4f commit: ebd2ed7ad8e499a64d989eb9e70035bcccde9f4f branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: pablogsal date: 2025-03-10T22:20:38Z summary: [3.13] gh-125331

[Python-checkins] [3.13] gh-124927: Fix conversion issue between coordinates and position in REPL (GH-125001) (#131061)

2025-03-10 Thread pablogsal
https://github.com/python/cpython/commit/977af3a6a21172b5ea73bd3fbf9eff5d6e813a73 commit: 977af3a6a21172b5ea73bd3fbf9eff5d6e813a73 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: pablogsal date: 2025-03-10T22:18:13Z summary: [3.13] gh-124927

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

2025-03-10 Thread pablogsal
https://github.com/python/cpython/commit/fcf1f57d91f69b80f5a89b960c06c4180ed9f3f3 commit: fcf1f57d91f69b80f5a89b960c06c4180ed9f3f3 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: pablogsal date: 2025-03-10T22:13:59Z summary: [3.12] gh-125331

[Python-checkins] gh-124927: Fix conversion issue between coordinates and position in REPL (#125001)

2025-03-10 Thread pablogsal
https://github.com/python/cpython/commit/6ab5c4aa05bf35832a3ccd1e71b28b8475fa30f4 commit: 6ab5c4aa05bf35832a3ccd1e71b28b8475fa30f4 branch: main author: FeH2 committer: pablogsal date: 2025-03-10T21:54:49Z summary: gh-124927: Fix conversion issue between coordinates and position in REPL (#125001

[Python-checkins] gh-117174: Add a new route in linecache to fetch interactive source code (#117500)

2025-03-10 Thread pablogsal
https://github.com/python/cpython/commit/a931a8b32415f311008dbb3f09079aae1e6d7a3d commit: a931a8b32415f311008dbb3f09079aae1e6d7a3d branch: main author: Pablo Galindo Salgado committer: pablogsal date: 2025-03-10T21:54:05Z summary: gh-117174: Add a new route in linecache to fetch interactive sour

[Python-checkins] gh-118518: Minor improvements to perf docs (#130866)

2025-03-10 Thread pablogsal
https://github.com/python/cpython/commit/ecdf6b15b0c0570c3c3302ab95bdbfd3007ea941 commit: ecdf6b15b0c0570c3c3302ab95bdbfd3007ea941 branch: main author: stratakis committer: pablogsal date: 2025-03-10T21:51:21Z summary: gh-118518: Minor improvements to perf docs (#130866) Minor improvements to p

[Python-checkins] gh-82909: Update PC/pyconfig.h to allow disabling pragma based auto-linking (GH-19740)

2025-03-10 Thread zooba
https://github.com/python/cpython/commit/c3487c941dfa252bde7e69f9d953d4ca9a56408d commit: c3487c941dfa252bde7e69f9d953d4ca9a56408d branch: main author: Jean-Christophe Fillion-Robin committer: zooba date: 2025-03-10T17:40:17Z summary: gh-82909: Update PC/pyconfig.h to allow disabling pragma base

[Python-checkins] Add Ammar to CODEOWNERS for fuzzing (#131057)

2025-03-10 Thread ammaraskar
https://github.com/python/cpython/commit/8431b1fee88301b8cc04968546fc465f5e0b1ce6 commit: 8431b1fee88301b8cc04968546fc465f5e0b1ce6 branch: main author: Ammar Askar committer: ammaraskar date: 2025-03-10T13:58:36-07:00 summary: Add Ammar to CODEOWNERS for fuzzing (#131057) files: M .github/CODEO

[Python-checkins] gh-131020: py.exe launcher does not correctly detect a BOM when searching for the shebang (GH-131021)

2025-03-10 Thread zooba
https://github.com/python/cpython/commit/22ac71dc8e9ae28331ec960b121d2d0d8282f0bb commit: 22ac71dc8e9ae28331ec960b121d2d0d8282f0bb branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: zooba date: 2025-03-10T20:12:40Z summary: gh-131020: py.exe la

[Python-checkins] [3.12] gh-130711: Document `PyBaseObject_Type` (GH-130712) (GH-130793)

2025-03-10 Thread encukou
https://github.com/python/cpython/commit/c82795a0bbdab58c3ddb972310a344a9841ff729 commit: c82795a0bbdab58c3ddb972310a344a9841ff729 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: encukou date: 2025-03-10T15:05:45+01:00 summary: [3.12] gh-130

[Python-checkins] gh-101100: Fix sphinx warnings in `library/asyncio-subprocess.rst` (#130994)

2025-03-10 Thread kumaraditya303
https://github.com/python/cpython/commit/7cc99a54b755cc7cc0b3680fde7834cf612d4fbc commit: 7cc99a54b755cc7cc0b3680fde7834cf612d4fbc branch: main author: Yuki Kobayashi committer: kumaraditya303 date: 2025-03-10T12:38:08Z summary: gh-101100: Fix sphinx warnings in `library/asyncio-subprocess.rst`