[Python-checkins] gh-128515: Add BOLT build to CI (gh-128845)

2025-01-17 Thread corona10
https://github.com/python/cpython/commit/9ed7bf2cd783b78b28f18abc090f43467a28f4aa commit: 9ed7bf2cd783b78b28f18abc090f43467a28f4aa branch: main author: Zanie Blue committer: corona10 date: 2025-01-18T07:32:23Z summary: gh-128515: Add BOLT build to CI (gh-128845) files: M .github/workflows/build

[Python-checkins] [3.13] gh-128916: Do not set `SO_REUSEPORT` on non-`AF_INET*` sockets (GH-128933) (#128969)

2025-01-17 Thread gpshead
https://github.com/python/cpython/commit/d8a442637bf3ce588ea6023439317954c9fa8a58 commit: d8a442637bf3ce588ea6023439317954c9fa8a58 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: gpshead date: 2025-01-18T03:45:42Z summary: [3.13] gh-128916:

[Python-checkins] [3.12] gh-128916: Do not set `SO_REUSEPORT` on non-`AF_INET*` sockets (GH-128933) (#128970)

2025-01-17 Thread gpshead
https://github.com/python/cpython/commit/8a8f5d636d06c122bc1db0ee6b11a883e550a803 commit: 8a8f5d636d06c122bc1db0ee6b11a883e550a803 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: gpshead date: 2025-01-18T01:06:45Z summary: [3.12] gh-128916:

[Python-checkins] [3.12] Fix definition of a `generator iterator` in `glossary.rst` (GH-128952) (#128968)

2025-01-17 Thread gpshead
https://github.com/python/cpython/commit/8ee250bdd984c290f4c396657e937ce5d4ffdcff commit: 8ee250bdd984c290f4c396657e937ce5d4ffdcff branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: gpshead date: 2025-01-18T00:53:29Z summary: [3.12] Fix definit

[Python-checkins] [3.13] Fix definition of a `generator iterator` in `glossary.rst` (GH-128952) (#128967)

2025-01-17 Thread gpshead
https://github.com/python/cpython/commit/77e29c75da6598d8e2bb8704ae42a69e44e2d874 commit: 77e29c75da6598d8e2bb8704ae42a69e44e2d874 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: gpshead date: 2025-01-18T00:52:10Z summary: [3.13] Fix definit

[Python-checkins] gh-128916: Do not set `SO_REUSEPORT` on non-`AF_INET*` sockets (GH-128933)

2025-01-17 Thread gpshead
https://github.com/python/cpython/commit/3829104ab412a47bf3f36b8c133c886d2cc9a6d4 commit: 3829104ab412a47bf3f36b8c133c886d2cc9a6d4 branch: main author: Michał Górny committer: gpshead date: 2025-01-17T16:49:16-08:00 summary: gh-128916: Do not set `SO_REUSEPORT` on non-`AF_INET*` sockets (GH-1289

[Python-checkins] Fix definition of a `generator iterator` in `glossary.rst` (GH-128952)

2025-01-17 Thread gpshead
https://github.com/python/cpython/commit/8174770d311ba09c07a47cc3ae90a1db2e7d7708 commit: 8174770d311ba09c07a47cc3ae90a1db2e7d7708 branch: main author: Daniel F Moisset committer: gpshead date: 2025-01-17T16:46:19-08:00 summary: Fix definition of a `generator iterator` in `glossary.rst` (GH-1289

[Python-checkins] gh-128923: fix test_pydoc for object subclasses without `__module__` (#128951)

2025-01-17 Thread Yhg1s
https://github.com/python/cpython/commit/d4544cb232dee5f836a64b9126fbbefcbb6099de commit: d4544cb232dee5f836a64b9126fbbefcbb6099de branch: main author: T. Wouters committer: Yhg1s date: 2025-01-17T23:43:17+01:00 summary: gh-128923: fix test_pydoc for object subclasses without `__module__` (#1289

[Python-checkins] [3.13] gh-128911: Add tests on the PyImport C API (#128915) (#128960)

2025-01-17 Thread vstinner
https://github.com/python/cpython/commit/34ded1a1a10204635cad27830fcbee2f8547e8ed commit: 34ded1a1a10204635cad27830fcbee2f8547e8ed branch: 3.13 author: Victor Stinner committer: vstinner date: 2025-01-17T22:44:51+01:00 summary: [3.13] gh-128911: Add tests on the PyImport C API (#128915) (#128960

[Python-checkins] gh-128955: Fix goto if tlbc creation fails when throwing into a generator (#128957)

2025-01-17 Thread mpage
https://github.com/python/cpython/commit/13c4def692228f09df0b30c5f93bc515e89fc77f commit: 13c4def692228f09df0b30c5f93bc515e89fc77f branch: main author: mpage committer: mpage date: 2025-01-17T12:53:29-08:00 summary: gh-128955: Fix goto if tlbc creation fails when throwing into a generator (#128

[Python-checkins] [3.12] gh-58956: Fix a frame refleak in bdb (GH-128190) (#128953)

2025-01-17 Thread gaogaotiantian
https://github.com/python/cpython/commit/f45da82c11a0fcbc28c099af27e47806f530a97b commit: f45da82c11a0fcbc28c099af27e47806f530a97b branch: 3.12 author: Tian Gao committer: gaogaotiantian date: 2025-01-17T14:19:37-05:00 summary: [3.12] gh-58956: Fix a frame refleak in bdb (GH-128190) (#128953) *

[Python-checkins] gh-128911: Add tests on the PyImport C API (#128915)

2025-01-17 Thread vstinner
https://github.com/python/cpython/commit/d95ba9fa1110534b7247fa2ff12b90e930c93256 commit: d95ba9fa1110534b7247fa2ff12b90e930c93256 branch: main author: Victor Stinner committer: vstinner date: 2025-01-17T17:52:18Z summary: gh-128911: Add tests on the PyImport C API (#128915) * Add Modules/_test

[Python-checkins] [3.13] gh-58956: Fix a frame refleak in bdb (GH-128190) (#128947)

2025-01-17 Thread gaogaotiantian
https://github.com/python/cpython/commit/dc77f1914d614bab04769616d7bc6674ee723f47 commit: dc77f1914d614bab04769616d7bc6674ee723f47 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: gaogaotiantian date: 2025-01-17T12:49:15-05:00 summary: [3.13]

[Python-checkins] Refactor code generators a bit (GH-128920)

2025-01-17 Thread markshannon
https://github.com/python/cpython/commit/b5558cd63c62855ed43d66a55907f9d4398134e3 commit: b5558cd63c62855ed43d66a55907f9d4398134e3 branch: main author: Mark Shannon committer: markshannon date: 2025-01-17T16:59:30Z summary: Refactor code generators a bit (GH-128920) Refactor code generators a b

[Python-checkins] [3.13] gh-128017: Make a note that sys variables are read-only (GH-128887) (#128908)

2025-01-17 Thread hugovk
https://github.com/python/cpython/commit/9974e7185dcbf86c9cfe80cde62fbfff8e43be69 commit: 9974e7185dcbf86c9cfe80cde62fbfff8e43be69 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: hugovk <[email protected]> date: 2025-01-1

[Python-checkins] gh-128923: Use zero to indicate unassigned unique id (#128925)

2025-01-17 Thread Yhg1s
https://github.com/python/cpython/commit/d66c08aa757f221c0e8893300edac105dfcde7e8 commit: d66c08aa757f221c0e8893300edac105dfcde7e8 branch: main author: Sam Gross committer: Yhg1s date: 2025-01-17T16:42:27+01:00 summary: gh-128923: Use zero to indicate unassigned unique id (#128925) In the free

[Python-checkins] gh-58956: Fix a frame refleak in bdb (#128190)

2025-01-17 Thread gaogaotiantian
https://github.com/python/cpython/commit/767c89ba7c5a70626df6e75eb56b546bf911b997 commit: 767c89ba7c5a70626df6e75eb56b546bf911b997 branch: main author: Tian Gao committer: gaogaotiantian date: 2025-01-17T10:33:04-05:00 summary: gh-58956: Fix a frame refleak in bdb (#128190) files: A Misc/NEWS.d

[Python-checkins] gh-59705: Implement _thread.set_name() on Windows (#128675)

2025-01-17 Thread vstinner
https://github.com/python/cpython/commit/d7f703d54d64c5a380f43e2363c439f7dab0d09d commit: d7f703d54d64c5a380f43e2363c439f7dab0d09d branch: main author: Victor Stinner committer: vstinner date: 2025-01-17T14:55:43+01:00 summary: gh-59705: Implement _thread.set_name() on Windows (#128675) Impleme

[Python-checkins] Revert "gh-128770: raise warnings as errors in test suite - except for test_socket which still logs warnings (#128726)" (#128936)

2025-01-17 Thread hugovk
https://github.com/python/cpython/commit/76856ae1659dbba066e51f353b31cb7cf0a8a5fe commit: 76856ae1659dbba066e51f353b31cb7cf0a8a5fe branch: main author: Hugo van Kemenade <[email protected]> committer: hugovk <[email protected]> date: 2025-01-17T15:16:10+0

[Python-checkins] [3.13] gh-58689: Fix os.kill() error handling on Windows (GH-128932) (#128937)

2025-01-17 Thread vstinner
https://github.com/python/cpython/commit/d997ba45ed9155279bd91752ffb4be8b8ce69dd6 commit: d997ba45ed9155279bd91752ffb4be8b8ce69dd6 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: vstinner date: 2025-01-17T12:55:07Z summary: [3.13] gh-58689:

[Python-checkins] [3.12] gh-58689: Fix os.kill() error handling on Windows (GH-128932) (#128938)

2025-01-17 Thread vstinner
https://github.com/python/cpython/commit/dfd75dfeed60144978ed0e33978242b95276f056 commit: dfd75dfeed60144978ed0e33978242b95276f056 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: vstinner date: 2025-01-17T12:48:24Z summary: [3.12] gh-58689:

[Python-checkins] gh-58689: Fix os.kill() error handling on Windows (#128932)

2025-01-17 Thread vstinner
https://github.com/python/cpython/commit/939df0f9f6a76e0916b3ba53841e1413ab90952e commit: 939df0f9f6a76e0916b3ba53841e1413ab90952e branch: main author: Victor Stinner committer: vstinner date: 2025-01-17T13:30:40+01:00 summary: gh-58689: Fix os.kill() error handling on Windows (#128932) files:

[Python-checkins] gh-128770: raise warnings as errors in test suite - except for test_socket which still logs warnings (#128726)

2025-01-17 Thread hugovk
https://github.com/python/cpython/commit/7807b407306d3c311bcc601cc279623180f8da05 commit: 7807b407306d3c311bcc601cc279623180f8da05 branch: main author: Thomas Grainger committer: hugovk <[email protected]> date: 2025-01-17T13:39:16+02:00 summary: gh-128770: raise warnings as