[Python-checkins] gh-127253: Note that Stable ABI is about ABI stability (GH-127254)

2024-12-03 Thread encukou
https://github.com/python/cpython/commit/35d37d6592d1be71ea76042165f6cbfa6c4c3a17 commit: 35d37d6592d1be71ea76042165f6cbfa6c4c3a17 branch: main author: Petr Viktorin committer: encukou date: 2024-12-03T13:30:27+01:00 summary: gh-127253: Note that Stable ABI is about ABI stability (GH-127254) fi

[Python-checkins] gh-126585: Add EHWPOISON error code (#126586)

2024-12-03 Thread erlend-aasland
https://github.com/python/cpython/commit/84ff1313d04e8cbeec7b2cbe4503d86f1f5b449d commit: 84ff1313d04e8cbeec7b2cbe4503d86f1f5b449d branch: main author: RUANG (James Roy) committer: erlend-aasland date: 2024-12-03T12:45:50Z summary: gh-126585: Add EHWPOISON error code (#126586) files: A Misc/NEW

[Python-checkins] [3.13] gh-127253: Note that Stable ABI is about ABI stability (GH-127254) (GH-127557)

2024-12-03 Thread encukou
https://github.com/python/cpython/commit/3479a719b8647c2615ca16326185859eeb022797 commit: 3479a719b8647c2615ca16326185859eeb022797 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: encukou date: 2024-12-03T13:57:42+01:00 summary: [3.13] gh-127

[Python-checkins] [3.12] gh-127253: Note that Stable ABI is about ABI stability (GH-127254) (GH-127558)

2024-12-03 Thread encukou
https://github.com/python/cpython/commit/c40656eeff64bd54bd13c7a146f0b140ffdfdf7b commit: c40656eeff64bd54bd13c7a146f0b140ffdfdf7b branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: encukou date: 2024-12-03T13:57:58+01:00 summary: [3.12] gh-127

[Python-checkins] gh-127255: Make `CopyComPointer` public and add to `ctypes` doc. (GH-127275)

2024-12-03 Thread encukou
https://github.com/python/cpython/commit/412e11fe6e37f15971ef855f88b8b01bb3297679 commit: 412e11fe6e37f15971ef855f88b8b01bb3297679 branch: main author: Jun Komoda <[email protected]> committer: encukou date: 2024-12-03T16:35:08+01:00 summary: gh-127255: Make `CopyComPointer

[Python-checkins] [3.12] gh-126876: Fix socket internal_select() for large timeout (GH-126968) (#127003)

2024-12-03 Thread vstinner
https://github.com/python/cpython/commit/b49e902b81a0ead84e2002f94a2a2b2ae9b09ada commit: b49e902b81a0ead84e2002f94a2a2b2ae9b09ada branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: vstinner date: 2024-12-03T14:12:59Z summary: [3.12] gh-126876:

[Python-checkins] gh-117657: TSAN Fix races in `PyMember_Get` and `PyMember_Set` for C extensions (GH-123211)

2024-12-03 Thread colesbury
https://github.com/python/cpython/commit/979bf2489d0c59ae451b97d7e3c148f47e259f0b commit: 979bf2489d0c59ae451b97d7e3c148f47e259f0b branch: main author: Daniele Parmeggiani <[email protected]> committer: colesbury date: 2024-12-03T09:41:53-05:00 summary: gh-117657: TSAN Fix r

[Python-checkins] [3.13] gh-123935: Fix typo in `_get_slots` in `dataclasses.py` (GH-123941) (#123991)

2024-12-03 Thread Yhg1s
https://github.com/python/cpython/commit/ae3f347dc08af1125e33b122ae663fa538bbf016 commit: ae3f347dc08af1125e33b122ae663fa538bbf016 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: Yhg1s date: 2024-12-03T17:17:25+01:00 summary: [3.13] gh-12393

[Python-checkins] [3.11] gh-126623: Update libexpat to 2.6.4, make future updates easier (GH-126792) (GH-126798)

2024-12-03 Thread ambv
https://github.com/python/cpython/commit/2e161e24999b3ec3fc5409995cf966de4fa95ded commit: 2e161e24999b3ec3fc5409995cf966de4fa95ded branch: 3.11 author: Seth Michael Larson committer: ambv date: 2024-12-03T17:42:23+01:00 summary: [3.11] gh-126623: Update libexpat to 2.6.4, make future updates eas

[Python-checkins] [3.9] gh-95588: Drop the safety claim from `ast.literal_eval` docs. (GH-95919) (GH-126729)

2024-12-03 Thread ambv
https://github.com/python/cpython/commit/08830c7042045f753fd227b4b365e6ae95c48063 commit: 08830c7042045f753fd227b4b365e6ae95c48063 branch: 3.9 author: Miss Islington (bot) <[email protected]> committer: ambv date: 2024-12-03T17:08:42+01:00 summary: [3.9] gh-95588: D

[Python-checkins] gh-127347: Document `traceback.print_list` (#127348)

2024-12-03 Thread Eclips4
https://github.com/python/cpython/commit/8ba9f5bca9c0ce6130e1f4ba761a68f74f8457d0 commit: 8ba9f5bca9c0ce6130e1f4ba761a68f74f8457d0 branch: main author: Tomas R. committer: Eclips4 date: 2024-12-03T18:08:39+02:00 summary: gh-127347: Document `traceback.print_list` (#127348) Previously, `tracebac

[Python-checkins] [3.11] gh-122792: Make IPv4-mapped IPv6 address properties consistent with IPv4 (GH-122793) (GH-123818)

2024-12-03 Thread ambv
https://github.com/python/cpython/commit/66a01b068be674939a062c9f4e943f42d8d13aec commit: 66a01b068be674939a062c9f4e943f42d8d13aec branch: 3.11 author: Miss Islington (bot) <[email protected]> committer: ambv date: 2024-12-03T17:57:10+01:00 summary: [3.11] gh-122792

[Python-checkins] [3.13] gh-122792: Make IPv4-mapped IPv6 address properties consistent with IPv4 (GH-122793) (GH-123815)

2024-12-03 Thread ambv
https://github.com/python/cpython/commit/a63e06d95b45a6bffc9f87f2d67e98cd6562 commit: a63e06d95b45a6bffc9f87f2d67e98cd6562 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: ambv date: 2024-12-03T17:12:36+01:00 summary: [3.13] gh-122792

[Python-checkins] [3.13] gh-122907: Fix Builds Without HAVE_DYNAMIC_LOADING Set (gh-122952) (#122984)

2024-12-03 Thread Yhg1s
https://github.com/python/cpython/commit/dddea7c2328d498e0e73bb8619d2a3fa1e6f190e commit: dddea7c2328d498e0e73bb8619d2a3fa1e6f190e branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: Yhg1s date: 2024-12-03T16:46:30Z summary: [3.13] gh-122907: Fi

[Python-checkins] [3.10] gh-122792: Make IPv4-mapped IPv6 address properties consistent with IPv4 (GH-122793) (GH-123819)

2024-12-03 Thread ambv
https://github.com/python/cpython/commit/b58da409aac90123c1159916908a4c49144925ee commit: b58da409aac90123c1159916908a4c49144925ee branch: 3.10 author: Miss Islington (bot) <[email protected]> committer: ambv date: 2024-12-03T18:07:43+01:00 summary: [3.10] gh-122792

[Python-checkins] gh-115999: Specialize `LOAD_SUPER_ATTR` in free-threaded builds (gh-127128)

2024-12-03 Thread nascheme
https://github.com/python/cpython/commit/0cb52220790d8bc70ec325fd89d52b5f3b7ad29c commit: 0cb52220790d8bc70ec325fd89d52b5f3b7ad29c branch: main author: Neil Schemenauer committer: nascheme date: 2024-12-03T09:32:26-08:00 summary: gh-115999: Specialize `LOAD_SUPER_ATTR` in free-threaded builds (g

[Python-checkins] [3.12] gh-116510: Fix a Crash Due to Shared Immortal Interned Strings (gh-125205)

2024-12-03 Thread ericsnowcurrently
https://github.com/python/cpython/commit/49da170709dd47c49bfc1e5d4b5d46122a049a3b commit: 49da170709dd47c49bfc1e5d4b5d46122a049a3b branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: ericsnowcurrently date: 2024-12-03T10:26:25-07:00 summary: [3.

[Python-checkins] gh-127271: Replace use of PyCell_GET/SET (gh-127272)

2024-12-03 Thread nascheme
https://github.com/python/cpython/commit/fc5a0dc22483a3506e828c65796d7a792c14 commit: fc5a0dc22483a3506e828c65796d7a792c14 branch: main author: Neil Schemenauer committer: nascheme date: 2024-12-03T10:33:06-08:00 summary: gh-127271: Replace use of PyCell_GET/SET (gh-127272) * Replace us

[Python-checkins] Python 3.11.11

2024-12-03 Thread pablogsal
https://github.com/python/cpython/commit/d03b868578a29d9d64f829459b584eed48862056 commit: d03b868578a29d9d64f829459b584eed48862056 branch: 3.11 author: Pablo Galindo committer: pablogsal date: 2024-12-03T12:20:40-05:00 summary: Python 3.11.11 files: A Misc/NEWS.d/3.11.11.rst D Misc/NEWS.d/next/

[Python-checkins] Post 3.11.11

2024-12-03 Thread pablogsal
https://github.com/python/cpython/commit/976c4f2a9dcb00077aa29d2e8ef46ae87673 commit: 976c4f2a9dcb00077aa29d2e8ef46ae87673 branch: 3.11 author: Pablo Galindo committer: pablogsal date: 2024-12-03T13:25:54-05:00 summary: Post 3.11.11 files: M Include/patchlevel.h diff --git a/Include/pa

[Python-checkins] Python 3.9.21

2024-12-03 Thread ambv
https://github.com/python/cpython/commit/f3994ade31a563d49806cf6a681d1b1115fccaa3 commit: f3994ade31a563d49806cf6a681d1b1115fccaa3 branch: 3.9 author: Łukasz Langa committer: ambv date: 2024-12-03T18:50:13+01:00 summary: Python 3.9.21 files: A Misc/NEWS.d/3.9.21.rst D Misc/NEWS.d/next/Documenta

[Python-checkins] [3.13] Itertool recipe additions (gh-127483) (gh-127585)

2024-12-03 Thread rhettinger
https://github.com/python/cpython/commit/bb46b74d9d55469401655a4a6bc412bf0e2db4cf commit: bb46b74d9d55469401655a4a6bc412bf0e2db4cf branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: rhettinger date: 2024-12-03T18:34:42-06:00 summary: [3.13] Ite

[Python-checkins] Itertool recipe additions (gh-127483)

2024-12-03 Thread rhettinger
https://github.com/python/cpython/commit/7f882c88cfda486947974cb82c20a1ae7047edfc commit: 7f882c88cfda486947974cb82c20a1ae7047edfc branch: main author: Raymond Hettinger committer: rhettinger date: 2024-12-03T18:20:01-06:00 summary: Itertool recipe additions (gh-127483) files: M Doc/library/ite

[Python-checkins] gh-115999: Enable specialization of `CALL` instructions in free-threaded builds (#127123)

2024-12-03 Thread mpage
https://github.com/python/cpython/commit/dabcecfd6dadb9430733105ba36925b290343d31 commit: dabcecfd6dadb9430733105ba36925b290343d31 branch: main author: mpage committer: mpage date: 2024-12-03T11:20:20-08:00 summary: gh-115999: Enable specialization of `CALL` instructions in free-threaded builds

[Python-checkins] gh-127421: Fix race in test_start_new_thread_failed (#127549)

2024-12-03 Thread mpage
https://github.com/python/cpython/commit/13b68e1a61e92a032d255aff5d5af435bbb63e8b commit: 13b68e1a61e92a032d255aff5d5af435bbb63e8b branch: main author: mpage committer: mpage date: 2024-12-03T09:50:58-08:00 summary: gh-127421: Fix race in test_start_new_thread_failed (#127549) Fix race in test_

[Python-checkins] [3.9] gh-122792: Make IPv4-mapped IPv6 address properties consistent with IPv4 (GH-122793) (GH-123819) (GH-127571)

2024-12-03 Thread ambv
https://github.com/python/cpython/commit/a897b4a46edb737167b68d27654640881f6c69fb commit: a897b4a46edb737167b68d27654640881f6c69fb branch: 3.9 author: Łukasz Langa committer: ambv date: 2024-12-03T18:42:19+01:00 summary: [3.9] gh-122792: Make IPv4-mapped IPv6 address properties consistent with I

[Python-checkins] gh-115999: Add free-threaded specialization for `SEND` (gh-127426)

2024-12-03 Thread nascheme
https://github.com/python/cpython/commit/276cd66ccbbf85996a57bd1db3dd29b93a6eab64 commit: 276cd66ccbbf85996a57bd1db3dd29b93a6eab64 branch: main author: Neil Schemenauer committer: nascheme date: 2024-12-03T10:25:12-08:00 summary: gh-115999: Add free-threaded specialization for `SEND` (gh-127426)

[Python-checkins] [3.13] gh-127421: Fix race in test_start_new_thread_failed (GH-127549) (#127574)

2024-12-03 Thread mpage
https://github.com/python/cpython/commit/0b266aaa398b48df3918308cb5a895dd9a0651d9 commit: 0b266aaa398b48df3918308cb5a895dd9a0651d9 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: mpage date: 2024-12-03T10:30:08-08:00 summary: [3.13] gh-12742

[Python-checkins] gh-112192: Increase the trace module coverage precision to one decimal (#126972)

2024-12-03 Thread erlend-aasland
https://github.com/python/cpython/commit/12397a5781664bf43da98454db07cdfdec3ab815 commit: 12397a5781664bf43da98454db07cdfdec3ab815 branch: main author: RUANG (James Roy) committer: erlend-aasland date: 2024-12-03T23:33:13+01:00 summary: gh-112192: Increase the trace module coverage precision to

[Python-checkins] gh-127146: Resolve some minor problems in Emscripten tests (#127565)

2024-12-03 Thread freakboy3742
https://github.com/python/cpython/commit/0f9107817022f0defac157e3795a4093a32ea320 commit: 0f9107817022f0defac157e3795a4093a32ea320 branch: main author: Hood Chatham committer: freakboy3742 date: 2024-12-04T08:06:20+08:00 summary: gh-127146: Resolve some minor problems in Emscripten tests (#12756

[Python-checkins] Python 3.10.16

2024-12-03 Thread pablogsal
https://github.com/python/cpython/commit/890778604a8cc99f18ce07737b198a8031c91f8d commit: 890778604a8cc99f18ce07737b198a8031c91f8d branch: 3.10 author: Pablo Galindo committer: pablogsal date: 2024-12-03T12:27:57-05:00 summary: Python 3.10.16 files: A Misc/NEWS.d/3.10.16.rst D Misc/NEWS.d/next/