[Python-checkins] gh-117182: Allow lazily loaded modules to modify their own __class__

2024-04-08 Thread FFY00
https://github.com/python/cpython/commit/19a22020676a599e1c92a24f841196645ddd9895 commit: 19a22020676a599e1c92a24f841196645ddd9895 branch: main author: Chris Markiewicz committer: FFY00 date: 2024-04-09T04:08:48+01:00 summary: gh-117182: Allow lazily loaded modules to modify their own __class__

[Python-checkins] gh-117645: Skip test_dynamic global specialization on WASI (#117646)

2024-04-08 Thread vstinner
https://github.com/python/cpython/commit/ac45766673b181ace8fbafe36c89bde910968f0e commit: ac45766673b181ace8fbafe36c89bde910968f0e branch: main author: Victor Stinner committer: vstinner date: 2024-04-08T21:11:08+02:00 summary: gh-117645: Skip test_dynamic global specialization on WASI (#117646)

[Python-checkins] Enhance regrtest get_signal_name(): support shell exit code (#117647)

2024-04-08 Thread vstinner
https://github.com/python/cpython/commit/ed785c08993467461711c56eb5e6f88331062cca commit: ed785c08993467461711c56eb5e6f88331062cca branch: main author: Victor Stinner committer: vstinner date: 2024-04-08T17:16:43Z summary: Enhance regrtest get_signal_name(): support shell exit code (#117647) fi

[Python-checkins] gh-81322: support multiple separators in StreamReader.readuntil (#16429)

2024-04-08 Thread gvanrossum
https://github.com/python/cpython/commit/775912a51d6847b0e4fe415fa91f2e0b06a3c43c commit: 775912a51d6847b0e4fe415fa91f2e0b06a3c43c branch: main author: Bruce Merry <[email protected]> committer: gvanrossum date: 2024-04-08T09:58:02-07:00 summary: gh-81322: support multiple s

[Python-checkins] gh-117642: Fix PEP 737 implementation (GH-117643)

2024-04-08 Thread serhiy-storchaka
https://github.com/python/cpython/commit/24a2bd048115efae799b0a9c5dd9fbb7a0806978 commit: 24a2bd048115efae799b0a9c5dd9fbb7a0806978 branch: main author: Serhiy Storchaka committer: serhiy-storchaka date: 2024-04-08T16:27:25Z summary: gh-117642: Fix PEP 737 implementation (GH-117643) * Fix implem

[Python-checkins] gh-117439: Make refleak checking thread-safe without the GIL (#117469)

2024-04-08 Thread colesbury
https://github.com/python/cpython/commit/1a6594f66166206b08f24c3ba633c85f86f99a56 commit: 1a6594f66166206b08f24c3ba633c85f86f99a56 branch: main author: Sam Gross committer: colesbury date: 2024-04-08T12:11:36-04:00 summary: gh-117439: Make refleak checking thread-safe without the GIL (#117469)

[Python-checkins] gh-117547: Fix mimalloc compile error on OpenBSD (#117548)

2024-04-08 Thread colesbury
https://github.com/python/cpython/commit/2067da25796ea3254d0edf61a39bcc0326c4f71d commit: 2067da25796ea3254d0edf61a39bcc0326c4f71d branch: main author: Sam Gross committer: colesbury date: 2024-04-08T11:53:13-04:00 summary: gh-117547: Fix mimalloc compile error on OpenBSD (#117548) files: M Obj

[Python-checkins] gh-111926: Make weakrefs thread-safe in free-threaded builds (#117168)

2024-04-08 Thread colesbury
https://github.com/python/cpython/commit/df7317904849a41d51db39d92c5d431a18e22637 commit: df7317904849a41d51db39d92c5d431a18e22637 branch: main author: mpage committer: colesbury date: 2024-04-08T10:58:38-04:00 summary: gh-111926: Make weakrefs thread-safe in free-threaded builds (#117168) Most

[Python-checkins] gh-96471: Correct documentation for asyncio queue shutdown (#117621)

2024-04-08 Thread gvanrossum
https://github.com/python/cpython/commit/e16062dd3428a5846344e0a8c6ee2f352d34ce1b commit: e16062dd3428a5846344e0a8c6ee2f352d34ce1b branch: main author: Laurie O committer: gvanrossum date: 2024-04-08T14:50:54Z summary: gh-96471: Correct documentation for asyncio queue shutdown (#117621) files:

[Python-checkins] gh-117293: Fix race condition in run_workers.py (#117298)

2024-04-08 Thread colesbury
https://github.com/python/cpython/commit/26a680a58524fe39eecb243e37adfa6e157466f6 commit: 26a680a58524fe39eecb243e37adfa6e157466f6 branch: main author: Sam Gross committer: colesbury date: 2024-04-08T10:47:42-04:00 summary: gh-117293: Fix race condition in run_workers.py (#117298) The worker th

[Python-checkins] gh-117552: Add timeout in HTTPHandlerTest (#117553)

2024-04-08 Thread colesbury
https://github.com/python/cpython/commit/59864edd572b5c0cc3be58087a9ea3a700226146 commit: 59864edd572b5c0cc3be58087a9ea3a700226146 branch: main author: Sam Gross committer: colesbury date: 2024-04-08T10:46:56-04:00 summary: gh-117552: Add timeout in HTTPHandlerTest (#117553) files: M Lib/test/t

[Python-checkins] gh-116303: Skip tests if C recursion limit is unavailable (GH-117368)

2024-04-08 Thread encukou
https://github.com/python/cpython/commit/ca62ffd1a5ef41401abceddfd171c76c68825a35 commit: ca62ffd1a5ef41401abceddfd171c76c68825a35 branch: main author: Erlend E. Aasland committer: encukou date: 2024-04-08T14:45:25+02:00 summary: gh-116303: Skip tests if C recursion limit is unavailable (GH-1173

[Python-checkins] gh-106023: Update What's New in 3.13: _PyObject_FastCall() (#117633)

2024-04-08 Thread vstinner
https://github.com/python/cpython/commit/9a12f5d1c19dee1f89684be776680aeaf117be5b commit: 9a12f5d1c19dee1f89684be776680aeaf117be5b branch: main author: Victor Stinner committer: vstinner date: 2024-04-08T12:19:43Z summary: gh-106023: Update What's New in 3.13: _PyObject_FastCall() (#117633) The

[Python-checkins] [3.12] gh-111726: Explicitly close database connections in sqlite3 doctests (GH-111730) (#117630)

2024-04-08 Thread erlend-aasland
https://github.com/python/cpython/commit/ced359855e6e8b4737063df1045c25dcd267348b commit: ced359855e6e8b4737063df1045c25dcd267348b branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: erlend-aasland date: 2024-04-08T11:59:02+02:00 summary: [3.12]

[Python-checkins] gh-111726: Explicitly close database connections in sqlite3 doctests (#111730)

2024-04-08 Thread erlend-aasland
https://github.com/python/cpython/commit/a7702663e3f7efc81f0b547f1f13ba64c4e5addc commit: a7702663e3f7efc81f0b547f1f13ba64c4e5addc branch: main author: Nikita Sobolev committer: erlend-aasland date: 2024-04-08T09:29:47Z summary: gh-111726: Explicitly close database connections in sqlite3 doctest

[Python-checkins] [3.12] Fix reference in code.rs (#117615) (#117628)

2024-04-08 Thread AlexWaygood
https://github.com/python/cpython/commit/3734bee7649383c7937e0d93c5662801ed9ef68f commit: 3734bee7649383c7937e0d93c5662801ed9ef68f branch: 3.12 author: Alex Waygood committer: AlexWaygood date: 2024-04-08T09:18:44Z summary: [3.12] Fix reference in code.rs (#117615) (#117628) Co-authored-by: Ani

[Python-checkins] [3.12] gh-111726: Remove some doctests from sqlite3 docs (GH-117623) (#117625)

2024-04-08 Thread erlend-aasland
https://github.com/python/cpython/commit/7374d653766c7b6589ae926735f9aac6e5cb0960 commit: 7374d653766c7b6589ae926735f9aac6e5cb0960 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: erlend-aasland date: 2024-04-08T08:18:55Z summary: [3.12] gh-1

[Python-checkins] gh-111726: Remove some doctests from sqlite3 docs (#117623)

2024-04-08 Thread erlend-aasland
https://github.com/python/cpython/commit/e338e1a4ec5e43a02447f4ec80320d7fc12b3ed4 commit: e338e1a4ec5e43a02447f4ec80320d7fc12b3ed4 branch: main author: Erlend E. Aasland committer: erlend-aasland date: 2024-04-08T08:11:08Z summary: gh-111726: Remove some doctests from sqlite3 docs (#117623) * r

[Python-checkins] gh-113317: Remove unused INVALID constant in Argument Clinic (#117624)

2024-04-08 Thread vstinner
https://github.com/python/cpython/commit/e1eeb990bd169491075eeaea31481a4a96bdecbb commit: e1eeb990bd169491075eeaea31481a4a96bdecbb branch: main author: Victor Stinner committer: vstinner date: 2024-04-08T09:51:20+02:00 summary: gh-113317: Remove unused INVALID constant in Argument Clinic (#11762