[Python-checkins] GH-127154: Remove PGO and unknown-linux-gnu/clang from JIT CI (#127212)

2024-11-27 Thread savannahostrowski
https://github.com/python/cpython/commit/2247dd0f11058502f44b289df0e18ecc08be8657 commit: 2247dd0f11058502f44b289df0e18ecc08be8657 branch: main author: Savannah Ostrowski committer: savannahostrowski date: 2024-11-27T14:36:36-08:00 summary: GH-127154: Remove PGO and unknown-linux-gnu/clang from

[Python-checkins] gh-126882: Fix indentation in code sample block (#126887)

2024-11-27 Thread AlexWaygood
https://github.com/python/cpython/commit/14a05a8f433197c40293028f01797da444fb8409 commit: 14a05a8f433197c40293028f01797da444fb8409 branch: main author: Topher Fischer committer: AlexWaygood date: 2024-11-27T15:24:45Z summary: gh-126882: Fix indentation in code sample block (#126887) files: M In

[Python-checkins] [3.12] gh-124008: Fix calculation of the number of written bytes for the Windows console (GH-124059) (GH-127326)

2024-11-27 Thread serhiy-storchaka
https://github.com/python/cpython/commit/c3bb32de9df7cb22b40b06098d2f956a8ff1e4d0 commit: c3bb32de9df7cb22b40b06098d2f956a8ff1e4d0 branch: 3.12 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: serhiy-storchaka date: 2024-11-27T16:00:30+02:00 summary: [3.1

[Python-checkins] gh-123967: Fix faulthandler for trampoline frames (#127329)

2024-11-27 Thread vstinner
https://github.com/python/cpython/commit/58e334e1431b2ed6b70ee42501ea73e08084e769 commit: 58e334e1431b2ed6b70ee42501ea73e08084e769 branch: main author: Victor Stinner committer: vstinner date: 2024-11-27T16:14:49+01:00 summary: gh-123967: Fix faulthandler for trampoline frames (#127329) If the

[Python-checkins] [3.13] Fix indentation for contextlib.asynccontextmanager docs (GH-127333) (#127334)

2024-11-27 Thread JelleZijlstra
https://github.com/python/cpython/commit/d5a08f0ecb315c2c5d8f4121f22d95913434 commit: d5a08f0ecb315c2c5d8f4121f22d95913434 branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: JelleZijlstra date: 2024-11-27T14:45:07Z summary: [3.13] Fix i

[Python-checkins] Fix indentation for contextlib.asynccontextmanager docs (#127333)

2024-11-27 Thread JelleZijlstra
https://github.com/python/cpython/commit/9328db7652677a23192cb51b0324a0fdbfa587c9 commit: 9328db7652677a23192cb51b0324a0fdbfa587c9 branch: main author: Jelle Zijlstra committer: JelleZijlstra date: 2024-11-27T06:38:55-08:00 summary: Fix indentation for contextlib.asynccontextmanager docs (#12733

[Python-checkins] gh-122288: Improve performances of `fnmatch.translate` (#122289)

2024-11-27 Thread barneygale
https://github.com/python/cpython/commit/78cb377c622a98b1bf58df40c828e886575a6927 commit: 78cb377c622a98b1bf58df40c828e886575a6927 branch: main author: Bénédikt Tran <10796600+picn...@users.noreply.github.com> committer: barneygale date: 2024-11-27T16:42:45Z summary: gh-122288: Improve performanc

[Python-checkins] GH-127178: install a _sysconfig_vars_(...).json file in the stdlib directory (#127302)

2024-11-27 Thread FFY00
https://github.com/python/cpython/commit/3a77980002845c22e5b294ca47a12d62bf5baf53 commit: 3a77980002845c22e5b294ca47a12d62bf5baf53 branch: main author: Filipe Laíns 🇵🇸 committer: FFY00 date: 2024-11-27T23:32:54Z summary: GH-127178: install a _sysconfig_vars_(...).json file in the stdlib director

[Python-checkins] [3.12] gh-101100: Fix sphinx warnings in `howto/*` (GH-127084) (#127311)

2024-11-27 Thread hugovk
https://github.com/python/cpython/commit/16e899d58915b978bb491de5d51c1c47f69a590d commit: 16e899d58915b978bb491de5d51c1c47f69a590d branch: 3.12 author: Yuki Kobayashi committer: hugovk <1324225+hug...@users.noreply.github.com> date: 2024-11-27T11:46:42+02:00 summary: [3.12] gh-101100: Fix sphinx

[Python-checkins] gh-109746: Fix race condition in test_start_new_thread_failed (GH-127299)

2024-11-27 Thread serhiy-storchaka
https://github.com/python/cpython/commit/83926d3b4c7847394b5e2531e9566d7fc9fbea0f commit: 83926d3b4c7847394b5e2531e9566d7fc9fbea0f branch: main author: Serhiy Storchaka committer: serhiy-storchaka date: 2024-11-27T13:29:50+02:00 summary: gh-109746: Fix race condition in test_start_new_thread_fai

[Python-checkins] [3.12] gh-109746: Fix race condition in test_start_new_thread_failed (GH-127299) (GH-127324)

2024-11-27 Thread serhiy-storchaka
https://github.com/python/cpython/commit/97ed21636cd204df4295cbc4f9c27053b6fd8a45 commit: 97ed21636cd204df4295cbc4f9c27053b6fd8a45 branch: 3.12 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: serhiy-storchaka date: 2024-11-27T12:22:32Z summary: [3.12] gh

[Python-checkins] gh-124008: Fix calculation of the number of written bytes for the Windows console (GH-124059)

2024-11-27 Thread serhiy-storchaka
https://github.com/python/cpython/commit/3cf83d91a5baf3600dd60f7aaaf4fb6d73c4b8a9 commit: 3cf83d91a5baf3600dd60f7aaaf4fb6d73c4b8a9 branch: main author: Serhiy Storchaka committer: serhiy-storchaka date: 2024-11-27T13:38:12+02:00 summary: gh-124008: Fix calculation of the number of written bytes