[Python-checkins] Replace non-breaking spaces with normal spaces (#130116)

2025-02-15 Thread freakboy3742
https://github.com/python/cpython/commit/798f8d3ea9f54ee80a684bff74f67ee7d99e35c2 commit: 798f8d3ea9f54ee80a684bff74f67ee7d99e35c2 branch: main author: AN Long committer: freakboy3742 date: 2025-02-16T09:33:14+08:00 summary: Replace non-breaking spaces with normal spaces (#130116) Using normal

[Python-checkins] GH-128520: Subclass `abc.ABC` in `pathlib._abc` (#128745)

2025-02-15 Thread barneygale
https://github.com/python/cpython/commit/a7d41a89474a07ce2b96943ea3f152e0dc757240 commit: a7d41a89474a07ce2b96943ea3f152e0dc757240 branch: main author: Barney Gale committer: barneygale date: 2025-02-16T00:37:26Z summary: GH-128520: Subclass `abc.ABC` in `pathlib._abc` (#128745) Convert `Joinab

[Python-checkins] gh-129989: Properly disable tailcall interp in configure (GH-129991)

2025-02-15 Thread Fidget-Spinner
https://github.com/python/cpython/commit/359c7dde3bb074e029686913f531457eb121d1dd commit: 359c7dde3bb074e029686913f531457eb121d1dd branch: main author: Ken Jin committer: Fidget-Spinner date: 2025-02-16T03:01:24+08:00 summary: gh-129989: Properly disable tailcall interp in configure (GH-129991)

[Python-checkins] gh-128345: properly disable gil for `_freeze_module.vcxproj` (#128344)

2025-02-15 Thread kumaraditya303
https://github.com/python/cpython/commit/c26bed1160978fe8b1844878b8123778e47870c6 commit: c26bed1160978fe8b1844878b8123778e47870c6 branch: main author: Julian Waters <32636402+theshermantan...@users.noreply.github.com> committer: kumaraditya303 date: 2025-02-15T14:05:54Z summary: gh-128345: prope

[Python-checkins] Add Neil's suggestions to whatsnew wording for tailcall (#130155)

2025-02-15 Thread Fidget-Spinner
https://github.com/python/cpython/commit/a13460ac4427892be613bf0e2988f5a2b2364602 commit: a13460ac4427892be613bf0e2988f5a2b2364602 branch: main author: Ken Jin committer: Fidget-Spinner date: 2025-02-15T21:09:37+08:00 summary: Add Neil's suggestions to whatsnew wording for tailcall (#130155) Ad

[Python-checkins] [3.13] gh-130145: fix `loop.run_forever` when loop is already running (GH-130146) (#130147)

2025-02-15 Thread kumaraditya303
https://github.com/python/cpython/commit/1a7b8c0f4d7aaa4868ec601e324b7df580f24b69 commit: 1a7b8c0f4d7aaa4868ec601e324b7df580f24b69 branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: kumaraditya303 date: 2025-02-15T09:55:08Z summary: [3.13] gh-1

[Python-checkins] gh-130145: fix `loop.run_forever` when loop is already running (#130146)

2025-02-15 Thread kumaraditya303
https://github.com/python/cpython/commit/a545749b0e6c56cab853c5c8df3c199b9707994f commit: a545749b0e6c56cab853c5c8df3c199b9707994f branch: main author: Kumar Aditya committer: kumaraditya303 date: 2025-02-15T15:01:53+05:30 summary: gh-130145: fix `loop.run_forever` when loop is already running (