[Python-checkins] [3.13] gh-118921: Add `copy()` method for `FrameLocalsProxy` (GH-118923) (#118933)

2024-05-10 Thread gvanrossum
https://github.com/python/cpython/commit/93ef7aa03c64a97d8615ad3975083392ad07b379 commit: 93ef7aa03c64a97d8615ad3975083392ad07b379 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: gvanrossum date: 2024-05-10T23:15:54Z summary: [3.13] gh-11892

[Python-checkins] gh-118921: Add `copy()` method for `FrameLocalsProxy` (#118923)

2024-05-10 Thread gvanrossum
https://github.com/python/cpython/commit/35c436186b849f8f2f9fb866c59015c9d034d448 commit: 35c436186b849f8f2f9fb866c59015c9d034d448 branch: main author: Tian Gao committer: gvanrossum date: 2024-05-10T15:53:10-07:00 summary: gh-118921: Add `copy()` method for `FrameLocalsProxy` (#118923) files:

[Python-checkins] [3.13] gh-117657: Log TSAN warnings to separate files and archive them (GH-118747) (#118931)

2024-05-10 Thread colesbury
https://github.com/python/cpython/commit/7dc9e923d1a33f40b94f535f9ccfdb9894a4ceb0 commit: 7dc9e923d1a33f40b94f535f9ccfdb9894a4ceb0 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: colesbury date: 2024-05-10T22:27:17Z summary: [3.13] gh-117657

[Python-checkins] gh-117657: Log TSAN warnings to separate files and archive them (#118747)

2024-05-10 Thread colesbury
https://github.com/python/cpython/commit/b9e9ffd7b2d2bdac75aecbf14e37fd68e337 commit: b9e9ffd7b2d2bdac75aecbf14e37fd68e337 branch: main author: mpage committer: colesbury date: 2024-05-10T17:54:23-04:00 summary: gh-117657: Log TSAN warnings to separate files and archive them (#118747) T

[Python-checkins] [3.13] gh-118846: Fix free-threading test failures when run sequentially (GH-118864) (#118927)

2024-05-10 Thread colesbury
https://github.com/python/cpython/commit/cceb758c788adb51ca1660e9d49410c2347feadc commit: cceb758c788adb51ca1660e9d49410c2347feadc branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: colesbury date: 2024-05-10T20:50:59Z summary: [3.13] gh-118846

[Python-checkins] gh-118924: Remove `sqlite3.version` and `sqlite3.version_info` (#118925)

2024-05-10 Thread hugovk
https://github.com/python/cpython/commit/a0193479475a047b223f64130867a63b672c8dc2 commit: a0193479475a047b223f64130867a63b672c8dc2 branch: main author: Hugo van Kemenade <[email protected]> committer: hugovk <[email protected]> date: 2024-05-10T20:42:34Z

[Python-checkins] gh-118846: Fix free-threading test failures when run sequentially (#118864)

2024-05-10 Thread colesbury
https://github.com/python/cpython/commit/b309c8ebff011f27012367b046ff92eecbdd68a5 commit: b309c8ebff011f27012367b046ff92eecbdd68a5 branch: main author: Sam Gross committer: colesbury date: 2024-05-10T16:29:29-04:00 summary: gh-118846: Fix free-threading test failures when run sequentially (#1188

[Python-checkins] gh-118702: Implement vectorcall for BaseException (#118703)

2024-05-10 Thread vstinner
https://github.com/python/cpython/commit/aa36f83c1670f1e41fa9432a20e5c4a88ee9012c commit: aa36f83c1670f1e41fa9432a20e5c4a88ee9012c branch: main author: Victor Stinner committer: vstinner date: 2024-05-10T21:08:24+02:00 summary: gh-118702: Implement vectorcall for BaseException (#118703) * BaseE

[Python-checkins] [3.13] Rename typing._collect_parameters (GH-118900) (#118917)

2024-05-10 Thread AlexWaygood
https://github.com/python/cpython/commit/b3074f0d5ec4ead75ecce10bf7b7a1459cbf892e commit: b3074f0d5ec4ead75ecce10bf7b7a1459cbf892e branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: AlexWaygood date: 2024-05-10T17:40:39Z summary: [3.13] Rename

[Python-checkins] Rename typing._collect_parameters (#118900)

2024-05-10 Thread JelleZijlstra
https://github.com/python/cpython/commit/ec9d12be9648ee60a2eb02d67069d74f8b314df9 commit: ec9d12be9648ee60a2eb02d67069d74f8b314df9 branch: main author: Jelle Zijlstra committer: JelleZijlstra date: 2024-05-10T16:55:49Z summary: Rename typing._collect_parameters (#118900) Unfortunately, released

[Python-checkins] GH-118910: Less boilerplate in the tier 2 optimizer (#118913)

2024-05-10 Thread markshannon
https://github.com/python/cpython/commit/f5c6b9977a561fcf9c2a803fb08652fd39b13d3b commit: f5c6b9977a561fcf9c2a803fb08652fd39b13d3b branch: main author: Mark Shannon committer: markshannon date: 2024-05-10T17:43:23+01:00 summary: GH-118910: Less boilerplate in the tier 2 optimizer (#118913) file

[Python-checkins] [3.13] gh-118895: Call PyType_Ready() on typing.NoDefault (GH-118897) (#118914)

2024-05-10 Thread JelleZijlstra
https://github.com/python/cpython/commit/6df49134b3f59a84c6d9a3883b23fa2873db2534 commit: 6df49134b3f59a84c6d9a3883b23fa2873db2534 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: JelleZijlstra date: 2024-05-10T16:36:33Z summary: [3.13] gh-11

[Python-checkins] gh-118771: Ensure names defined in optimizer.h start with Py/_Py (GH-118825)

2024-05-10 Thread encukou
https://github.com/python/cpython/commit/941eea0a27de6e5c02d3c80924235a7a07bd095a commit: 941eea0a27de6e5c02d3c80924235a7a07bd095a branch: main author: Petr Viktorin committer: encukou date: 2024-05-10T18:20:12+02:00 summary: gh-118771: Ensure names defined in optimizer.h start with Py/_Py (GH-1

[Python-checkins] GH-78707: Drop deprecated `pathlib.PurePath.[is_]relative_to()` arguments (#118780)

2024-05-10 Thread barneygale
https://github.com/python/cpython/commit/f772d0d08af2beef53db1e076c864cbdf3f5bac9 commit: f772d0d08af2beef53db1e076c864cbdf3f5bac9 branch: main author: Barney Gale committer: barneygale date: 2024-05-10T15:53:46Z summary: GH-78707: Drop deprecated `pathlib.PurePath.[is_]relative_to()` arguments

[Python-checkins] gh-118895: Call PyType_Ready() on typing.NoDefault (#118897)

2024-05-10 Thread JelleZijlstra
https://github.com/python/cpython/commit/13d7cf997bc9c22cf67c42fd799413e8325e0039 commit: 13d7cf997bc9c22cf67c42fd799413e8325e0039 branch: main author: Jelle Zijlstra committer: JelleZijlstra date: 2024-05-10T08:42:00-07:00 summary: gh-118895: Call PyType_Ready() on typing.NoDefault (#118897) f

[Python-checkins] [3.13] gh-117657: Fix QSBR race condition (GH-118843) (#118905)

2024-05-10 Thread colesbury
https://github.com/python/cpython/commit/0becae366c9d0b98d3f53849098e76bc8b1ef574 commit: 0becae366c9d0b98d3f53849098e76bc8b1ef574 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: colesbury date: 2024-05-10T15:13:17Z summary: [3.13] gh-117657

[Python-checkins] [3.13] Correct the argument names for `secrets.choice` and `secrets.randbelow` in `secrets.rst` (GH-118098) (GH-118906)

2024-05-10 Thread encukou
https://github.com/python/cpython/commit/0874a400a86c563cff71847f35674d4e1bcc3957 commit: 0874a400a86c563cff71847f35674d4e1bcc3957 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: encukou date: 2024-05-10T14:56:33Z summary: [3.13] Correct the

[Python-checkins] [3.12] Correct the argument names for `secrets.choice` and `secrets.randbelow` in `secrets.rst` (GH-118098) (GH-118907)

2024-05-10 Thread encukou
https://github.com/python/cpython/commit/af8db2b6817e1ae25cbee98e67d1f4bac9d6af9c commit: af8db2b6817e1ae25cbee98e67d1f4bac9d6af9c branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: encukou date: 2024-05-10T14:45:22Z summary: [3.12] Correct the

[Python-checkins] [3.13] gh-117657: Fix data races reported by TSAN on `interp->threads.main` (GH-118865) (#118904)

2024-05-10 Thread colesbury
https://github.com/python/cpython/commit/4480dd86d917dffbf020e68446579bfa48c8eb25 commit: 4480dd86d917dffbf020e68446579bfa48c8eb25 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: colesbury date: 2024-05-10T14:40:06Z summary: [3.13] gh-117657

[Python-checkins] Correct the argument names for `secrets.choice` and `secrets.randbelow` in `secrets.rst` (GH-118098)

2024-05-10 Thread encukou
https://github.com/python/cpython/commit/c444362c6e0b6c01f49c3bee864100f52bd3b640 commit: c444362c6e0b6c01f49c3bee864100f52bd3b640 branch: main author: Adam Dangoor committer: encukou date: 2024-05-10T14:30:42Z summary: Correct the argument names for `secrets.choice` and `secrets.randbelow` in

[Python-checkins] gh-117657: Fix QSBR race condition (#118843)

2024-05-10 Thread colesbury
https://github.com/python/cpython/commit/33d20199af65c741bdc908a968edd8dc179b6974 commit: 33d20199af65c741bdc908a968edd8dc179b6974 branch: main author: Alex Turner committer: colesbury date: 2024-05-10T10:26:35-04:00 summary: gh-117657: Fix QSBR race condition (#118843) `_Py_qsbr_unregister` is

[Python-checkins] [3.13] gh-118789: Restore hidden `_PyWeakref_ClearRef` (GH-118797) (GH-118903)

2024-05-10 Thread encukou
https://github.com/python/cpython/commit/bb5bf2422618506dca45912bd174d02b40b4113c commit: bb5bf2422618506dca45912bd174d02b40b4113c branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: encukou date: 2024-05-10T14:20:22Z summary: [3.13] gh-118789:

[Python-checkins] gh-117657: Fix data races reported by TSAN on `interp->threads.main` (#118865)

2024-05-10 Thread colesbury
https://github.com/python/cpython/commit/22d5185308f85efa22ec1e8251c409fe1cbd9e6b commit: 22d5185308f85efa22ec1e8251c409fe1cbd9e6b branch: main author: mpage committer: colesbury date: 2024-05-10T09:59:14-04:00 summary: gh-117657: Fix data races reported by TSAN on `interp->threads.main` (#11886

[Python-checkins] gh-118789: Restore hidden `_PyWeakref_ClearRef` (#118797)

2024-05-10 Thread encukou
https://github.com/python/cpython/commit/db5af7da092409030c9fbe0a3a986bd0ee441b8b commit: db5af7da092409030c9fbe0a3a986bd0ee441b8b branch: main author: Sam Gross committer: encukou date: 2024-05-10T15:54:18+02:00 summary: gh-118789: Restore hidden `_PyWeakref_ClearRef` (#118797) _PyWeakref_Clea

[Python-checkins] gh-117398: Move types to datetime state (#118606)

2024-05-10 Thread vstinner
https://github.com/python/cpython/commit/a895756aec688c049a983199e2d7fb801d6502c8 commit: a895756aec688c049a983199e2d7fb801d6502c8 branch: main author: Victor Stinner committer: vstinner date: 2024-05-10T15:24:06+02:00 summary: gh-117398: Move types to datetime state (#118606) Move types to the

[Python-checkins] [3.13] Rename `notimplemented_methods` into `nodefault_methods` (GH-118896) (#118898)

2024-05-10 Thread sobolevn
https://github.com/python/cpython/commit/93fce2dcd5198fc742971e4aed0f023aa63c92fb commit: 93fce2dcd5198fc742971e4aed0f023aa63c92fb branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: sobolevn date: 2024-05-10T13:08:31Z summary: [3.13] Rename `no

[Python-checkins] Rename `notimplemented_methods` into `nodefault_methods` (#118896)

2024-05-10 Thread sobolevn
https://github.com/python/cpython/commit/004db2170ecfc27fc8ceea29fee0a10c1b7dafdf commit: 004db2170ecfc27fc8ceea29fee0a10c1b7dafdf branch: main author: Nikita Sobolev committer: sobolevn date: 2024-05-10T12:46:20Z summary: Rename `notimplemented_methods` into `nodefault_methods` (#118896) files

[Python-checkins] [3.9] gh-114572: Fix locking in cert_store_stats and get_ca_certs (#118109)

2024-05-10 Thread ambv
https://github.com/python/cpython/commit/b228655c227b2ca298a8ffac44d14ce3d22f6faa commit: b228655c227b2ca298a8ffac44d14ce3d22f6faa branch: 3.9 author: Seth Michael Larson committer: ambv date: 2024-05-10T13:46:12+02:00 summary: [3.9] gh-114572: Fix locking in cert_store_stats and get_ca_certs (#

[Python-checkins] [3.8] gh-114572: Fix locking in cert_store_stats and get_ca_certs (#118442)

2024-05-10 Thread ambv
https://github.com/python/cpython/commit/29c97287d205bf2f410f4895ebce3f43b5160524 commit: 29c97287d205bf2f410f4895ebce3f43b5160524 branch: 3.8 author: Seth Michael Larson committer: ambv date: 2024-05-10T13:45:52+02:00 summary: [3.8] gh-114572: Fix locking in cert_store_stats and get_ca_certs (#

[Python-checkins] gh-118209: Add Windows structured exception handling to mmap module (GH-118213)

2024-05-10 Thread zooba
https://github.com/python/cpython/commit/7dc9875d558447bb71c0e87ab70399120e4aa700 commit: 7dc9875d558447bb71c0e87ab70399120e4aa700 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: zooba date: 2024-05-10T12:00:00+01:00 summary: gh-118209: Add

[Python-checkins] gh-118689: Doc: fix ePub build (GH-118690)

2024-05-10 Thread methane
https://github.com/python/cpython/commit/760b3f08dc9932d1595982b527c3bd187681ff49 commit: 760b3f08dc9932d1595982b527c3bd187681ff49 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: methane date: 2024-05-10T10:40:35Z summary: gh-118689: Doc: fi

[Python-checkins] gh-118689: Doc: fix ePub build (GH-118690)

2024-05-10 Thread methane
https://github.com/python/cpython/commit/9f8f14a6daebc6e22bc1c787699157a478ea94fb commit: 9f8f14a6daebc6e22bc1c787699157a478ea94fb branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: methane date: 2024-05-10T19:34:33+09:00 summary: gh-118689: Do

[Python-checkins] gh-118689: Doc: fix ePub build (#118690)

2024-05-10 Thread methane
https://github.com/python/cpython/commit/7ac933e2609b2ef9b08ccf9c815b682b0e1ede2a commit: 7ac933e2609b2ef9b08ccf9c815b682b0e1ede2a branch: main author: Inada Naoki committer: methane date: 2024-05-10T19:24:02+09:00 summary: gh-118689: Doc: fix ePub build (#118690) files: M Doc/conf.py M Doc/lib

[Python-checkins] gh-117873: Use positional-only parameters in _posixshmem (#118012)

2024-05-10 Thread vstinner
https://github.com/python/cpython/commit/7cc5e81a8259fb2e78ed12cbb15ad9e1710f20ed commit: 7cc5e81a8259fb2e78ed12cbb15ad9e1710f20ed branch: main author: Victor Stinner committer: vstinner date: 2024-05-10T12:04:16+02:00 summary: gh-117873: Use positional-only parameters in _posixshmem (#118012)

[Python-checkins] Fix some missing null checks. (GH-118721)

2024-05-10 Thread zooba
https://github.com/python/cpython/commit/d524802e9dd624f569948c4c0b6adbe000edcffe commit: d524802e9dd624f569948c4c0b6adbe000edcffe branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: zooba date: 2024-05-10T10:01:00Z summary: Fix some missing nul

[Python-checkins] Fix some missing null checks. (GH-118721)

2024-05-10 Thread zooba
https://github.com/python/cpython/commit/8bfaf3a5f0f876c8b91db892d6cae651ae03b627 commit: 8bfaf3a5f0f876c8b91db892d6cae651ae03b627 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: zooba date: 2024-05-10T09:51:57Z summary: Fix some missing nul

[Python-checkins] gh-118209: Add Windows structured exception handling to mmap module (GH-118213)

2024-05-10 Thread zooba
https://github.com/python/cpython/commit/e85e8deaf3220c8d12b69294e45645aaf20187b9 commit: e85e8deaf3220c8d12b69294e45645aaf20187b9 branch: main author: Dobatymo committer: zooba date: 2024-05-10T10:47:30+01:00 summary: gh-118209: Add Windows structured exception handling to mmap module (GH-11821

[Python-checkins] Fix some missing null checks. (GH-118721)

2024-05-10 Thread zooba
https://github.com/python/cpython/commit/7e6fcab20003b07621dc02ea78d6ea2fda500371 commit: 7e6fcab20003b07621dc02ea78d6ea2fda500371 branch: main author: Steve Dower committer: zooba date: 2024-05-10T10:31:55+01:00 summary: Fix some missing null checks. (GH-118721) files: M Objects/typeobject.c M

[Python-checkins] Docs: fix typos in documentation (GH-118815)

2024-05-10 Thread vsajip
https://github.com/python/cpython/commit/17a2cc199d5d8dd9db49ea596cf243e2217263c6 commit: 17a2cc199d5d8dd9db49ea596cf243e2217263c6 branch: main author: Xie Yanbo committer: vsajip date: 2024-05-10T09:11:50+01:00 summary: Docs: fix typos in documentation (GH-118815) files: M Doc/library/importli