[Python-checkins] gh-89547: Support for nesting special forms like Final (#116096)

2024-03-11 Thread JelleZijlstra
https://github.com/python/cpython/commit/d308d33e098d8e176f1e5169225d3cf800ed6aa1 commit: d308d33e098d8e176f1e5169225d3cf800ed6aa1 branch: main author: Mehdi Drissi committer: JelleZijlstra date: 2024-03-11T23:11:56-07:00 summary: gh-89547: Support for nesting special forms like Final (#116096)

[Python-checkins] gh-116145: Update macOS installer to Tcl/Tk 8.6.14 (GH-116151)

2024-03-11 Thread ned-deily
https://github.com/python/cpython/commit/4fa95c6ec392b9fc80ad720cc4a8bd2786fc2835 commit: 4fa95c6ec392b9fc80ad720cc4a8bd2786fc2835 branch: main author: Christopher Chavez committer: ned-deily date: 2024-03-12T01:37:07-04:00 summary: gh-116145: Update macOS installer to Tcl/Tk 8.6.14 (GH-116151)

[Python-checkins] gh-85283: Convert grp extension to the limited C API (#116611)

2024-03-11 Thread vstinner
https://github.com/python/cpython/commit/3cc5ae5c2c6e729ca2750ed490dad56faa7c342d commit: 3cc5ae5c2c6e729ca2750ed490dad56faa7c342d branch: main author: Victor Stinner committer: vstinner date: 2024-03-12T00:46:53Z summary: gh-85283: Convert grp extension to the limited C API (#116611) posixmodu

[Python-checkins] [3.11] gh-116600: [Enum] fix global Flag repr (GH-116615) (#116630)

2024-03-11 Thread ethanfurman
https://github.com/python/cpython/commit/5562a09821499d3b5f40637f448591ff2466a217 commit: 5562a09821499d3b5f40637f448591ff2466a217 branch: 3.11 author: Miss Islington (bot) <[email protected]> committer: ethanfurman date: 2024-03-11T17:36:15-07:00 summary: [3.11] gh

[Python-checkins] [3.12] gh-116600: [Enum] fix global Flag repr (GH-116615) (GH-116629)

2024-03-11 Thread ethanfurman
https://github.com/python/cpython/commit/1fb661579dadce6550925ad17a40eba2dec91d45 commit: 1fb661579dadce6550925ad17a40eba2dec91d45 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: ethanfurman date: 2024-03-11T17:36:00-07:00 summary: [3.12] gh

[Python-checkins] gh-113538: Revert "gh-113538: Add asycio.Server.{close,abort}_clients (#114432)" (#116632)

2024-03-11 Thread gvanrossum
https://github.com/python/cpython/commit/ba13215eb1ec20b6af10e3fcee7a725bd7a7f83e commit: ba13215eb1ec20b6af10e3fcee7a725bd7a7f83e branch: main author: Guido van Rossum committer: gvanrossum date: 2024-03-12T00:31:49Z summary: gh-113538: Revert "gh-113538: Add asycio.Server.{close,abort}_clients

[Python-checkins] gh-108494: Fix Argument Clinic LIMITED_CAPI_REGEX (#116610)

2024-03-11 Thread vstinner
https://github.com/python/cpython/commit/2b67fc57f6e97c8389fe970ed232c1ad484113e1 commit: 2b67fc57f6e97c8389fe970ed232c1ad484113e1 branch: main author: Victor Stinner committer: vstinner date: 2024-03-11T22:42:18Z summary: gh-108494: Fix Argument Clinic LIMITED_CAPI_REGEX (#116610) Accept space

[Python-checkins] gh-116600: [Enum] fix global Flag repr (GH-116615)

2024-03-11 Thread ethanfurman
https://github.com/python/cpython/commit/06e29a224fac9edeba55422d2e60f2fbb88dddce commit: 06e29a224fac9edeba55422d2e60f2fbb88dddce branch: main author: Ethan Furman committer: ethanfurman date: 2024-03-11T15:41:53-07:00 summary: gh-116600: [Enum] fix global Flag repr (GH-116615) * and fix globa

[Python-checkins] [3.12] gh-116040: [Enum] fix test_empty_names test (GH-116508) (GH-116619)

2024-03-11 Thread ethanfurman
https://github.com/python/cpython/commit/8b3b5be934622670dc1670ab60b70c668004bb62 commit: 8b3b5be934622670dc1670ab60b70c668004bb62 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: ethanfurman date: 2024-03-11T15:16:22-07:00 summary: [3.12] gh

[Python-checkins] [3.12] gh-116563: Update tutorial error example (GH-116569) (#116624)

2024-03-11 Thread terryjreedy
https://github.com/python/cpython/commit/1231697697f3d2c8e7bbec03fa3fb751395b7d45 commit: 1231697697f3d2c8e7bbec03fa3fb751395b7d45 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: terryjreedy date: 2024-03-11T22:11:44Z summary: [3.12] gh-1165

[Python-checkins] [3.11] gh-116563: Update tutorial error example (GH-116569) (#116625)

2024-03-11 Thread terryjreedy
https://github.com/python/cpython/commit/830fbe9b6e6022c500e83e9c3180e5eac36a00ba commit: 830fbe9b6e6022c500e83e9c3180e5eac36a00ba branch: 3.11 author: Miss Islington (bot) <[email protected]> committer: terryjreedy date: 2024-03-11T22:11:36Z summary: [3.11] gh-1165

[Python-checkins] gh-116563: Update tutorial error example (#116569)

2024-03-11 Thread terryjreedy
https://github.com/python/cpython/commit/3e45030076bf2cfab41c4456c73fb212b7322c60 commit: 3e45030076bf2cfab41c4456c73fb212b7322c60 branch: main author: Terry Jan Reedy committer: terryjreedy date: 2024-03-11T18:01:08-04:00 summary: gh-116563: Update tutorial error example (#116569) There now ma

[Python-checkins] gh-90095: Make .pdbrc work properly and add some reasonable tests (#110496)

2024-03-11 Thread iritkatriel
https://github.com/python/cpython/commit/44f9a84b67c97c94f0d581ffd63b24b73fb79610 commit: 44f9a84b67c97c94f0d581ffd63b24b73fb79610 branch: main author: Tian Gao committer: iritkatriel <[email protected]> date: 2024-03-11T21:27:00Z summary: gh-90095: Make .pdbrc work pro

[Python-checkins] [3.12] gh-71052: Use `raise_signal` in `ThreadSignals.test_signals` (GH-116423) (#116618)

2024-03-11 Thread vstinner
https://github.com/python/cpython/commit/2c1a81778dddbb8ee5e2ebd609d815dfe6735d18 commit: 2c1a81778dddbb8ee5e2ebd609d815dfe6735d18 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: vstinner date: 2024-03-11T21:09:42Z summary: [3.12] gh-71052:

[Python-checkins] [3.11] gh-71052: Use `raise_signal` in `ThreadSignals.test_signals` (GH-116423) (#116617)

2024-03-11 Thread vstinner
https://github.com/python/cpython/commit/88ed804ae72875ce0e2dfd141cd50abcb9d4e412 commit: 88ed804ae72875ce0e2dfd141cd50abcb9d4e412 branch: 3.11 author: Miss Islington (bot) <[email protected]> committer: vstinner date: 2024-03-11T21:01:13Z summary: [3.11] gh-71052:

[Python-checkins] gh-116040: [Enum] fix test_empty_names test (GH-116508)

2024-03-11 Thread ethanfurman
https://github.com/python/cpython/commit/3c0dcef9808e34744096769b15bad4f1f97569f0 commit: 3c0dcef9808e34744096769b15bad4f1f97569f0 branch: main author: Ethan Furman committer: ethanfurman date: 2024-03-11T13:42:01-07:00 summary: gh-116040: [Enum] fix test_empty_names test (GH-116508) * and fix

[Python-checkins] gh-71052: Use `raise_signal` in `ThreadSignals.test_signals` (#116423)

2024-03-11 Thread vstinner
https://github.com/python/cpython/commit/34920f36917de0d4e658cf94992d53a5a7f27f51 commit: 34920f36917de0d4e658cf94992d53a5a7f27f51 branch: main author: Malcolm Smith committer: vstinner date: 2024-03-11T21:39:17+01:00 summary: gh-71052: Use `raise_signal` in `ThreadSignals.test_signals` (#116423

[Python-checkins] gh-113538: Add asycio.Server.{close,abort}_clients (#114432)

2024-03-11 Thread gvanrossum
https://github.com/python/cpython/commit/1d0d49a7e86257ff95b4de0685e6997d7533993c commit: 1d0d49a7e86257ff95b4de0685e6997d7533993c branch: main author: Pierre Ossman (ThinLinc team) committer: gvanrossum date: 2024-03-11T12:43:30-07:00 summary: gh-113538: Add asycio.Server.{close,abort}_clients

[Python-checkins] gh-71052: Change Android's `sys.platform` from "linux" to "android"

2024-03-11 Thread FFY00
https://github.com/python/cpython/commit/872c0714fcdc168ce4a69bdd0346f2d5dd488ec2 commit: 872c0714fcdc168ce4a69bdd0346f2d5dd488ec2 branch: main author: Malcolm Smith committer: FFY00 date: 2024-03-11T19:25:39Z summary: gh-71052: Change Android's `sys.platform` from "linux" to "android" Co-autho

[Python-checkins] gh-116515: Clear thread-local state before tstate_delete_common() (#116517)

2024-03-11 Thread colesbury
https://github.com/python/cpython/commit/9f983e00ec55b87a098a4c8229fe5bb9acb9f3ac commit: 9f983e00ec55b87a098a4c8229fe5bb9acb9f3ac branch: main author: Sam Gross committer: colesbury date: 2024-03-11T15:14:20-04:00 summary: gh-116515: Clear thread-local state before tstate_delete_common() (#1165

[Python-checkins] GH-115976: Add WASI to CI (GH-116516)

2024-03-11 Thread brettcannon
https://github.com/python/cpython/commit/05070f40bbc3384c36c8b3dab76345ba92098d42 commit: 05070f40bbc3384c36c8b3dab76345ba92098d42 branch: main author: Brett Cannon committer: brettcannon date: 2024-03-11T11:59:09-07:00 summary: GH-115976: Add WASI to CI (GH-116516) Co-authored-by: Hugo van Kem

[Python-checkins] gh-110850: Fix _PyTime_FromSecondsDouble() API (#116606)

2024-03-11 Thread vstinner
https://github.com/python/cpython/commit/113053a070ba753101f73553ef6435c5c6c9f3f7 commit: 113053a070ba753101f73553ef6435c5c6c9f3f7 branch: main author: Victor Stinner committer: vstinner date: 2024-03-11T16:35:29Z summary: gh-110850: Fix _PyTime_FromSecondsDouble() API (#116606) Return 0 on suc

[Python-checkins] gh-116167: Allow disabling the GIL with `PYTHON_GIL=0` or `-X gil=0` (#116338)

2024-03-11 Thread colesbury
https://github.com/python/cpython/commit/2731913dd5234ff5ab630a3b7f1c98ad79d4d9df commit: 2731913dd5234ff5ab630a3b7f1c98ad79d4d9df branch: main author: Brett Simmers committer: colesbury date: 2024-03-11T11:02:58-04:00 summary: gh-116167: Allow disabling the GIL with `PYTHON_GIL=0` or `-X gil=0`

[Python-checkins] gh-116417: Build _testinternalcapi with limited C API version 3.5 (#116598)

2024-03-11 Thread vstinner
https://github.com/python/cpython/commit/546eb7a3be241c5abd8a83cebbbab8c71107edcf commit: 546eb7a3be241c5abd8a83cebbbab8c71107edcf branch: main author: Victor Stinner committer: vstinner date: 2024-03-11T15:20:04+01:00 summary: gh-116417: Build _testinternalcapi with limited C API version 3.5 (#

[Python-checkins] GH-116596: Better determination of escaping uops. (GH-116597)

2024-03-11 Thread markshannon
https://github.com/python/cpython/commit/b6ae6da1bd987506b599a30e37fb452f909b5cbe commit: b6ae6da1bd987506b599a30e37fb452f909b5cbe branch: main author: Mark Shannon committer: markshannon date: 2024-03-11T13:37:48Z summary: GH-116596: Better determination of escaping uops. (GH-116597) files: M

[Python-checkins] gh-112536: Define MI_TSAN to 1 for --with-mimalloc and --with-thread-sanitizer (gh-116558)

2024-03-11 Thread corona10
https://github.com/python/cpython/commit/6c4fc209e1941958164509204cdc3505130c1820 commit: 6c4fc209e1941958164509204cdc3505130c1820 branch: main author: Donghee Na committer: corona10 date: 2024-03-11T22:25:55+09:00 summary: gh-112536: Define MI_TSAN to 1 for --with-mimalloc and --with-thread-san

[Python-checkins] gh-116590: Fix unused `current_thread_holds_gil` function warning (#116591)

2024-03-11 Thread sobolevn
https://github.com/python/cpython/commit/817fe33a1da747c57b467f73a47b701c0b0eb911 commit: 817fe33a1da747c57b467f73a47b701c0b0eb911 branch: main author: Nikita Sobolev committer: sobolevn date: 2024-03-11T16:25:04+03:00 summary: gh-116590: Fix unused `current_thread_holds_gil` function warning (#

[Python-checkins] [3.11] gh-116545: Fix error handling in `mkpwent` in `pwdmodule` (GH-116548) (#116594)

2024-03-11 Thread sobolevn
https://github.com/python/cpython/commit/6ae6d46e61cc3e4ecc6393aeff26b1c43393f9e9 commit: 6ae6d46e61cc3e4ecc6393aeff26b1c43393f9e9 branch: 3.11 author: Miss Islington (bot) <[email protected]> committer: sobolevn date: 2024-03-11T12:16:22Z summary: [3.11] gh-116545:

[Python-checkins] [3.12] gh-116545: Fix error handling in `mkpwent` in `pwdmodule` (GH-116548) (#116593)

2024-03-11 Thread sobolevn
https://github.com/python/cpython/commit/d130cb49834573fff6a0a63da00e04d0a0cca818 commit: d130cb49834573fff6a0a63da00e04d0a0cca818 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: sobolevn date: 2024-03-11T11:55:09Z summary: [3.12] gh-116545:

[Python-checkins] [3.11] gh-115421: List all test/ subdirs in Makefile, and test them (GH-115813)

2024-03-11 Thread encukou
https://github.com/python/cpython/commit/d78117981a15a71aed91ad525fd2c17c7fc3ae7f commit: d78117981a15a71aed91ad525fd2c17c7fc3ae7f branch: 3.11 author: Petr Viktorin committer: encukou date: 2024-03-11T12:02:05+01:00 summary: [3.11] gh-115421: List all test/ subdirs in Makefile, and test them (

[Python-checkins] gh-116545: Fix error handling in `mkpwent` in `pwdmodule` (#116548)

2024-03-11 Thread sobolevn
https://github.com/python/cpython/commit/ffd79bea0f032df5a2e7f75e8c823a09cdc7c7a2 commit: ffd79bea0f032df5a2e7f75e8c823a09cdc7c7a2 branch: main author: Nikita Sobolev committer: sobolevn date: 2024-03-11T13:58:24+03:00 summary: gh-116545: Fix error handling in `mkpwent` in `pwdmodule` (#116548)

[Python-checkins] [3.11] gh-88352: Make TimedRotatingFileHandler tests more stable (GH-116409) (GH-116586)

2024-03-11 Thread serhiy-storchaka
https://github.com/python/cpython/commit/707ce1f0a7886c4e12c5c5de52a8c6c60b3c6c8c commit: 707ce1f0a7886c4e12c5c5de52a8c6c60b3c6c8c branch: 3.11 author: Miss Islington (bot) <[email protected]> committer: serhiy-storchaka date: 2024-03-11T12:49:48+02:00 summary: [3.1

[Python-checkins] [3.12] gh-88352: Make TimedRotatingFileHandler tests more stable (GH-116409) (GH-116585)

2024-03-11 Thread serhiy-storchaka
https://github.com/python/cpython/commit/1ddd2f9036fd855f80fe9fe7ccafb9fc38c417f2 commit: 1ddd2f9036fd855f80fe9fe7ccafb9fc38c417f2 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: serhiy-storchaka date: 2024-03-11T12:49:30+02:00 summary: [3.1

[Python-checkins] gh-116417: Move 4 limited C API test files to _testlimitedcapi (#116571)

2024-03-11 Thread vstinner
https://github.com/python/cpython/commit/1cc02ca063f50b8c527fbdde9957b03c145c1575 commit: 1cc02ca063f50b8c527fbdde9957b03c145c1575 branch: main author: Victor Stinner committer: vstinner date: 2024-03-11T10:28:16Z summary: gh-116417: Move 4 limited C API test files to _testlimitedcapi (#116571)

[Python-checkins] gh-88352: Make TimedRotatingFileHandler tests more stable (GH-116409)

2024-03-11 Thread serhiy-storchaka
https://github.com/python/cpython/commit/d8712fa0c75ad5ea56543903fa45674ab47cc647 commit: d8712fa0c75ad5ea56543903fa45674ab47cc647 branch: main author: Serhiy Storchaka committer: serhiy-storchaka date: 2024-03-11T11:57:07+02:00 summary: gh-88352: Make TimedRotatingFileHandler tests more stable

[Python-checkins] GH-116468: Use constants instead of `oparg` in stack effects when `oparg` is known to be a constant. (GH-116469)

2024-03-11 Thread markshannon
https://github.com/python/cpython/commit/4e5df2013fc29ed8bdb71572f1d12ff36e7028d5 commit: 4e5df2013fc29ed8bdb71572f1d12ff36e7028d5 branch: main author: Mark Shannon committer: markshannon date: 2024-03-11T09:30:15Z summary: GH-116468: Use constants instead of `oparg` in stack effects when `oparg

[Python-checkins] gh-116417: Argument Clinic: test generated Limited C API code for float args (#116573)

2024-03-11 Thread erlend-aasland
https://github.com/python/cpython/commit/8d7fde655fbb57e393831b9f30ebba80d6da366f commit: 8d7fde655fbb57e393831b9f30ebba80d6da366f branch: main author: Erlend E. Aasland committer: erlend-aasland date: 2024-03-11T08:44:42+01:00 summary: gh-116417: Argument Clinic: test generated Limited C API co

[Python-checkins] [3.11] gh-116576: Fix `Tools/scripts/sortperf.py` sorting the same list (GH-116577) (#116583)

2024-03-11 Thread sobolevn
https://github.com/python/cpython/commit/34e808ec6c167310ee8977df8934bcf3c5850c8f commit: 34e808ec6c167310ee8977df8934bcf3c5850c8f branch: 3.11 author: Miss Islington (bot) <[email protected]> committer: sobolevn date: 2024-03-11T07:23:05Z summary: [3.11] gh-116576:

[Python-checkins] [3.12] gh-116576: Fix `Tools/scripts/sortperf.py` sorting the same list (GH-116577) (#116582)

2024-03-11 Thread sobolevn
https://github.com/python/cpython/commit/de239beaec886493468af3d0ae5ef1a0babbdde0 commit: de239beaec886493468af3d0ae5ef1a0babbdde0 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: sobolevn date: 2024-03-11T07:15:51Z summary: [3.12] gh-116576: