[Python-checkins] GH-114849: Set a 60-minute timeout for JIT CI jobs (GH-114850)

2024-02-01 Thread brandtbucher
https://github.com/python/cpython/commit/1aec067e69e981d582449849761b23702ec8 commit: 1aec067e69e981d582449849761b23702ec8 branch: main author: Nikita Sobolev committer: brandtbucher date: 2024-02-01T17:44:01-08:00 summary: GH-114849: Set a 60-minute timeout for JIT CI jobs (GH-114850)

[Python-checkins] gh-111239: Update Windows build to use zlib 1.3.1 (GH-114877)

2024-02-01 Thread zware
https://github.com/python/cpython/commit/618d7256e78da8200f6e2c6235094a1ef885dca4 commit: 618d7256e78da8200f6e2c6235094a1ef885dca4 branch: main author: Zachary Ware committer: zware date: 2024-02-01T17:54:02-06:00 summary: gh-111239: Update Windows build to use zlib 1.3.1 (GH-114877) files: A M

[Python-checkins] gh-111968: Use per-thread freelists for dict in free-threading (gh-114323)

2024-02-01 Thread corona10
https://github.com/python/cpython/commit/13907968d73b3b602c81e240fb7892a2627974d6 commit: 13907968d73b3b602c81e240fb7892a2627974d6 branch: main author: Donghee Na committer: corona10 date: 2024-02-01T20:53:53Z summary: gh-111968: Use per-thread freelists for dict in free-threading (gh-114323) f

