[Python-checkins] gh-146455: Fix O(N²) in add_const() after constant folding moved to CFG (#146456)

2026-04-26 Thread Eclips4
https://github.com/python/cpython/commit/5d416324c56cd6f262fa123f41b97b48631bea79 commit: 5d416324c56cd6f262fa123f41b97b48631bea79 branch: main author: zSirius <[email protected]> committer: Eclips4 date: 2026-04-26T15:15:24+03:00 summary: gh-146455: Fix O(N²) in add_cons

[Python-checkins] [3.14] gh-146455: Fix O(N²) in add_const() after constant folding moved to CFG (GH-146456) (#149011)

2026-04-26 Thread Eclips4
https://github.com/python/cpython/commit/78c5e54b4fd5798d8b74b901c34539bb09a5a064 commit: 78c5e54b4fd5798d8b74b901c34539bb09a5a064 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: Eclips4 date: 2026-04-26T18:45:38+03:00 summary: [3.14] gh-146

[Python-checkins] gh-47798: Refactor the POSIX subprocess.Popen._communicate selector loop into helpers (GH-149032)

2026-04-26 Thread gpshead
https://github.com/python/cpython/commit/2754e9a615de298b0c3a97e0bfd65a7506ebf657 commit: 2754e9a615de298b0c3a97e0bfd65a7506ebf657 branch: main author: Gregory P. Smith <[email protected]> committer: gpshead <[email protected]> date: 2026-04-27T00:40:20Z su

[Python-checkins] gh-148981: Add color parameter to `ast.dump` (#148982)

2026-04-26 Thread StanFromIreland
https://github.com/python/cpython/commit/6d4ca16f47586533c9223fe5729f6b7e221fa9f9 commit: 6d4ca16f47586533c9223fe5729f6b7e221fa9f9 branch: main author: Stan Ulbrych committer: StanFromIreland date: 2026-04-26T10:15:54+01:00 summary: gh-148981: Add color parameter to `ast.dump` (#148982) And tur

[Python-checkins] gh-148991: Add colour to `tokenize` CLI output (#148992)

2026-04-26 Thread hugovk
https://github.com/python/cpython/commit/1e7dfbce930d6abd4e5453961c4f0fe4c6ade08e commit: 1e7dfbce930d6abd4e5453961c4f0fe4c6ade08e branch: main author: Hugo van Kemenade <[email protected]> committer: hugovk <[email protected]> date: 2026-04-26T22:14:33+0

[Python-checkins] Document that multiprocessing treats local same-user processes as trusted (GH-149001)

2026-04-26 Thread gpshead
https://github.com/python/cpython/commit/f27e91e37212f148b8fe72a3656a69b242625622 commit: f27e91e37212f148b8fe72a3656a69b242625622 branch: main author: Gregory P. Smith <[email protected]> committer: gpshead <[email protected]> date: 2026-04-26T18:42:13-07:

[Python-checkins] [3.13] Document that multiprocessing treats local same-user processes as trusted (GH-149001) (#149034)

2026-04-26 Thread gpshead
https://github.com/python/cpython/commit/9e68f174c2f4a7478862b4d5ce98a93ccd635955 commit: 9e68f174c2f4a7478862b4d5ce98a93ccd635955 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: gpshead <[email protected]> date: 2026-04-2

[Python-checkins] [3.14] Document that multiprocessing treats local same-user processes as trusted (GH-149001) (#149033)

2026-04-26 Thread gpshead
https://github.com/python/cpython/commit/86ce2e05dc3ab07e1767444affd35c94a46cdb94 commit: 86ce2e05dc3ab07e1767444affd35c94a46cdb94 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: gpshead <[email protected]> date: 2026-04-2