[Python-checkins] gh-121381 Remove subprocess._USE_VFORK escape hatch (#121383)

2024-07-30 Thread hauntsaninja
https://github.com/python/cpython/commit/a9344cdffa30fdf60154d645f9e74ab3d67ae2e9 commit: a9344cdffa30fdf60154d645f9e74ab3d67ae2e9 branch: main author: Cody Maloney committer: hauntsaninja <[email protected]> date: 2024-07-30T18:39:54-07:00 summary: gh-121381 Remove s

[Python-checkins] [3.13] gh-116622: Fix testPyObjectPrintOSError on Android (GH-122487) (#122490)

2024-07-30 Thread freakboy3742
https://github.com/python/cpython/commit/5212624c426521862699be1bc0779e95ec00ee87 commit: 5212624c426521862699be1bc0779e95ec00ee87 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: freakboy3742 date: 2024-07-31T00:49:14Z summary: [3.13] gh-116

[Python-checkins] gh-116622: Fix testPyObjectPrintOSError on Android (#122487)

2024-07-30 Thread freakboy3742
https://github.com/python/cpython/commit/82db5728136ebec3a1d221570b810b4128a21255 commit: 82db5728136ebec3a1d221570b810b4128a21255 branch: main author: Malcolm Smith committer: freakboy3742 date: 2024-07-31T08:21:43+08:00 summary: gh-116622: Fix testPyObjectPrintOSError on Android (#122487) Add

[Python-checkins] [3.13] GH-122482: Make About IDLE direct discussion to DPO (GH-122483) (#122485)

2024-07-30 Thread terryjreedy
https://github.com/python/cpython/commit/a21317f07bb595b8ed05e4debde7ac4af19e9ef1 commit: a21317f07bb595b8ed05e4debde7ac4af19e9ef1 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: terryjreedy date: 2024-07-30T22:54:01Z summary: [3.13] GH-1224

[Python-checkins] [3.12] GH-122482: Make About IDLE direct discussion to DPO (GH-122483) (#122486)

2024-07-30 Thread terryjreedy
https://github.com/python/cpython/commit/efba83f9864eaac63ec0937c2f256f2a8c16191e commit: efba83f9864eaac63ec0937c2f256f2a8c16191e branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: terryjreedy date: 2024-07-30T22:48:52Z summary: [3.12] GH-1224

[Python-checkins] GH-122482: Make About IDLE direct discussion to DPO (#122483)

2024-07-30 Thread terryjreedy
https://github.com/python/cpython/commit/29c04dfa2718dd25ad8b381a1027045b312f9739 commit: 29c04dfa2718dd25ad8b381a1027045b312f9739 branch: main author: Terry Jan Reedy committer: terryjreedy date: 2024-07-30T18:29:52-04:00 summary: GH-122482: Make About IDLE direct discussion to DPO (#122483) C

[Python-checkins] gh-121650: Encode newlines in headers, and verify headers are sound (GH-122233)

2024-07-30 Thread encukou
https://github.com/python/cpython/commit/097633981879b3c9de9a1dd120d3aa585ecc2384 commit: 097633981879b3c9de9a1dd120d3aa585ecc2384 branch: main author: Petr Viktorin committer: encukou date: 2024-07-31T00:19:48+02:00 summary: gh-121650: Encode newlines in headers, and verify headers are sound (G

[Python-checkins] gh-120906: Support arbitrary hashable keys in FrameLocalsProxy (GH-122309)

2024-07-30 Thread encukou
https://github.com/python/cpython/commit/5912487938ac4b517209082ab9e6d2d3d0fb4f4d commit: 5912487938ac4b517209082ab9e6d2d3d0fb4f4d branch: main author: Petr Viktorin committer: encukou date: 2024-07-30T22:11:00Z summary: gh-120906: Support arbitrary hashable keys in FrameLocalsProxy (GH-122309

[Python-checkins] [3.13] Remove outdated note about instance methods from datamodel.rst (GH-122471) (#122479)

2024-07-30 Thread hauntsaninja
https://github.com/python/cpython/commit/e65aea96c392a8444d463fe152427fc9a19edd5a commit: e65aea96c392a8444d463fe152427fc9a19edd5a branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: hauntsaninja <[email protected]> da

[Python-checkins] gh-112301: Add argument aliases and tee compiler output for check warnings (GH-122465)

2024-07-30 Thread zware
https://github.com/python/cpython/commit/1cac0908fb6866c30b7fe106bc8d6cd03c7977f9 commit: 1cac0908fb6866c30b7fe106bc8d6cd03c7977f9 branch: main author: Nate Ohlson committer: zware date: 2024-07-30T14:49:15-05:00 summary: gh-112301: Add argument aliases and tee compiler output for check warnings

[Python-checkins] [3.12] Remove outdated note about instance methods from datamodel.rst (GH-122471) (#122480)

2024-07-30 Thread hauntsaninja
https://github.com/python/cpython/commit/1cd57b99378043f3c74be548dedd09099d2baba5 commit: 1cd57b99378043f3c74be548dedd09099d2baba5 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: hauntsaninja <[email protected]> da

[Python-checkins] Remove outdated note about instance methods from datamodel.rst (#122471)

2024-07-30 Thread hauntsaninja
https://github.com/python/cpython/commit/c68cb8e0c9bd75ded25578c2fba6469e55a06e93 commit: c68cb8e0c9bd75ded25578c2fba6469e55a06e93 branch: main author: Thomas Grainger committer: hauntsaninja <[email protected]> date: 2024-07-30T12:42:25-07:00 summary: Remove outdated

[Python-checkins] [3.13] gh-119896: Fix CTRL-Z behavior in the new REPL on Windows (GH-122217) (#122451)

2024-07-30 Thread DinoV
https://github.com/python/cpython/commit/7a90d94df7905b773594e0cfb756830e8c630757 commit: 7a90d94df7905b773594e0cfb756830e8c630757 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: DinoV date: 2024-07-30T12:34:22-07:00 summary: [3.13] gh-11989

[Python-checkins] gh-122188: Move magic number to its own file (#122243)

2024-07-30 Thread mdboom
https://github.com/python/cpython/commit/af0a00f022d0fb8f1edb4abdda1bc6b915f0448d commit: af0a00f022d0fb8f1edb4abdda1bc6b915f0448d branch: main author: Michael Droettboom committer: mdboom date: 2024-07-30T15:31:05-04:00 summary: gh-122188: Move magic number to its own file (#122243) * gh-12218

[Python-checkins] [3.8] gh-122133: Authenticate socket connection for `socket.socketpair()` fallback (GH-122134) (GH-122429)

2024-07-30 Thread ambv
https://github.com/python/cpython/commit/2621a8a40ba4b2c68ca564671b7daa5da80a4508 commit: 2621a8a40ba4b2c68ca564671b7daa5da80a4508 branch: 3.8 author: Miss Islington (bot) <[email protected]> committer: ambv date: 2024-07-30T20:46:35+02:00 summary: [3.8] gh-122133:

[Python-checkins] [3.13] gh-117657: Avoid race in `PAUSE_ADAPTIVE_COUNTER` in free-threaded build (GH-122190) (#122475)

2024-07-30 Thread colesbury
https://github.com/python/cpython/commit/8e96d85386883684e2a77ac70696e2bee50f6306 commit: 8e96d85386883684e2a77ac70696e2bee50f6306 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: colesbury date: 2024-07-30T18:18:25Z summary: [3.13] gh-117657

[Python-checkins] gh-117657: Avoid race in `PAUSE_ADAPTIVE_COUNTER` in free-threaded build (#122190)

2024-07-30 Thread colesbury
https://github.com/python/cpython/commit/2b163aa9e796b312bb0549d49145d26e4904768e commit: 2b163aa9e796b312bb0549d49145d26e4904768e branch: main author: Sam Gross committer: colesbury date: 2024-07-30T13:53:47-04:00 summary: gh-117657: Avoid race in `PAUSE_ADAPTIVE_COUNTER` in free-threaded build

[Python-checkins] [3.13] gh-116402: Avoid readline in test_builtin TTY input tests (GH-122447) (GH-122472)

2024-07-30 Thread ambv
https://github.com/python/cpython/commit/1912f94f60ddaea78afe1ff70f098859790f9595 commit: 1912f94f60ddaea78afe1ff70f098859790f9595 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: ambv date: 2024-07-30T17:21:17Z summary: [3.13] gh-116402: Avo

[Python-checkins] gh-116402: Avoid readline in test_builtin TTY input tests (GH-122447)

2024-07-30 Thread ambv
https://github.com/python/cpython/commit/1d8e45390733d3eb29164799ea10f8406f53e830 commit: 1d8e45390733d3eb29164799ea10f8406f53e830 branch: main author: Łukasz Langa committer: ambv date: 2024-07-30T16:57:19Z summary: gh-116402: Avoid readline in test_builtin TTY input tests (GH-122447) files: M

[Python-checkins] [3.13] gh-122208: Don't delivery PyDict_EVENT_ADDED until it can't fail (#122326)

2024-07-30 Thread DinoV
https://github.com/python/cpython/commit/11292ab93561e1759c9a992949e3ceae5447411c commit: 11292ab93561e1759c9a992949e3ceae5447411c branch: 3.13 author: Dino Viehland committer: DinoV date: 2024-07-30T09:13:31-07:00 summary: [3.13] gh-122208: Don't delivery PyDict_EVENT_ADDED until it can't fail

[Python-checkins] [3.12] gh-122208: Don't delivery PyDict_EVENT_ADDED until it can't fail (#122327)

2024-07-30 Thread DinoV
https://github.com/python/cpython/commit/c8f5ca6810aeb13f9f43d17d3f0befd550a77dba commit: c8f5ca6810aeb13f9f43d17d3f0befd550a77dba branch: 3.12 author: Dino Viehland committer: DinoV date: 2024-07-30T09:13:40-07:00 summary: [3.12] gh-122208: Don't delivery PyDict_EVENT_ADDED until it can't fail

[Python-checkins] [3.13] gh-121946: Temporarily switch to llvm-17 in TSan CI again (GH-122466) (GH-122467)

2024-07-30 Thread ambv
https://github.com/python/cpython/commit/0d6324c6b3a9f6aa25ec9228d24d9e23294afcc9 commit: 0d6324c6b3a9f6aa25ec9228d24d9e23294afcc9 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: ambv date: 2024-07-30T15:54:56Z summary: [3.13] gh-121946: Tem

[Python-checkins] gh-121946: Temporarily switch to llvm-17 in TSan CI again (GH-122466)

2024-07-30 Thread ambv
https://github.com/python/cpython/commit/8fb88b22b7a932ff16002dd19e904f9cafd59e9f commit: 8fb88b22b7a932ff16002dd19e904f9cafd59e9f branch: main author: Sam Gross committer: ambv date: 2024-07-30T15:30:52Z summary: gh-121946: Temporarily switch to llvm-17 in TSan CI again (GH-122466) The Ubuntu

[Python-checkins] [3.9] gh-122133: Authenticate socket connection for `socket.socketpair()` fallback (GH-122134) (#122428)

2024-07-30 Thread ambv
https://github.com/python/cpython/commit/06fa244666ec6335a3b9bf2367e31b42b9a89b20 commit: 06fa244666ec6335a3b9bf2367e31b42b9a89b20 branch: 3.9 author: Miss Islington (bot) <[email protected]> committer: ambv date: 2024-07-30T14:44:26+02:00 summary: [3.9] gh-122133:

[Python-checkins] [3.10] gh-122133: Authenticate socket connection for `socket.socketpair()` fallback (GH-122134) (#122427)

2024-07-30 Thread ambv
https://github.com/python/cpython/commit/0b65c8bf5367625673eafb92f85046a1b31259f2 commit: 0b65c8bf5367625673eafb92f85046a1b31259f2 branch: 3.10 author: Miss Islington (bot) <[email protected]> committer: ambv date: 2024-07-30T14:44:16+02:00 summary: [3.10] gh-122133

[Python-checkins] [3.11] gh-122133: Authenticate socket connection for `socket.socketpair()` fallback (GH-122134) (#122426)

2024-07-30 Thread ambv
https://github.com/python/cpython/commit/5f90abaa786f994db3907fc31e2ee00ea2cf0929 commit: 5f90abaa786f994db3907fc31e2ee00ea2cf0929 branch: 3.11 author: Miss Islington (bot) <[email protected]> committer: ambv date: 2024-07-30T14:43:45+02:00 summary: [3.11] gh-122133

[Python-checkins] gh-119896: Fix CTRL-Z behavior in the new REPL on Windows (GH-122217)

2024-07-30 Thread ambv
https://github.com/python/cpython/commit/d1a1bca1f0550a4715f1bf32b1586caa7bc4487b commit: d1a1bca1f0550a4715f1bf32b1586caa7bc4487b branch: main author: Dino Viehland committer: ambv date: 2024-07-30T14:03:52+02:00 summary: gh-119896: Fix CTRL-Z behavior in the new REPL on Windows (GH-122217) fi

[Python-checkins] [3.13] gh-121474: Add threading.Barrier parties arg sanity check. (GH-121480) (GH-122444)

2024-07-30 Thread serhiy-storchaka
https://github.com/python/cpython/commit/202cfbfb7cd54fb40240cb23b3b828c4ba4471cf commit: 202cfbfb7cd54fb40240cb23b3b828c4ba4471cf branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: serhiy-storchaka date: 2024-07-30T09:24:35Z summary: [3.13] gh

[Python-checkins] [3.13] gh-122400: Handle ValueError in filecmp (GH-122401) (GH-122441)

2024-07-30 Thread serhiy-storchaka
https://github.com/python/cpython/commit/466bb0d7eac4a4dbd8fb6050a50489680cbfe765 commit: 466bb0d7eac4a4dbd8fb6050a50489680cbfe765 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: serhiy-storchaka date: 2024-07-30T09:17:35Z summary: [3.13] gh

[Python-checkins] [3.12] gh-121474: Add threading.Barrier parties arg sanity check. (GH-121480) (GH-122443)

2024-07-30 Thread serhiy-storchaka
https://github.com/python/cpython/commit/ca2275025bf25427758bc5d7adecc0455068f1e9 commit: ca2275025bf25427758bc5d7adecc0455068f1e9 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: serhiy-storchaka date: 2024-07-30T09:12:11Z summary: [3.12] gh

[Python-checkins] [3.12] gh-122400: Handle ValueError in filecmp (GH-122401) (GH-122442)

2024-07-30 Thread serhiy-storchaka
https://github.com/python/cpython/commit/9491d18975d63e2cbd3f4d11cd443a5d5915574c commit: 9491d18975d63e2cbd3f4d11cd443a5d5915574c branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: serhiy-storchaka date: 2024-07-30T09:07:06Z summary: [3.12] gh

[Python-checkins] gh-121474: Add threading.Barrier parties arg sanity check. (GH-121480)

2024-07-30 Thread serhiy-storchaka
https://github.com/python/cpython/commit/d27a53fc02a87e76066fc4e15ff1fff3922a482d commit: d27a53fc02a87e76066fc4e15ff1fff3922a482d branch: main author: Clinton committer: serhiy-storchaka date: 2024-07-30T11:53:07+03:00 summary: gh-121474: Add threading.Barrier parties arg sanity check. (GH-1214

[Python-checkins] gh-122400: Handle ValueError in filecmp (GH-122401)

2024-07-30 Thread serhiy-storchaka
https://github.com/python/cpython/commit/3a9b2aae615165a40614db9aaa8b90c55ff0c7f9 commit: 3a9b2aae615165a40614db9aaa8b90c55ff0c7f9 branch: main author: Bénédikt Tran <[email protected]> committer: serhiy-storchaka date: 2024-07-30T08:50:30Z summary: gh-122400: Handle Value

[Python-checkins] [3.13] gh-105733: Soft-deprecate ctypes.ARRAY, rather than hard-deprecating it. (GH-122281) (GH-122440)

2024-07-30 Thread encukou
https://github.com/python/cpython/commit/a4c7eb54bd0f549092e55b3bfdac245e7c074935 commit: a4c7eb54bd0f549092e55b3bfdac245e7c074935 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: encukou date: 2024-07-30T08:05:09Z summary: [3.13] gh-105733:

[Python-checkins] gh-105733: Soft-deprecate ctypes.ARRAY, rather than hard-deprecating it. (GH-122281)

2024-07-30 Thread encukou
https://github.com/python/cpython/commit/3833d27f985a62c4709dcd9dc73724fc19d46ebf commit: 3833d27f985a62c4709dcd9dc73724fc19d46ebf branch: main author: Petr Viktorin committer: encukou date: 2024-07-30T09:37:58+02:00 summary: gh-105733: Soft-deprecate ctypes.ARRAY, rather than hard-deprecating i

[Python-checkins] [3.13] gh-122420: Fix accounting for immortal interned strings in refleak.py (GH-122421) (GH-122430)

2024-07-30 Thread encukou
https://github.com/python/cpython/commit/a2c36ddd162f8f3fdcf55d97722b5d1fc6c9de18 commit: a2c36ddd162f8f3fdcf55d97722b5d1fc6c9de18 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: encukou date: 2024-07-30T09:36:08+02:00 summary: [3.13] gh-122