[Python-checkins] [3.12] gh-101100: Fix sphinx warnings in `howto/logging.rst` (GH-114846) (#114878)

2024-02-01 Thread hugovk
https://github.com/python/cpython/commit/cc5870a1d7041d784ce01774fab351e6feb36370 commit: cc5870a1d7041d784ce01774fab351e6feb36370 branch: 3.12 author: Hugo van Kemenade <1324225+hug...@users.noreply.github.com> committer: hugovk <1324225+hug...@users.noreply.github.com> date: 2024-02-01T20:45:51Z

[Python-checkins] [3.12] gh-89891: Refer SharedMemory implementation as POSIX (GH-104678) (GH-114873)

2024-02-01 Thread serhiy-storchaka
https://github.com/python/cpython/commit/8dcf4fbbad27d3a217851ce95a8474a7d0e6ec76 commit: 8dcf4fbbad27d3a217851ce95a8474a7d0e6ec76 branch: 3.12 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: serhiy-storchaka date: 2024-02-01T22:35:43+02:00 summary: [3.1

[Python-checkins] [3.11] gh-89891: Refer SharedMemory implementation as POSIX (GH-104678) (GH-114874)

2024-02-01 Thread serhiy-storchaka
https://github.com/python/cpython/commit/3c30de1172422c4081eb3757fad80b5d2f72b566 commit: 3c30de1172422c4081eb3757fad80b5d2f72b566 branch: 3.11 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: serhiy-storchaka date: 2024-02-01T22:35:29+02:00 summary: [3.1

[Python-checkins] gh-112529: Remove PyGC_Head from object pre-header in free-threaded build (#114564)

2024-02-01 Thread DinoV
https://github.com/python/cpython/commit/587d4802034749e2aace9c00b00bd73eccdae1e7 commit: 587d4802034749e2aace9c00b00bd73eccdae1e7 branch: main author: Sam Gross committer: DinoV date: 2024-02-01T12:29:19-08:00 summary: gh-112529: Remove PyGC_Head from object pre-header in free-threaded build (

[Python-checkins] gh-89891: Refer SharedMemory implementation as POSIX (GH-104678)

2024-02-01 Thread serhiy-storchaka
https://github.com/python/cpython/commit/500ede01178a8063bb2a3c664172dffa1b40d7c9 commit: 500ede01178a8063bb2a3c664172dffa1b40d7c9 branch: main author: Oleg Iarygin committer: serhiy-storchaka date: 2024-02-01T19:57:36Z summary: gh-89891: Refer SharedMemory implementation as POSIX (GH-104678) I

[Python-checkins] GH-114806. Don't specialize calls to classes with metaclasses. (GH-114870)

2024-02-01 Thread markshannon
https://github.com/python/cpython/commit/e66d0399cc2e78fcdb6a0113cd757d2ce567ca7c commit: e66d0399cc2e78fcdb6a0113cd757d2ce567ca7c branch: main author: Mark Shannon committer: markshannon date: 2024-02-01T19:39:32Z summary: GH-114806. Don't specialize calls to classes with metaclasses. (GH-11487

[Python-checkins] Fix comment in pycore_runtime.h (GH-110540)

2024-02-01 Thread serhiy-storchaka
https://github.com/python/cpython/commit/97cc58f9777ee8b8e91f4ca8726cdb9f79cf906c commit: 97cc58f9777ee8b8e91f4ca8726cdb9f79cf906c branch: main author: He Weidong <67892702+zlhw...@users.noreply.github.com> committer: serhiy-storchaka date: 2024-02-01T19:27:53Z summary: Fix comment in pycore_runt

[Python-checkins] [3.11] gh-101100: Fix sphinx warnings in `howto/logging.rst` (GH-114846) (#114872)

2024-02-01 Thread hugovk
https://github.com/python/cpython/commit/95f18f973814cda21319a559da077cee4e0f0100 commit: 95f18f973814cda21319a559da077cee4e0f0100 branch: 3.11 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: hugovk <1324225+hug...@users.noreply.github.com> date: 2024-02-0

[Python-checkins] gh-101100: Fix sphinx warnings in `howto/logging.rst` (#114846)

2024-02-01 Thread hugovk
https://github.com/python/cpython/commit/dc01b919c721f43ad024ba444a5d19541370e581 commit: dc01b919c721f43ad024ba444a5d19541370e581 branch: main author: Nikita Sobolev committer: hugovk <1324225+hug...@users.noreply.github.com> date: 2024-02-01T20:37:55+02:00 summary: gh-101100: Fix sphinx warning

[Python-checkins] [3.12] Correct description of inheriting from another class (GH-114660) (#114868)

2024-02-01 Thread JelleZijlstra
https://github.com/python/cpython/commit/1bb64e52ea95d18b68d761c1bee6042561e23835 commit: 1bb64e52ea95d18b68d761c1bee6042561e23835 branch: 3.12 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: JelleZijlstra date: 2024-02-01T18:15:11Z summary: [3.12] Corre

[Python-checkins] [3.11] Correct description of inheriting from another class (GH-114660) (#114869)

2024-02-01 Thread JelleZijlstra
https://github.com/python/cpython/commit/a46fddfed3df526a597325ddfac0ea1612e9e12c commit: a46fddfed3df526a597325ddfac0ea1612e9e12c branch: 3.11 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: JelleZijlstra date: 2024-02-01T18:15:12Z summary: [3.11] Corre

[Python-checkins] Correct description of inheriting from another class (#114660)

2024-02-01 Thread JelleZijlstra
https://github.com/python/cpython/commit/c9c6e04380ffedd25ea2e582f9057ab9612960c9 commit: c9c6e04380ffedd25ea2e582f9057ab9612960c9 branch: main author: Skip Montanaro committer: JelleZijlstra date: 2024-02-01T10:07:16-08:00 summary: Correct description of inheriting from another class (#114660)

[Python-checkins] [3.11] gh-105031: Clarify datetime documentation for ISO8601 (GH-105049) (GH-114867)

2024-02-01 Thread serhiy-storchaka
https://github.com/python/cpython/commit/3acab9a67610118cfc1ff0c673260577e276ce1c commit: 3acab9a67610118cfc1ff0c673260577e276ce1c branch: 3.11 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: serhiy-storchaka date: 2024-02-01T19:33:55+02:00 summary: [3.1

[Python-checkins] [3.12] gh-105031: Clarify datetime documentation for ISO8601 (GH-105049) (GH-114866)

2024-02-01 Thread serhiy-storchaka
https://github.com/python/cpython/commit/a8a1df05f76a2fb34c1ce8167fd24484a70d48b2 commit: a8a1df05f76a2fb34c1ce8167fd24484a70d48b2 branch: 3.12 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: serhiy-storchaka date: 2024-02-01T19:34:08+02:00 summary: [3.1

[Python-checkins] gh-105031: Clarify datetime documentation for ISO8601 (GH-105049)

2024-02-01 Thread serhiy-storchaka
https://github.com/python/cpython/commit/e9dab656380ec03d628979975646748330b76b9b commit: e9dab656380ec03d628979975646748330b76b9b branch: main author: Nicholas Hollander <31573882+nhhollan...@users.noreply.github.com> committer: serhiy-storchaka date: 2024-02-01T17:24:15Z summary: gh-105031: Cla

[Python-checkins] Update outdated info in ``Tools/cases_generator/README.md`` (#114844)

2024-02-01 Thread gvanrossum
https://github.com/python/cpython/commit/6d7ad57385e6c18545f19714b8f520644d305715 commit: 6d7ad57385e6c18545f19714b8f520644d305715 branch: main author: Kirill Podoprigora committer: gvanrossum date: 2024-02-01T08:56:24-08:00 summary: Update outdated info in ``Tools/cases_generator/README.md`` (#

[Python-checkins] Write about Tier 2 and JIT in "what's new 3.13" (#114826)

2024-02-01 Thread gvanrossum
https://github.com/python/cpython/commit/2dea1cf7fd9b1f6a914e363ecb17a853f4b99b6b commit: 2dea1cf7fd9b1f6a914e363ecb17a853f4b99b6b branch: main author: Guido van Rossum committer: gvanrossum date: 2024-02-01T08:54:44-08:00 summary: Write about Tier 2 and JIT in "what's new 3.13" (#114826) (This

[Python-checkins] Remove unused Py_XDECREF from _PyFrame_ClearExceptCode (GH-106158)

2024-02-01 Thread serhiy-storchaka
https://github.com/python/cpython/commit/84e0e32184f658b8174b400e6ca9c418bfe8e0fc commit: 84e0e32184f658b8174b400e6ca9c418bfe8e0fc branch: main author: Anders Kaseorg committer: serhiy-storchaka date: 2024-02-01T18:26:22+02:00 summary: Remove unused Py_XDECREF from _PyFrame_ClearExceptCode (GH-1

[Python-checkins] [3.11] gh-105089: Fix test_create_directory_with_write test failure in AIX (GH-105228) (GH-114861)

2024-02-01 Thread serhiy-storchaka
https://github.com/python/cpython/commit/e3458aa431cd28ad0350d3f1cc300abb817b68cc commit: e3458aa431cd28ad0350d3f1cc300abb817b68cc branch: 3.11 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: serhiy-storchaka date: 2024-02-01T12:25:08Z summary: [3.11] gh

[Python-checkins] [3.12] gh-105089: Fix test_create_directory_with_write test failure in AIX (GH-105228) (GH-114860)

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

[Python-checkins] [3.11] gh-107461 ctypes: Add a testcase for nested `_as_parameter_` lookup (GH-107462) (GH-114859)

2024-02-01 Thread serhiy-storchaka
https://github.com/python/cpython/commit/99796356125bfcfb3d2e555b5e82337b01556d36 commit: 99796356125bfcfb3d2e555b5e82337b01556d36 branch: 3.11 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: serhiy-storchaka date: 2024-02-01T12:08:52Z summary: [3.11] gh

[Python-checkins] [3.12] gh-107461 ctypes: Add a testcase for nested `_as_parameter_` lookup (GH-107462) (GH-114858)

2024-02-01 Thread serhiy-storchaka
https://github.com/python/cpython/commit/0cf136c9a0fbc263b090504c807ea27030ef0bcd commit: 0cf136c9a0fbc263b090504c807ea27030ef0bcd branch: 3.12 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: serhiy-storchaka date: 2024-02-01T12:06:08Z summary: [3.12] gh

[Python-checkins] gh-105089: Fix test_create_directory_with_write test failure in AIX (GH-105228)

2024-02-01 Thread serhiy-storchaka
https://github.com/python/cpython/commit/4dbb198d279a06fed74ea4c38f93d658baf38170 commit: 4dbb198d279a06fed74ea4c38f93d658baf38170 branch: main author: Ayappan Perumal committer: serhiy-storchaka date: 2024-02-01T11:52:54Z summary: gh-105089: Fix test_create_directory_with_write test failure in

[Python-checkins] gh-107461 ctypes: Add a testcase for nested `_as_parameter_` lookup (GH-107462)

2024-02-01 Thread serhiy-storchaka
https://github.com/python/cpython/commit/0bf42dae7e73febc76ea96fd58af6b765a12b8a7 commit: 0bf42dae7e73febc76ea96fd58af6b765a12b8a7 branch: main author: Tomas R committer: serhiy-storchaka date: 2024-02-01T13:49:01+02:00 summary: gh-107461 ctypes: Add a testcase for nested `_as_parameter_` lookup

[Python-checkins] build(deps-dev): bump types-psutil from 5.9.5.17 to 5.9.5.20240106 in /Tools (#114852)

2024-02-01 Thread AlexWaygood
https://github.com/python/cpython/commit/59ae215387d69119f0e77b2776e8214ca4bb8a5e commit: 59ae215387d69119f0e77b2776e8214ca4bb8a5e branch: main author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> committer: AlexWaygood date: 2024-02-01T10:50:08Z summary: build(deps-dev): b

[Python-checkins] build(deps): bump actions/cache from 3 to 4 (#114856)

2024-02-01 Thread hugovk
https://github.com/python/cpython/commit/d4c5ec24c2bbb1e1d02d17b75709028aca84398e commit: d4c5ec24c2bbb1e1d02d17b75709028aca84398e branch: main author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> committer: hugovk <1324225+hug...@users.noreply.github.com> date: 2024-02-01T12

[Python-checkins] build(deps): bump hypothesis from 6.92.2 to 6.97.4 in /Tools (#114851)

2024-02-01 Thread AlexWaygood
https://github.com/python/cpython/commit/93bfaa858c22742b7229897ae7c15e9b6e456fc3 commit: 93bfaa858c22742b7229897ae7c15e9b6e456fc3 branch: main author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> committer: AlexWaygood date: 2024-02-01T10:42:35Z summary: build(deps): bump

[Python-checkins] build(deps-dev): bump types-setuptools from 69.0.0.0 to 69.0.0.20240125 in /Tools (#114853)

2024-02-01 Thread AlexWaygood
https://github.com/python/cpython/commit/21c01a009f970ccf73d2d3e4176b61fc8986adfa commit: 21c01a009f970ccf73d2d3e4176b61fc8986adfa branch: main author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> committer: AlexWaygood date: 2024-02-01T09:52:05Z summary: build(deps-dev): b

[Python-checkins] [3.12] Fix typos in ElementTree documentation (GH-108848) (GH-114854)

2024-02-01 Thread serhiy-storchaka
https://github.com/python/cpython/commit/600724d4423f3df1ec8eebd5f1d6395eb91d207d commit: 600724d4423f3df1ec8eebd5f1d6395eb91d207d branch: 3.12 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: serhiy-storchaka date: 2024-02-01T09:41:01Z summary: [3.12] Fi

[Python-checkins] [3.11] Fix typos in ElementTree documentation (GH-108848) (GH-114855)

2024-02-01 Thread serhiy-storchaka
https://github.com/python/cpython/commit/8d2a193cf6e15659ee2cc94a757101764effbfa1 commit: 8d2a193cf6e15659ee2cc94a757101764effbfa1 branch: 3.11 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: serhiy-storchaka date: 2024-02-01T09:40:46Z summary: [3.11] Fi

[Python-checkins] Fix typos in ElementTree documentation (GH-108848)

2024-02-01 Thread serhiy-storchaka
https://github.com/python/cpython/commit/de6f97cd3519c5d8528d8ca1bb00fce4e9969671 commit: de6f97cd3519c5d8528d8ca1bb00fce4e9969671 branch: main author: Christophe Nanteuil <35002064+christophe...@users.noreply.github.com> committer: serhiy-storchaka date: 2024-02-01T11:34:04+02:00 summary: Fix ty

[Python-checkins] gh-114746: Avoid quadratic behavior in free-threaded GC (GH-114817)

2024-02-01 Thread encukou
https://github.com/python/cpython/commit/e6d6d5dcc00af50446761b0c4d20bd6e92380135 commit: e6d6d5dcc00af50446761b0c4d20bd6e92380135 branch: main author: Sam Gross committer: encukou date: 2024-02-01T10:26:23+01:00 summary: gh-114746: Avoid quadratic behavior in free-threaded GC (GH-114817) The f